June 2019 Summaries
3 posts from PubNub
Filter
Month:
Year:
Post Summaries
Back to Blog
The on-demand economy has revolutionized various industries by allowing users to request services, products, or data and have them fulfilled quickly, a transformation significantly driven by real-time technology that ensures fast, seamless, and interactive user experiences. This economy has grown rapidly, becoming more efficient and interconnected, largely due to advancements in low-latency, high-reliability connectivity, which facilitate instantaneous updates and interactions across platforms. Real-time technology not only enhances the functionality of on-demand applications through features like live updates and real-time chats but also integrates with third-party applications to enrich user experiences, as seen in services like ridesharing and food delivery. The evolution of the on-demand model has shifted from limited interaction channels to a more immersive and data-driven experience, where instant gratification is a key factor, necessitating careful selection of technologies and infrastructure to manage the increasing data demands and maintain a competitive edge in delivering superior user experiences.
Jun 14, 2019
1,451 words in the original blog post.
This tutorial provides a comprehensive guide on using the PubNub Arduino SDK and PubNub MQTT gateway to facilitate data exchange with a NodeMCU 1.0 development board equipped with an ESP8266 WiFi Module. It begins with instructions for setting up the Arduino IDE, including downloading necessary libraries and configuring the board manager for the NodeMCU 1.0. Users are advised to sign up for a PubNub account to obtain unique keys essential for data transmission. The tutorial further elaborates on programming the board to send and receive "Hello World!" messages over a designated channel using both the PubNub Arduino SDK and the PubNub MQTT gateway. It also highlights the steps to ensure proper connection to WiFi and the setup required for subscribing and publishing messages, with the option to view these communications through the serial monitor. Additionally, it encourages exploration of further IoT resources and provides contact information for feedback or queries regarding the tutorial content.
Jun 13, 2019
1,819 words in the original blog post.
PubNub provides an MQTT gateway that integrates its Data Stream Network features, such as Functions and wildcards, with MQTT, allowing users to send and receive messages using devices like the NodeMCU-32S development board with an ESP32 WiFi Module. The tutorial guides users through setting up the Arduino IDE for the NodeMCU ESP-32S, installing the PubSubClient for MQTT, and configuring the board to send a "Hello World" message through the PubNub network. With PubNub serving as the MQTT broker, the protocol's publish-subscribe method facilitates data exchange, supported by PubNub's global data centers that ensure rapid and reliable message delivery. PubNub offers additional features like mobile push notifications and a serverless environment for executing functions, enabling users to reroute, augment, filter, and aggregate data. The guide encourages exploring PubNub's capabilities for expanding IoT projects, suggesting applications in chat messaging, real-time GPS updates, monitoring dashboards, and live audience interactions.
Jun 13, 2019
1,984 words in the original blog post.