Hi,
I uploaded a template to my 4.3" Nextion through usb-ttl. this worked great and i used the replay feature to make sure it was working.
Next i added 2 x 8 led strips. I soldered both the Nextion and Led's to a Elegoo Nano board. This is where the issue is, I always get a failure when i try to compile the sketch.
thanks for any help!
Hi ! The nextion micro bridge will only work with an Arduino micro, the nano doesn't have the required capabilities. You can read the two possible wiring here : https://github.com/SHWotever/SimHub/wiki/Nextion-Display#nextion-wiring , you can use an usb TTL or an Arduino micro, but any other Arduino boards won't work.
Nicolas
Thanks Nicolas!
Changed boards and still had an issue. Dash would turn on but no data!
Then i remembered that after i first got the "serial1" issue i deleted all the 1's!!
so after opening a fresh copy of nextion micro bridge and uploading to the micro it all worked great!
Thanks for your help.