This example will demonstrate the use of an Arduino UNO in controlling the module. Once connected and the program loaded, lights will perform a pedestrian crossing sequence and provide feedback to the serial monitor.
This example will demonstrate the use of an Arduino UNO in monitoring an analog pin over the range of light levels that a IR detector responds to as it moves from a white reflective surface to a black absorbent one.
This example will demonstrate the use of an Arduino UNO reading byte data from the sensor. Once connected and the program loaded, it will read the temperature and humidity, every second and a half (the sensor has a refreshes it's reading every second).
A quick introduction to using the 6 LED status module. Hopefully it will provide you with the confidence include a display in your Arduino project and see its usefulness in debugging programs.