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

Sections: Archives

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

019 - ESP32 MicroPython: OpenWeather | RESTful APIs

George Bantique November 20, 2020 No Comments

In the previous tutorial, I demonstrate using the RESTful APIs to communicate with Thingspeak server sending DHT sensor data. Now in this aticle, I will demonstrate the opposite which is requesting data from a server. This time, communicating with another server which is the OpenWeather. The receive data will be displayed on the OLED display.


Read more 019 - ESP32 MicroPython: OpenWeather | RESTful APIs