BenB2000
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by BenB2000-
BenB2000 created a post,
NHD-0216K3Z-FL-GEW-V3 trying to use with I2c and an ESP8266
Hi All, I am finding that code that works for Arduino Nano, Leonardo, Mega with I2c , 5.0vdc, and the NHD-0216K3Z-FL-GEW-V3, DOES NOT work with the I2C of the ESP8266. The ESP8266 uses 3.3v signals...
-
BenB2000 commented,
Hi All, just an amendment to the last codethe statement TWBR = 100000, is incorrectsee http://www.gammon.com.au/i2cWhere the TWBR value is defined in the formulaI2C freq = CPU Clock / ( 16+(2*TWBR*...
-
BenB2000 commented,
Hi I am using the Newhaven NHD-0216S3Z-FL-GBW-V3 16x2 Character displayusing an Arduino Leonardo, with I2C communicationFor this display it is important to set the Arduino's I2C communication speed...