Tag: project
-
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.
-
Create Flask Web Application in Raspberry Pi
This post explains how to install and create a web application using Flask and deploy it to your Raspberry Pi. We used it to control our WS2812b Neopixels effects using our mobile phones.
-
Wiring WS2812B Neopixels using Raspberry Pi
This post discusses the wiring of our WS2812B Neopixels to your Raspberry Pi. It also explains the luma.led_matrix library on how we can control the effects on each addressable LEDs
-
Control WS2812B/Neopixels Using Mobile Phones and Raspberry Pi
In this project we will control our WS2812B Neopixel effect using our mobile phone and raspberry pi.
-
NodeMCU ESP8266 Web Server Tutorial Series
This project tutorial series will discussed how to create your own ESP8266 Web Server using the NodeMCU module. The web server application that we are gonna be creating is used to control our electronic components.