List of my latest Projects:
- 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.
- Building a Raspberry Pi Pico W WiFi Robot Carby donskyThis post will show you how you can build your own raspberry pi pico w robot car using the MicroPython, MicroDot library and websocket
- Control your Arduino IoT projects with a MongoDB databaseby donskyThis post will show you how you can control your Arduino-based project with your MongoDB database using ESP32/ESP8266 microcontroller board
- Arduino Fingerprint Door Lock using ESP32 with a Web Appby donskyThis post will show you how to create your own fingerprint door lock system with a web application using ESP32 running the Arduino framework
- Raspberry Pi BME280 Weather Station Using Python and Flaskby donskyThis post will show you how to interface your Raspberry Pi with the BME280/BMP280 and create a weather station using Python and Flask
- Raspberry Pi Pico W: BME280 Weather Station Dashboardby donskyThis post will show you how to interface your Raspberry Pi Pico W with the BME280/BMP280 and create a weather station using MicroPython.
- Using Arduino with BME280 plus a weather station projectby donskyThis post will show you how to interface your Arduino code with the BME280/BMP280 sensor with a weather station project using ESP8266/ESP32
- Control DS18B20 using MicroPython with a Weather Station Projectby donskyThis post will show you how to control or interface DS18B20 temperature sensor with your MicroPython device with a weather station project
- Building a MicroPython Wifi Robot Carby donskyThis post will show you how you can build your own MicroPython wifi enabled robot car using the MicroDot library.
- How to interface DHT11 with MicroPython?by donskyThis post will discuss how to interface the DHT11 temperature and humidity sensor with our MicroPython enabled Microcontroller device.
- How to create a MicroPython Web Server the easy way!by donskyThis post will show how to create a MicroPython web server that uses the MicroDot framework and show how easy it is to use.
- Raspberry Pi RFID Door Lock System with Databaseby donskyThis is a Raspberry Pi RFID project with a database interface where it controls a solenoid door lock based on information stored in our database.
- Creating an ESP32 RFID with a Web Server Applicationby donskyThis ESP32 RFID project with a Web Server application reads RFID tags/cards and then displays the validation in a web application in real-time.
- Raspberry Pi Object Counting using Infrared sensorby donskyThe following post will show how we can use the Raspberry Pi as an object counter by using the Infrared (IR) sensor. IR sensors are excellent electronic components that can sense the proximity of objects and we will use it in counting objects that are passing in our mini conveyor system.
- ESP8266 Webserver Conveyor Counterby donskyIn this article, we are going to create a real-time ESP8266 Webserver object counter that displays the count thru wifi using an IR sensor.