Page 2 of 23

Re: Drivers for ESP modules

Posted: 03 Sep 2019 21:38
by Zac
terriblefire wrote: 03 Sep 2019 21:20 Driver would be SANA-II. Standard Amiga driver. You could use any TCP Stack.
Oh, cool! :o
The Native ESP protocol is 115200. Thats why it needed that speed.
Hmm, I still don't understand. The ESP can certainly work with 9600 baud.

Re: Drivers for ESP modules

Posted: 03 Sep 2019 21:50
by terriblefire
Hmm, I still don't understand. The ESP can certainly work with 9600 baud.
Not with stock firmware..

Re: Drivers for ESP modules

Posted: 03 Sep 2019 22:15
by Zac
terriblefire wrote: 03 Sep 2019 21:50
Hmm, I still don't understand. The ESP can certainly work with 9600 baud.
Not with stock firmware..
Oh! I thought "AT+CIOBAUD" would work with any firmware. However, what I was thinking of using is the PPP firmware which you can access here. Then I would be using a SANA-II-PPP driver.

Re: Drivers for ESP modules

Posted: 03 Sep 2019 22:19
by terriblefire
Zac wrote: 03 Sep 2019 22:15 Oh! I thought "AT+CIOBAUD" would work with any firmware. However, what I was thinking of using is the PPP firmware which you can access here. Then I would be using a SANA-II-PPP driver.
How do you do that when your Amiga cant do 115200 though? it cant do the negotiation down to a slower rate? If you can somehow that would be great.

EDIT: Also you dont need my driver for this. Just use your favourite TCP stack and away you go. The specific need for my driver was to use *stock* firmware. Its for those users who are not comfortable reflashing firmwares etc.

Re: Drivers for ESP modules

Posted: 03 Sep 2019 22:48
by Zac
terriblefire wrote: 03 Sep 2019 22:19
Zac wrote: 03 Sep 2019 22:15 Oh! I thought "AT+CIOBAUD" would work with any firmware. However, what I was thinking of using is the PPP firmware which you can access here. Then I would be using a SANA-II-PPP driver.
How do you do that when your Amiga cant do 115200 though? it cant do the negotiation down to a slower rate? If you can somehow that would be great.
Plug your ESP8255 to a CH340 adapter and connect with a modern computer. Set baudrate permanently with:
AT+UART_DEF=<baudrate>, <databits>, <stopbits>, <parity>, <flow control>
Unplug ESP and use it with Amiga.

At least that's the plan! :lol:

Re: Drivers for ESP modules

Posted: 03 Sep 2019 22:56
by terriblefire
If you're dropping the baudrate just use the slip driver in your post... TBH if that can be used easily i'll can my driver

Re: Drivers for ESP modules

Posted: 25 Mar 2020 09:53
by terriblefire
I've really struggled to get SLIP working on amiga. Has anyone actually got this going?

Re: Drivers for ESP modules

Posted: 28 Mar 2020 18:59
by Smyckers
I got everything up and running by following the instructions on this link and just ignoring all the BBS parts.

https://blog.nootch.net/post/amiga-bbs-online-2019/

I originally tried to install it over an existing os3.9 install but had no luck. When I started from a fresh wb3.1 and BetterWB install as per the guide it worked perfectly. I only really tested it using AWeb and I'm not sure about what sort of speeds I'm getting. I set the firmware up at 38400 baud.

Re: Drivers for ESP modules

Posted: 28 Mar 2020 19:14
by terriblefire
Smyckers wrote: 28 Mar 2020 18:59 I got everything up and running by following the instructions on this link and just ignoring all the BBS parts.

https://blog.nootch.net/post/amiga-bbs-online-2019/

I originally tried to install it over an existing os3.9 install but had no luck. When I started from a fresh wb3.1 and BetterWB install as per the guide it worked perfectly. I only really tested it using AWeb and I'm not sure about what sort of speeds I'm getting. I set the firmware up at 38400 baud.

Ok i'll try a clean install and see what gives.

Re: Drivers for ESP modules

Posted: 29 Mar 2020 02:23
by matt020
Is "that port" on the TF330 a serial port? Can a DB9 connector be wired to it, and use serial.device to talk to devices like a modem or null modem cable?