Search found 3 matches

by TotleyRover
Sun Feb 11, 2024 2:51 pm
Forum: Display
Topic: Serial I2C LCD 1602 Module (HCARDU0023)
Replies: 65
Views: 181165

Re: Hobby Components 1602 SmartLCD (HCMODU0122)

Success It appears I was using the wrong sketch, as you suggested. Also, I was under the impression that with the LCD module I have, I should use: LiquidCrystal_I2C lcd(0x3F,16,2); and not LiquidCrystal_I2C lcd(0x27,16,2); Just so you know – the opposite is required. Finally, confusion over the incl...
by TotleyRover
Fri Feb 09, 2024 5:23 pm
Forum: Display
Topic: Serial I2C LCD 1602 Module (HCARDU0023)
Replies: 65
Views: 181165

Re: Hobby Components 1602 SmartLCD (HCMODU0122)

Thanks for the reply On the Uno R4, WiFi A4 & A5 are Analog input pins. This is part of the documentation in the sketch you directed me too: How to connect the Smart LCD to an Arduino Uno/Nano: Uno/Nano.......SmartLCD I2C Header GND............G (GND) 5V.............5 (5V) A4.............D (SDA) A5....
by TotleyRover
Fri Feb 09, 2024 3:44 pm
Forum: Display
Topic: Serial I2C LCD 1602 Module (HCARDU0023)
Replies: 65
Views: 181165

Re: Hobby Components 1602 SmartLCD (HCMODU0122)

I have a Uno R4 WiFi, and I cannot get the Hello World example to show output on the display. The version of the example sketch is 24/05/17 version 0.1: Original version I believe I am using the correct configuration #define I2C_ADD 0x3F Uno/Nano.......SmartLCD I2C Header GND............G (GND) 5V.....

Go to advanced search