Page 21 of 23

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 10 Jul 2020 22:31
by sugar
Noticed given a large enough file (ScummVM from Aminet) wget eventually crashes even at 38400 bauds / 2kb/s (which I think is a bit slow for 38400) on my TF360 but it still is generally ok to fetch network clock at 115200 :)

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 11 Jul 2020 07:31
by matt020
sugar wrote: 10 Jul 2020 22:31 Noticed given a large enough file (ScummVM from Aminet) wget eventually crashes even at 38400 bauds / 2kb/s (which I think is a bit slow for 38400) on my TF360 but it still is generally ok to fetch network clock at 115200 :)
Hmm. I have downloaded 20mb files and had no issues at all. Not a thing! At 115200.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 13 Jul 2020 21:16
by Rochabian
I've finally sorted what was wrong. The 2 ESP that i've ordered was bad. I'm not very lucky :?
So i've ordered different ones .They have a red LED plus the blue led
Flashing them doesn't give the blue led staying on when powered, but THEY WORKS !!!
First flash and BOOM! It works :D
Red led stays on when powered and blue led blinks with network activity.
Seems to be more reliable than the others
Thanks for your help

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 13 Jul 2020 21:34
by terriblefire
No probs. Glad its working now.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 14 Jul 2020 09:03
by Rochabian
Any chance to get Amiga Explorer working with the ESP ?
I tried to ping the ESP DHCP local adress 192.168.1.62 with a Windows PC and no answer
But the CD32 can ping all my local network adress
Are the network incoming connexions routed by the ESP too ?
Do i need to add NAT to access the CD32 on port 356 (AExplorer port ) or FTP as well ?

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 14 Jul 2020 09:11
by terriblefire
You *might* need to allow the AExplorer port to forward to the CD32...

But keep in mind that the PC needs to hit the ESP address not 192.168.240.2... because thats meaningless to the PC.

Its possibly your local lan is the problem and filtering packets. I can defo ping my ESP module and telnet to port 7777 from my lan.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 14 Jul 2020 13:11
by matt020
Definitely have to set up that port to forward within the ESP config, yep!

Once that is done, configure AExplorer on the PC to configure to whatever IP you have given the ESP module, in my case it is 10.0.0.229 (and not 192.168.240.2 as TerribleFire said)

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 14 Jul 2020 13:24
by Rochabian
matt020 wrote: 14 Jul 2020 13:11 Definitely have to set up that port to forward within the ESP config, yep!

Once that is done, configure AExplorer on the PC to configure to whatever IP you have given the ESP module, in my case it is 10.0.0.229 (and not 192.168.240.2 as TerribleFire said)
On the Pc i already set AExplorer to ESP module (in my case 192.168.1.62)
How to set port forward on the ESP, with telnet ? I'm not really comfortable with telnet commands :?

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 14 Jul 2020 13:38
by terriblefire
portmap

Code: Select all

The console understands the following command:

help: prints a short help message
show [stats]: prints the current config and status
set ssid|pasword [value]: changes the named config parameter
set addr [ip-addr]: sets the IP address of the SLIP interface (default: 192.168.240.1)
set speed [80|160]: sets the CPU clock frequency (default: 160)
set bitrate [bitrate]: sets the serial bitrate to a new value
portmap add [TCP|UDP] external_port internal_ip internal_port: adds a port forwarding (works in STA mode)
portmap remove [TCP|UDP] external_port: deletes a port forwarding

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 16 Jul 2020 08:39
by Rochabian
portmap TCP 356 192.168.1.61 356 does the trick ;)
AExplorer is working now, everything is fine :girldance:
Thanks for the advice :dualthumbup: