Exploring Internet of Things
Subscribe to our newsletter!
Featured Video
Tutorials
Latest Posts
- Exploring Node-Red, Dashboard 2.0, and MQTTby donskyIntroduction Do you want to control your Arduino electronic circuits using a Web Application but you are not familiar with HTML/CSS/Javascript? Enter Node-Red and the newly released Node-Red Dashboard 2.0. By using this low-code platform, beginners can create Internet of Things (IoT) applications for their projects by just dragging, connecting nodes, and configuring their properties.… Read more: Exploring Node-Red, Dashboard 2.0, and MQTT
- Controlling your Arduino Projects through Serial Communicationby donskyIntroduction Serial communication is the process of sending messages between a sender and a receiver one bit at a time. Most of the commercially available microcontroller supports this protocol out of the box. In this post, I am going to share with you how you could take advantage of this protocol to control your Arduino… Read more: Controlling your Arduino Projects through Serial Communication
- Using ESP32 SoftwareSerial in your Arduino Projectsby donskyIntroduction If you have worked with the Arduino Uno R3 board, I am sure that you have used SoftwareSerial library in your projects. The board itself only contains a single hardware Universal asynchronous receiver-transmitter (UART) port in Digital Pins 0 (RX) and 1 (TX). If you have multiple sensors that use Serial communication then you… Read more: Using ESP32 SoftwareSerial in your Arduino Projects
- Integrating ESP-NOW with MicroPython and WiFiby donskyLearn how to use Wi-Fi, MicroPython, and ESP-NOW to accomplish seamless communication. Expand your IoT capabilities by learning more about the potential of asynchronous data transmission.
- Sensor Data Sharing with ESP-NOW in MicroPythonby donskyDiscover how to use MicroPython to easily transfer sensor data with ESP-NOW. Investigate hardware configuration, data collection, cutting-edge methods, and practical applications for effective IoT and sensor network projects.
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.