Exploring Internet of Things
Subscribe to our newsletter!
Featured Video
Tutorials
Latest Posts
- Exploring ESP-NOW in MicroPython: A Learner’s Guideby donskyExplore the power of ESP-NOW in MicroPython. Get started creating Internet of Things (IoT) projects with this wireless communication protocol
- How do you run Thonny IDE with multiple windows or instances?by donskyThis post will show you how you can run Thonny IDE with multiple windows or instances so you can work on multiple projects simultaneously
- Arduino Data Logger using MongoDB Databaseby donskyThis post will show you how you can create your own Arduino Data Logger application that will save temperature readings to your MongoDB database
- How to download a GitHub file, folder, or project?by donskyThis post will show you how you can download a GitHub file, folder, or project to your laptop or workstation file system
- Connect your Arduino projects with a universal Coin Acceptorby donskyThis post will show you how you can interface your Arduino projects particularly the ESP32 microcontroller with a universal coin acceptor.
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.