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
Uncategorized
My explanation of Cheryl’s Birthday: Singapore’s maths puzzle
This was the puzzle Because Albert knows the month June but he is not sure it is June 17 or June 18 but Albert knows that Bernard also doesn’t know, because if the date would be June 18 Bernard could tell it by now. Albert knows for sure that ONLY Bernard will not be able to tell … Continued
Green tech or not feasible at all? : Generating National Electricity through Personal Exercise
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