You are not logged in.
Pages: 1
When I will upgrade is see the version will be Build #2101 but i Get Build #2059 not the 2101.
Son no option for Nextion.
When I try the Beta build #2158 i see the option for Nextion.
When i do the step from Nextion Display port ( i symbol) i still do not get the nextion working.
The log says no HW found
ls /dev/tty*
Connect your device to Raspberry Pi and type the above command again. The additional path belongs to your device.
Give no difference with or without connect Nextion
Last edited by johanvd (2019-04-08 17:23:26)
Offline
How did you connect nextion to rpi?
Offline
gpio 15 RX Nextion en gpio 16 TX Nextion
Offline
Have you enabled serial port on RPi?
Offline
sudo raspi-config
=> Interfacing Option
=> Serial
=> NO
=> YES
Offline
This was the solution for me:
Disabling the Console
If you are using the serial port for anything other than the console you need to disable it.
sudo systemctl stop serial-getty@ttyS0.service
sudo systemctl disable serial-getty@ttyAMA0.service
sudo nano /boot/config.txt
add line
dtoverlay=pi3-miniuart-bt
Last edited by johanvd (2019-04-10 15:50:58)
Offline
Pages: 1