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

Reyax MQTT with Database: Exploring RYC1001 with MicroPython | Part 2

George Bantique January 7, 2021 No Comments

Recently, I created a blog post introducing the new Reyax RYC1001 IoT cloud platform. Unlike its competitors, RYC1001 provides additional database capability on top of its MQTT server. I only use free applications available in the internet for Windows and for android. I played with it and I find it easy to use so I decided to further explore the RYC1001 but this time using actual devices to simulate a home automation.


Read more Reyax MQTT with Database: Exploring RYC1001 with MicroPython | Part 2

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