Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)
It helps build a picture where our "good traffic" is coming from..
Thanks :)
Getting WFI Working on TF3xx with ESP Module
Moderators: terriblefire, Terriblefire Moderator
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: Drivers for ESP modules
I verified that it works fine with the Roadshow demo too.
———
"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."
Re: Drivers for ESP modules
I think I’ve killed my ESP-01S’. Can’t get the first part of the firmware to stick (fault on verify).
Ordered new ones. Hope I get them by this weekend.
My ESP32 is working great, though.
Ordered new ones. Hope I get them by this weekend.
My ESP32 is working great, though.
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: Drivers for ESP modules
Well the whole idea with these things was they were cheaper than a beer. Thats why i picked themtheq wrote: Wed Apr 01, 2020 6:11 pm I think I’ve killed my ESP-01S’. Can’t get the first part of the firmware to stick (fault on verify).
Ordered new ones. Hope I get them by this weekend.
———
"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."
Re: Drivers for ESP modules
Yeah, they are dirt cheap.terriblefire wrote: Wed Apr 01, 2020 7:47 pm Well the whole idea with these things was they were cheaper than a beer. Thats why i picked them
Think I’ve killed them. «Might« have connected them to 5V... Able to communicate with them, so will see when I get some replacements.
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: Drivers for ESP modules
Sounds more like a gubbed programmer.
———
"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."
Re: Drivers for ESP modules
Does the ESP8266 have to be reprogrammed to run at 38400? Can it run at 115000 in the TF330?
Edit: Im reading and re-reading this thread, and Im just seeking clarity as to weather an ESP8266 has to be updated/upgraded/modified with any firmware of config in order to work with the TF330. Does https://github.com/martin-ger/esp_slip_router need to be applied?
Or will an ESP8266 just work out of the box in the TF330 and a TCP/IP stack installed... ?
Edit: Im reading and re-reading this thread, and Im just seeking clarity as to weather an ESP8266 has to be updated/upgraded/modified with any firmware of config in order to work with the TF330. Does https://github.com/martin-ger/esp_slip_router need to be applied?
Or will an ESP8266 just work out of the box in the TF330 and a TCP/IP stack installed... ?
Re: Drivers for ESP modules
Yes, they need to be programmed and they can run at 115200 in the TF330.matt020 wrote: Thu Apr 02, 2020 4:47 am Does the ESP8266 have to be reprogrammed to run at 38400? Can it run at 115000 in the TF330?
No, they won't.matt020 wrote: Thu Apr 02, 2020 4:47 am Or will an ESP8266 just work out of the box in the TF330 ... <snipp>... ?
You can program these with, and not limited to, i.e. a Raspberry Pi or a USBtoSerial-dongle thingy.
The software for these can be found online for free.
Re: Drivers for ESP modules
Got my ESP-01S' working.
Was picky on the programming method with esptool.py.
Had to use "--flash_mode dout" to get it to flash properly.
Next thing is to solder it to the ESP-header on my TF330 board
Was picky on the programming method with esptool.py.
Had to use "--flash_mode dout" to get it to flash properly.
Next thing is to solder it to the ESP-header on my TF330 board
Re: Drivers for ESP modules
Your install_script worked perfectly.terriblefire wrote: Wed Apr 01, 2020 12:06 pm Simple AmigaDOS script to set everything up for you. You need to have installed roadshow (maybe also with roadshow demo?) and downloaded http://aminet.net/package/comm/net/cslip-sana2.lha into the same folder as the script... see the zip attached.
Caveat is that it wipes your current settings clean and uses 8.8.8.8 for DNS resolution. You can update that if needed.
literally unzip the zip file and type "Execute install_script" at a cli.Code: Select all
; (C) 2020 Stephen J. Leary ; echo "Removing old slip.device" IF EXISTS DEVS:Networks/slip.device delete DEVS:Networks/slip.device EndIf echo "Installing slip.device" lha -q x cslip-sana2.lha ram: copy QUIET ram:slip/slip.device DEVS:Networks/ IF NOT EXISTS ENVARC:Sana2 echo "Creating SANA2 Config folder" MAKEDIR ENVARC:Sana2 ENDIF echo "Creating slip0.config" echo >envarc:Sana2/slip0.config "# Auto generated file" echo >>envarc:Sana2/slip0.config "serial.device 0 38400 192.168.240.2" echo "Create network interface" echo >devs:NetInterfaces/Slip "# $VER: SLIP 1.1 (1.4.2020)" echo >>Devs:NetInterfaces/Slip "interface=Slip" echo >>devs:NetInterfaces/Slip "device=slip.device" echo >>devs:NetInterfaces/Slip "unit=0" echo >>devs:NetInterfaces/Slip "address=192.168.240.2" echo >>devs:NetInterfaces/Slip "netmask=255.255.255.0" echo >>devs:NetInterfaces/Slip "requiresinitdelay=no" echo "Create routes file" echo >Devs:Internet/Routes default 192.168.240.1 echo "Create name_resolution file" echo >Devs:Internet/name_resolution nameserver 8.8.8.8
Only thing I had to change was:
From:
Code: Select all
echo >>envarc:Sana2/slip0.config "serial.device 0 38400 192.168.240.2"Code: Select all
echo >>envarc:Sana2/slip0.config "serial.device 0 115200 192.168.240.2"-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: Drivers for ESP modules
———
"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."