Learn electronics, coding, and projects — step by step.

Month: December 2020

Reyax MQTT with Database: RYC10001 Introduction | Part 1

George Bantique December 26, 2020 No Comments

Recently Ms. Kate of Reyax Technology reach out with me to introduced their new IoT platform which is the RYC1001 and kind enough to give me a full access to explore this new cloud platform Reyax Technology is a company based in Taiwan, they have a variety of products they even offering IoT solutions according to your project requirements.


Read more Reyax MQTT with Database: RYC10001 Introduction | Part 1

022 - ESP32 MicroPython: MQTT Part 2: Subscribe

George Bantique December 14, 2020 3 Comments

In the previous tutorial, I demonstrate the use of MQTT protocol by sending DHT sensor readings to Thingspeak as MQTT broker while the ESP32 serves as MQTT client. The act of MQTT client sending data to MQTT broker is called MQTT publish. Now in this tutorial, I will demonstrate the other direction of MQTT communication which […]


Read more 022 - ESP32 MicroPython: MQTT Part 2: Subscribe

021 - ESP32 MicroPython: MQTT Part 1: Publish

George Bantique December 5, 2020 2 Comments

in this video, we will learn to create a basic setup of MQTT system using the ThingSpeak server and an ESP32 using MicroPython language. MQTT stands for MQ Telemetry Transport. MQ refers to the MQ series, a product develop by IBM to support the MQTT protocol.


Read more 021 - ESP32 MicroPython: MQTT Part 1: Publish