Questions with regards to ESP8266 Basic and hardware interfacing and control via Basic commands

Moderator: Mmiscool

User avatar
By lpservices
#54144 Hello Miguel,

My nodemcu always starts up nicely, no problems

Have been looking into craching when using tft.bmp, but no solution yet,
Library used from Adafruit is very tricky, must be some memory allocation problem.
Will keep you posted.

-lpservices
User avatar
By tcpipchip
#54191 Hello my Friend!!!!!

Thanks again for all the help!

Wich is the nodemcu model that you are using ?

I cant believe that my nodemcu is resetting many times until really runs the basic application. I have tested here in 3 nodemcu! :(
User avatar
By joeygbsn
#54199 Do you have your nodemcu in a breadboard? I noticed a couple of my breadboards that seem fine otherwise cause resets on my nodemcus. If i use an older breadboard that i have, or just leave the board out this problem goes away. Not sure if this will help but it's something easy to test.
User avatar
By lpservices
#54241 Hello,

I am using a D1 Mini NodeMCU Lua ESP8266 ESP-12 WeMos D1 Mini WIFI 4M Bytes
In the Adafruit library I noticed that bitmaps can be scaled by an integer,
Since espbasic only uses scale=1, I eliminated the extra code,
The code runs a bit faster now, but still craches
Maybe because the transfer are now a bit faster, the breadboard is playing havoc to the signals/power supply,
I will try to remove from breadboard and use seperate power supply for the display
Will keep you posted



regards,
-lpservices