LCD

Am2301 and LCD Arduino example

The AM2301  is a wired version of the DHT21, in a large plastic body. Specifications: Type: AM2301 Accuracy resolution: 0.1 Measurement range: 0-100%RH Temperature measurement range: -40℃ ~ +80℃ Humidity…

Read more

MCP4725 and LCD example

MCP4725 is a single channel, 12-bit, voltage output Digital-to-Analog Converter with integrated EEPROM and an I2C Compatible Serial Interface. Features 12-Bit Resolution On-Board Non-Volatile Memory (EEPROM) ±0.2 LSB DNL (typ)…

Read more

mBed and 16×2 LCD

This is made easy by the TEXT LCD library. The schematic shows how to connect up the 16×2 LCD to the MBEd Schematic Code [c] #include “mbed.h” #include “TextLCD.h” TextLCD…

Read more