I am a new user here on the Arduino Forums. But I also come from Reddit and I came here because the question I posted on the r/arduino was complex for others to answer and nobody so far had answered. So I am wondering if Arduino experts can help me diagnose the problem I have.
So basically, I am trying to get my ESP8266 WiFi RC Car to work but I kept stumbling upon this same error and same issue at the output:
. Variables and constants in RAM (global, static), used 28640 / 80192 bytes (35%)
║ SEGMENT BYTES DESCRIPTION
╠══ DATA 1516 initialized variables
╠══ RODATA 1020 constants
╚══ BSS 26104 zeroed variables
. Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 61291 / 65536 bytes (93%)
║ SEGMENT BYTES DESCRIPTION
╠══ ICACHE 32768 reserved space for flash instruction cache
╚══ IRAM 28523 code in IRAM
. Code in flash (default, ICACHE_FLASH_ATTR), used 272272 / 1048576 bytes (25%)
║ SEGMENT BYTES DESCRIPTION
╚══ IROM 272272 code in flash
esptool.py v3.0
Serial port COM1
Connecting........_____....._____....._____....._____....._____....._____....._____
A fatal esptool.py error occurred: Failed to connect to ESP8266: Timed out waiting for packet header
So I am wondering what the issue could be that is causing this. I tried a few youtube tutorials that were made about my RC Car and tried using codes from the tutorial but they had the same issue.
Here is my Reddit Post I made if you wanna look more deeper into my problem.
https://www.reddit.com/r/arduino/comments/14tzpf3/i_am_trying_to_get_my_esp8266_rc_car_to_work_and/
Perhaps if you have a Reddit Account we could probably have a chat discussion to diagnose the problem. I am sadly busy tomorrow sunday and a bit busy on monday so I might not respond in time for my chat nor will I be at my workshop where I work.
But I would love to hear all the possible solutions to my problem that I would love to try and see if it fixes anything.
Thanks!
Edit: I managed to get over the issue. But its not over yet. I am having issues connecting the network to my Iphone/Laptop. Its not showing up in the Wifi Networks. Can someone help me with this?