Unanswered Questions
100 questions with no upvoted or accepted answers
3
votes
0
answers
191
views
Grove LCD display not working with arduino rev 2 wifi (Unknown error at address 0x3E)
I am trying to connect Grove 16x2 LCD (White on Blue) to my Arduino uno rev 2 wifi.
So far, I've tried hd44780 library's ioClass examples, but nothing worked. I've then decided to scan ports and when ...
3
votes
0
answers
700
views
Serial does not work when LiquidCrystal library is used
I have been struggling with a LCD for 6 hours straight - I've had many problems including random characters showing up, and this time (not quite sure what changed, I tried so many things) as soon as I ...
3
votes
1
answer
1k
views
3.5 inch TFT LCD connection diagram with mega r3
Forum post
I would like to ask if someone has this shield fully working?
My biggest problem is the touch screen that I couldn't manage to make work.
Here is the code I am using:
// ic: ili9327
#...
2
votes
0
answers
85
views
Arduino code intermittent
Have an alarm for "tea time", "lunch time" and "tea time". Works well at times but occasionally it gets stuck on the alarm not resetting, other times it does not trigger ...
2
votes
0
answers
99
views
How to show repeated result on LCD while button is pressing
my results are here.
0 press--"a"
1st press--"b"
2nd press--"c"
3rd press-- still showing "c"
When button pressed 3rd time, It must be repeated to show "a&...
2
votes
0
answers
161
views
TFT Screen with Arduino UNO does not display as expected
I have a 3.5" TFT LCD communicating in parallel connected to Arduino UNO.
I expect it draws a white circle on a black background but all it does is to show a white screen.
How to fix this?
main.c
...
2
votes
0
answers
259
views
CAN bus communication and LCD updation
I am trying to communicate arduino uno with CAN bus using MCP2515 shield.
Data sending and receiving both things are done.
Whatever data received is displayed on LCD.
CAN bus receive is done using ...
2
votes
0
answers
159
views
Why doesn't LCD 16x2 work with fingerprint sensor code?
When I separate fingerprint code and LCD code it works fine. sensor read 6 templates which I already stored 6 fingers ID. When I combine the code it read 0 templates.
#include <Adafruit_Fingerprint....
2
votes
0
answers
233
views
qMenuSystem using DigoleSerial library doesn’t work on my I2C Monochrome OLED
Just like the title says I’m trying to make qMenuSystem to work with my oled display.
Here is what I know so far about my display :
- It's a Monochrome OLED 128x64 (Blue) Display
- It's connecting ...
2
votes
0
answers
99
views
Why is my keypad requiring a double-click only on the first row to register?
I have a keypad that is connected to my Arduino and each time a key is pressed, the number should be outputted to an LCD screen. The issue is that after the screen is cleared, and a new ID is being ...
2
votes
0
answers
919
views
How to read the busy flag on LCD?
I have a standard 16x2 LCD screen and I have it hooked up to my Arduino UNO via a I2C backpack (4-bit mode).
Since I want to learn about the lcd at a lower level I’ve decided not to use the LCD ...
2
votes
0
answers
375
views
Wiring Feather Huzzah ESP8266 to Monochrome 1.3" 128x64 LCD
I'm new to Arduino and the pinouts for the Adafruit 938 LCD doesn't seem to match the pinouts that I looked up for the Huzzah ESP8266.
Does anyone know the proper pinout for this display and the ...
2
votes
0
answers
2k
views
How do I display serial monitor on LCD keypad shield?
I want to be able to display what I am seeing on the serial monitor onto the LCD keypad shield I have connected to my Arduino UNO. Can someone possibly write the the code ontop of this for me?
I'm ...
2
votes
0
answers
497
views
Compiling Error 3 Wire LCD
When this 3 wire LCD code is compiled the following message results:
NewLiquidCrystal-master\I2CIO.cpp:35:26: fatal error: ../Wire/Wire.h: No such file or directory
#include <../Wire/Wire.h> ...
2
votes
0
answers
2k
views
Sending GPS data between two Arduinos using Easy Transfer
I'm trying to get GPS data transmitted from one Arduino UNO to a second unit to eventually be displayed on an LCD and stored in an SD card. I am using Xbees S2C's on Xbee Shield's to do this. The ...