Solar Peltier Mini Air Conditioner Experiment
Testing a Peltier cooler with a 100W solar panel using two BME280 sensors, an ESP8266, a DS18B20 temperature sensor and Google Charts I’ve had an interest in thermoelectric…
Testing a Peltier cooler with a 100W solar panel using two BME280 sensors, an ESP8266, a DS18B20 temperature sensor and Google Charts I’ve had an interest in thermoelectric…
Instructions for setting up the MPPT-V08A Lithium Solar Charge Controller with CN3722 The information in the listings for these modules is virtually incomprehensible so after…
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 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…
As part of a bigger project to measure temperature and humidity I’ve set up the NodeMcu ESP8266 (ESP12E) with a GY BME280 as below. I’m using ‘Software’…