Tag: project
-
Connect your Arduino projects with a universal Coin Acceptor
This post will show you how you can interface your Arduino projects particularly the ESP32 microcontroller with a universal coin acceptor.
-
Raspberry Pi IoT Weather Station
This post will show how you can create your own Raspberry Pi DHT22 Weather Station project using Python, Flask, Flask-SocketIO, and WebSocket
-
Raspberry Pi DHT22 Weather Station Project
This post will show how you can create your own Raspberry Pi DHT22 Weather Station project using Python, Flask, Flask-SocketIO, and WebSocket
-
Node-Red – DHT11/DHT22 – Custom Weather Station Dashboard
This post will show you how you can create your own Node-Red custom weather station dashboard that will display DHT22 sensor readings.
-
Raspberry Pi BME280 Weather Station Using Python and Flask
This 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 Dashboard
This 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 project
This post will show you how to interface your Arduino code with the BME280/BMP280 sensor with a weather station project using ESP8266/ESP32
-
ESP32 Keypad Database Security System – Design
This post shows how you could create your own ESP32 Keypad Doorlock mechanism using a database to store your valid keycodes.
-
ESP32 Robot Car Using Websockets
This post discusses how we can control our robot car using ESP32 Websockets. We are using our mobile phones in controlling the directions and speed settings of our robot car by sending websocket message between our phone browser and the asynchronous websocket server running in our ESP3
-
Control WS2812B/Neopixels Using Mobile Phones and Raspberry Pi – Final
This is the final post on how you can control your WS2812B Neopixels Using your mobile phones and raspberry pi.