Page 14 of 23

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 21 Apr 2020 17:52
by PhilC
A quick question , is this just for 330 and 360 cards only?

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 21 Apr 2020 18:14
by terriblefire
PhilC wrote: 21 Apr 2020 17:52 A quick question , is this just for 330 and 360 cards only?
Yes. The CD32 has the UART pins on the edge connector.

EDIT: I could have added this to the A1200 card but people use PCMCIA there. No chance of it on an A500 card would required a full UART chip.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 21 Apr 2020 18:57
by PhilC
Thanks, that explains it.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 23 Apr 2020 21:31
by sugar
Did some nasty soldering and got my TF-330 online. Brilliant stuff.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 04 May 2020 14:07
by matt020
Has anyone tried baud rates above 115200?

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 04 May 2020 14:23
by terriblefire
matt020 wrote: 04 May 2020 14:07 Has anyone tried baud rates above 115200?
No. ESP Slip router doesnt go above that from the docs.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 04 May 2020 21:09
by sugar
matt020 wrote: 04 May 2020 14:07 Has anyone tried baud rates above 115200?
I can run it at 216000bps but the CPU starts really struggling when you up the speeds. I think that 1mbps shouldn't be an issue with TF360 (If that's the only bottle neck). I think the documentation only tells that it defaults to 115200 since some USB devices max out at that rate but 21600 bps can be achieved just by editing envarc:sana2/slip0.config and setting the bitrate in the esp console. If that fails you can probably try a slower rate, say 201600 that still produces a nice boost.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 04 May 2020 22:00
by terriblefire
sugar wrote: 04 May 2020 21:09 I can run it at 216000bps but the CPU starts really struggling when you up the speeds. I think that 1mbps shouldn't be an issue with TF360.
I'm very surprised the CD32 uart can handle that at all. I wouldn't expect it to get much faster.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 04 May 2020 22:15
by sugar
terriblefire wrote: 04 May 2020 22:00
sugar wrote: 04 May 2020 21:09 I can run it at 216000bps but the CPU starts really struggling when you up the speeds. I think that 1mbps shouldn't be an issue with TF360.
I'm very surprised the CD32 uart can handle that at all. I wouldn't expect it to get much faster.
Ahh well I benefit from not knowing what I'm doing.

Re: Getting WFI Working on TF3xx with ESP Module

Posted: 04 May 2020 22:17
by terriblefire
sugar wrote: 04 May 2020 22:15 Ahh well I benefit from not knowing what I'm doing.
Keep going. Tell me what the limit is.