ESP8266 Fan Speed Control with DS18B20 Temperature Sensor
This simple project controls the speed of a fan based on the reading from a temperature sensor. The video below shows the fan speed changing when the temperature sensor is moved…
This simple project controls the speed of a fan based on the reading from a temperature sensor. The video below shows the fan speed changing when the temperature sensor is moved…
A simple guide to sending data from one ESP8266 to another over Wi-Fi using an ad-hoc, device to device network, without using a wifi router. The ESP8266WebServer library allows…
A set-up guide for the Heltec WiFi Kit 8 development board (an ESP8266 with built-in OLED display). Follow the easy steps below to get up and running with this board…
A first look at the WINEXT SX1278 LoRa Module available from banggood.com. I bought this as it will be easier to solder connections to than the bare Ra-02 boards. This is the…
Some initial information to get up and running with the Heltec Wifi Lora 32 Kit Module. These are available from the Heltec store on AliExpress. Like a lot of these devices this…
A set up guide for sending LoRa data using the Arduino UNO with the RA-02 module by Ai-Thinker. I’ve seen a few people asking how to set this up in various places.…
An introduction and set-up for the Heltec Automation WiFi Kit 32 development board with OLED display. Follow the steps below to have the example WiFiScan script show your local…
This project displays the latitude and longitude from a GPS sensor on an OLED display using the I2C protocol. In the video below you can see a splash screen is displayed with some…
The 3.3v output from a PIR movement detector doesn’t have enough current to energise a mechanical relay. With a little modification it is possible to make it work with a…
I had a problem with the wiring on this one. With SPI you use the same pins for SCLK (SCL pin on the BME280 boards) , MOSI (SDA pin) and MISO (SDO pin) and then each SPI sensor…