Temperature and Humidity Controller for Egg hatching

Leave a comment

Project source : https://github.com/mzc1986/incubator /*—–( Import needed libraries )—–*/ #include <Wire.h> // Comes with Arduino IDE #include <LCD.h> #include “DHT.h” #define DHTPIN 2 // what digital pin we’re connected to // Uncomment whatever type you’re using! #define DHTTYPE DHT11 // DHT 11 DHT dht(DHTPIN, DHTTYPE); // Get the LCD I2C Library here: // https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads // … Continued

Green tech or not feasible at all? : Generating National Electricity through Personal Exercise

Leave a comment

Call it pedal power, generating electricity through stationary bicycling which is practiced as personal exercise at home or gym. This generated electricity will directly go to one’s own electricity network at home/gym via small grid interactive inverter. So the person will consume less energy from the national power grid resulting in reduced electricity bill for … Continued