Exploring Internet of Things
Subscribe to our newsletter!
Featured Video
Tutorials
Latest Posts
- Adding Touch Screen Display to your Raspberry Pi Projectsby donskyThis post will show you how you can expand your Raspberry Pi projects by using 7-inch touch screen monitor display to show your user interface
- Raspberry Pi DHT22 Weather Station Projectby donskyThis post will show how you can create your own Raspberry Pi DHT22 Weather Station project using Python, Flask, Flask-SocketIO, and WebSocket
- Interface ESP32 with Infrared(IR) Sensor Moduleby donskyThis post will show you how to interface your ESP32 running the Arduino framework with the infrared (IR) sensor module
- Debugging Arduino Errors with the ESP8266 Exception Decoderby donskyThis post will show you how to use the ESP8266 exception decoder in both Arduino and PlatformIO IDE to help debug errors in your program.
- Debugging Arduino Errors with the ESP32 Exception Decoderby donskyThis post will show you how to use the ESP32 exception decoder in both Arduino and PlatformIO IDE to help debug errors in your program.
Projects
Looking for projects inspiration? I like exploring Internet of Things (IOT) projects. Using different Microcontroller Unit (MCU) and protocols and coming up with my own solutions. As such I enjoy programming in C++, Javascript, Python, HTML etc.

Arduino RFID Database Security System
In this article we are going to discuss the designing process of our Arduino Radio Frequency Identification (RFID) Database Security System Project. This will walk you through the way I design my own RFID Project that connects to the database to verify if an RFID tag is allowed or not.

ESP32 Robot Car Using Websocket
In this post, I am going to share how I created my own ESP32 Robot Car using Websockets.

Popular Post
This article discusses how we can program ESP8266 ESP-01 module using the Arduino IDE.