Getting WFI Working on TF3xx with ESP Module
Moderators: terriblefire, Terriblefire Moderator
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: Getting WFI Working on TF3xx with ESP Module
Agreed... Sounds like you are still in programming mode. I purchased a dedicated programmer thingy that can switch modes but you need to power cycle the ESP after programming it and put it out of programming mode.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
matt020
- Posts: 326
- Joined: 29 Sep 2019 09:17
- Location: West Australia
Re: Getting WFI Working on TF3xx with ESP Module
I think I have a problem with the 0x00000.bin file on https://github.com/martin-ger/esp_slip_ ... r/firmware
im using esptool.py on linux, and Im getting "address overlap error" with 0x10000
and "image file at 0x0 doesnt look like an image file, so not changing any flash settings"
Is someone able to compile and attach the two bin files? Or one big .bin file that I can try flashing, please?
I have spent hour upon hours on this now
im using esptool.py on linux, and Im getting "address overlap error" with 0x10000
and "image file at 0x0 doesnt look like an image file, so not changing any flash settings"
Is someone able to compile and attach the two bin files? Or one big .bin file that I can try flashing, please?
I have spent hour upon hours on this now
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: Getting WFI Working on TF3xx with ESP Module
How did you download it? You cant right click and download.. CLone the repo.matt020 wrote: 18 Apr 2020 13:10 I think I have a problem with the 0x00000.bin file on https://github.com/martin-ger/esp_slip_ ... r/firmware
im using esptool.py on linux, and Im getting "address overlap error" with 0x10000
and "image file at 0x0 doesnt look like an image file, so not changing any flash settings"
Is someone able to compile and attach the two bin files? Or one big .bin file that I can try flashing, please?
I have spent hour upon hours on this now
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
matt020
- Posts: 326
- Joined: 29 Sep 2019 09:17
- Location: West Australia
Re: Getting WFI Working on TF3xx with ESP Module
Errr, thats exactly what I did.... right click, save as.....
I'll try cloning the repo...
I'll try cloning the repo...
-
matt020
- Posts: 326
- Joined: 29 Sep 2019 09:17
- Location: West Australia
Re: Getting WFI Working on TF3xx with ESP Module
Ok, wow, espytool flashed with no errors. Good result.terriblefire wrote: 18 Apr 2020 13:36How did you download it? You cant right click and download.. CLone the repo.matt020 wrote: 18 Apr 2020 13:10 I think I have a problem with the 0x00000.bin file on https://github.com/martin-ger/esp_slip_ ... r/firmware
im using esptool.py on linux, and Im getting "address overlap error" with 0x10000
and "image file at 0x0 doesnt look like an image file, so not changing any flash settings"
Is someone able to compile and attach the two bin files? Or one big .bin file that I can try flashing, please?
I have spent hour upon hours on this now
But still no dice when trying to telnet to 192.168.240.1 7777
Can ping 192.168.240.2 and get a reply, but nothing when i ping 192.168.240.1
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: Getting WFI Working on TF3xx with ESP Module
You've not answered my question about light flashing and power up. If that doesnt happen its not working.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
matt020
- Posts: 326
- Joined: 29 Sep 2019 09:17
- Location: West Australia
Re: Getting WFI Working on TF3xx with ESP Module
Oh ok, on power up, the TTL-USB programmer gives a couple of flickers of a green light, the ESP module gives a flicker of blue light. And that is it.
Is the light meant to be on when powered up?
Is the light meant to be on when powered up?
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: Getting WFI Working on TF3xx with ESP Module
thats whats supposed to happen. Now put the USB adapter in the PC, open putty or whatever with 115200 baud and then plug the ESP in live.. see what you get.matt020 wrote: 18 Apr 2020 14:07 Oh ok, on power up, the TTL-USB programmer gives a couple of flickers of a green light, the ESP module gives a flicker of blue light. And that is it.
Is the light meant to be on when powered up?
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
matt020
- Posts: 326
- Joined: 29 Sep 2019 09:17
- Location: West Australia
Re: Getting WFI Working on TF3xx with ESP Module
Ive got it working.
Ive had to use NodeMCU in Windows for the flashing, although esptool gave no errors and indicated the flash worked, i just could not telnet into it. However flashing with NodeMCU *using the correct bin's downloaded the correct way as suggested by Terriblefire* has worked.
I am now telnet'd into the device (within linux) and Im setting it up!
Thanks for your patience, Stephen, it has been very much appreciated
Ive had to use NodeMCU in Windows for the flashing, although esptool gave no errors and indicated the flash worked, i just could not telnet into it. However flashing with NodeMCU *using the correct bin's downloaded the correct way as suggested by Terriblefire* has worked.
I am now telnet'd into the device (within linux) and Im setting it up!
Thanks for your patience, Stephen, it has been very much appreciated
-
E-Penguin
- Posts: 12
- Joined: 09 Jul 2019 13:43
Re: Getting WFI Working on TF3xx with ESP Module
After spending a long evening on this yesterday I finally got it working. I'm going to write up a guide. I'll share it here.
one thing; the below line isn't needed with Roadshow (v1.12 at least) and causes an error. It still works, but should be removed
Compare with the other examples in NetInterfaces; they don't have the "interface=" line.
one thing; the below line isn't needed with Roadshow (v1.12 at least) and causes an error. It still works, but should be removed
Code: Select all
echo >>Devs:NetInterfaces/Slip "interface=Slip"Who is online
Users browsing this forum: ClaudeBot and 13 guests