Edzelf / Esp-radio

Internet radio based on Esp8266 and VS1053.
MIT License
622 stars 200 forks source link

Succesfully added a Nextion Display to your Espradio #139

Open Manu-J opened 6 years ago

Manu-J commented 6 years ago

Thanks for making your code an opensource, I just modified code a little, to interact it with my Nextion display,

More details on my project find Here. Once again thanks a lot.

https://www.youtube.com/watch?v=1q8UP5HhdpM&t=36s

snapshot_11

Edzelf commented 6 years ago

Looks good! You are ising RX and TX to connect to the Nextion. Does it interfere with the debug output?

Manu-J commented 6 years ago

Yes I am using the Rx tx pins of Nodemcu.I initially tried to use software serial pins but it was throwing a lot of issues..but when I used like this no issues,it can communicate with Nextion as well as with PC serial port.The only problem is that the debug output will show also the Nextion display commands. The only thing to remeber is that to make sure that the Nextion and Nodemcu baudrates are set for same value. For this project I set the baudrates as 115200 ans it worked like charm.