No connection to display??? #222
-
EDIT: I changed the baud rate to 115k and it started working.... is this the correct baud rate? Go the D1 Mini flashed & configured. It all looks like its working, but the display just boots and goes into its demo mode. The log shows a connection to the display ( I think ), but logs of "invalid" errors... I'm all ears on what to try. How do you get the display out of demo mode????
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Sounds like you might not have flashed the TFT file to the display. Write that file to an SD card and boot the Nextion with that inserted. |
Beta Was this translation helpful? Give feedback.
-
I flashed the D1 mini. I didnt see anything about a flash card. I have an SD card, write what "file"?? |
Beta Was this translation helpful? Give feedback.
-
Thought I linked that firmware but apparently not which makes for some confusion! Sorry man, here's the link: https://github.com/HASwitchPlate/HASPone/blob/main/Nextion_HMI/HASwitchPlate.tft The HASPone project has firmware for the ESP8266 and firmware for the Nextion. Nextion firmware comes as a .TFT file, so download that link above, put it on an SD card, unplug your Nextion, put the SD card in, then plug the Nextion back in to power it up. It should recognize your firmware and start an upload process automatically. Afterwards, remove SD card, power down, then power back up. |
Beta Was this translation helpful? Give feedback.
-
so... I had to use BlueHarvest macos app to prevent my mac from writing its stupid hidden files. http://www.zeroonetwenty.com/blueharvest/ It would be nice if this project gave a little back ground so newbies like me can figure this stuff out a little easier. The Nextion display has its own internal RTOS and it needs a .TFT file to be loaded via the SD card run the display. Unlike other "dumb" displays, that file specifies all kinds of things to make these displays work. it also only supports SD Card updating .tft files on 32gb SD cards written by linux or windows using FAT32 (not MACOS) see how easy that was? if this was spelled out, it would have saved me a day of screwing around. The positive note is I now fully get what you are doing w/ this project. I also had to do summersaults on my mac running Parallels to get the Nextion Editor to run... I tried to help you out and add this edit to your docs, but you don't allow edits... |
Beta Was this translation helpful? Give feedback.
-
Great news man, glad you got it sorted! |
Beta Was this translation helpful? Give feedback.
so... I had to use BlueHarvest macos app to prevent my mac from writing its stupid hidden files. http://www.zeroonetwenty.com/blueharvest/
Also, these displays only support SD cards <=32GB. You know how many devices in my house I had to look at to find one of those dinosaurs?
once those dragons were slayed, the firmware on the display upgraded.
It would be nice if this project gave a little back ground so newbies like me can figure this stuff out a little easier.
The Nextion display has its own internal RTOS and it needs a .TFT file to be loaded via the SD card run the display. Unlike other "dumb" displays, that file specifies all kinds of things to make these displays work. it also only …