Getting WFI Working on TF3xx with ESP Module

Help & news on accelerators from TF, Amiga, Atari, CD32 etc

Moderators: terriblefire, Terriblefire Moderator

terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Drivers for ESP modules

Post by terriblefire »

matt020 wrote: Tue Apr 07, 2020 10:31 am Thanks.

I'll be using Windows to flash, so I'll see whats available to flash both .bin files.

Ta.
esptool.py ... its all there in the instructions. 7 year old kids are flashing these modules :) Its really simple.

Literally

Code: Select all

pip install esptool
Thats it. Nothing else needed.
———
"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: 292
Joined: Sun Sep 29, 2019 9:17 am
Location: West Australia

Re: Drivers for ESP modules

Post by matt020 »

esptool.py doesn't execute in Windows,

and after installing Python for Windows, I am now receiving :

Pyserial is not installed for C:\Users\User\AppData\Local\Programs\Python\Python37\pythonw.exe. Check the README for installation instructions.
Traceback (most recent call last):
File "C:/Temp/test.py", line 38, in <module>
import serial
ModuleNotFoundError: No module named 'serial'

And so the headf*ck begins... :D

I would go ahead and install a Linux box at home, but then upon install I'd probably have a missing library or dependency, and if I should go ask for help, well i'd be told to go read the docs. You know how it is. :D :lol:
terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Drivers for ESP modules

Post by terriblefire »

matt020 wrote: Tue Apr 07, 2020 10:48 am esptool.py doesn't execute in Windows,

and after installing Python for Windows, I am now receiving :

Pyserial is not installed for C:\Users\User\AppData\Local\Programs\Python\Python37\pythonw.exe. Check the README for installation instructions.
Traceback (most recent call last):
File "C:/Temp/test.py", line 38, in <module>
import serial
ModuleNotFoundError: No module named 'serial'

And so the headf*ck begins... :D

I would go ahead and install a Linux box at home, but then upon install I'd probably have a missing library or dependency, and if I should go ask for help, well i'd be told to go read the docs. You know how it is. :D :lol:
pip install pyserial
———
"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."
theq
Posts: 114
Joined: Tue Dec 18, 2018 7:16 pm
Location: North of the Wall

Re: Drivers for ESP modules

Post by theq »

Use NodeMCU in Windows
terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Drivers for ESP modules

Post by terriblefire »

theq wrote: Tue Apr 07, 2020 12:13 pm Use NodeMCU in Windows
Be sure to correctly set the offsets for the binaries if you use this. I dislike GUI's because they rely on users clicking things and give less repeatable results.
———
"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: 292
Joined: Sun Sep 29, 2019 9:17 am
Location: West Australia

Re: Drivers for ESP modules

Post by matt020 »

terriblefire wrote: Tue Apr 07, 2020 12:16 pm
theq wrote: Tue Apr 07, 2020 12:13 pm Use NodeMCU in Windows
Be sure to correctly set the offsets for the binaries if you use this. I dislike GUI's because they rely on users clicking things and give less repeatable results.
I think the offsets are found within the names given to the .bin files.... 0x00000.bin and 0x10000.bin
terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Drivers for ESP modules

Post by terriblefire »

matt020 wrote: Tue Apr 07, 2020 12:21 pm
terriblefire wrote: Tue Apr 07, 2020 12:16 pm

Be sure to correctly set the offsets for the binaries if you use this. I dislike GUI's because they rely on users clicking things and give less repeatable results.
I think the offsets are found within the names given to the .bin files.... 0x00000.bin and 0x10000.bin
Yup but make sure you dont accidentally wipe other parts of the ESP!!!
———
"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."
User avatar
kulamario
Posts: 237
Joined: Fri Nov 29, 2019 7:20 pm
Location: Greystones

Re: Drivers for ESP modules

Post by kulamario »

Lads I have question about this
Is possible connect to parallel port on amiga ?
Or is only for TF330 serial port?
theq
Posts: 114
Joined: Tue Dec 18, 2018 7:16 pm
Location: North of the Wall

Re: Drivers for ESP modules

Post by theq »

kulamario wrote: Wed Apr 08, 2020 1:11 am Lads I have question about this
Is possible connect to parallel port on amiga ?
Or is only for TF330 serial port?
This solution is only ment for the TF330 SPI port.
However, it will work on other serial ports if you take correct measures. Connecting this to old school serial ports will break the ESP. So use a MAX3232 or similar to avoid this.
terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Drivers for ESP modules

Post by terriblefire »

kulamario wrote: Wed Apr 08, 2020 1:11 am Lads I have question about this
Is possible connect to parallel port on amiga ?
Or is only for TF330 serial port?
You might be better just buying a plipbox type solution.
This solution is only ment for the TF330 SPI port.
However, it will work on other serial ports if you take correct measures. Connecting this to old school serial ports will break the ESP. So use a MAX3232 or similar to avoid this.
Careful! The TF3xx's do not have SPI ports. Those are only on the TF5xx series.
———
"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."
Post Reply

Return to “Terriblefire's channel”