Page 3 of 23
Re: Drivers for ESP modules
Posted: 29 Mar 2020 09:40
by terriblefire
It’s not rs232. It’s 3.3v level. If you wire a serial device to it you’ll blow up the TF330.
Its designed to be a cheap way to talk to Arduino type serial hardware which are very common and cheap now. But requires 3.3v.
Never understood why Amigians still want to use DB9. I dont even have a PC with DB9 anymore.
Re: Drivers for ESP modules
Posted: 29 Mar 2020 10:05
by matt020
terriblefire wrote: 29 Mar 2020 09:40
Never understood why Amigians still want to use DB9. I dont even have a PC with DB9 anymore.
DB9 or DB25, either/or, but it is a way I can run some sort of network on the CD32 until something bigger and better comes along. That was all.
Re: Drivers for ESP modules
Posted: 29 Mar 2020 10:31
by terriblefire
matt020 wrote: 29 Mar 2020 10:05
DB9 or DB25, either/or, but it is a way I can run some sort of network on the CD32 until something bigger and better comes along. That was all.
The ESP stuff should work perfectly as is. Its entirely a software setup thing.
Essentially what you need to do is ..
1. you get the ESP8266 device, flash it with this...
https://github.com/martin-ger/esp_slip_router
Follow the instructions to set the baud rate to something the Amiga can handle.. e.g. 19200
2. install the ESP8288 into the CD32.
3. install your fav TCP/IP setup.
4. Install the SANAII Development kit.
http://aminet.net/package/dev/misc/sana2_v2
and then update the drivers..
http://aminet.net/comm/net/sana2-cslip.lha
also useful is this
http://aminet.net/comm/net/sanautil.lha
From what i can tell you just copy the slip0.config to the env-arc:sana2/ folder and change the IP address.
But it doesnt work for me :(
Re: Drivers for ESP modules
Posted: 29 Mar 2020 15:41
by juz400
Not wishing to Annoy but offer alternate options, my CD32 is less than 5 ft from my main PC and as my Firewall/Router is DIY
I dont have a wireless connection point
This device seems to offer a Com: port at the USB end and an SPI among other ports at the other end offering a Serial connection
https://learn.sparkfun.com/tutorials/bu ... -guide/all
Could this or another Ethernet to SPI adaptor be made to work?
http://www.farnell.com/datasheets/16948 ... gIk6fD_BwE
Do you think either could be an option? Im quite happy to splurge on either for experimentaion/contribution to development.
Hope you are starting to recover from your cold/flu
Justin
Re: Drivers for ESP modules
Posted: 29 Mar 2020 17:12
by terriblefire
There are already serial port options for the CD32. Via the keyboard port for example. If you want to do a cable option then use that.
Why not just buy two ESP8266s and use them back to back for your situation? You can put esp_slip_router into airport mode on one side.
I’ve always said im not interested in retro peripherals... because they really suck. And they’re expensive nowadays.
Re: Drivers for ESP modules
Posted: 30 Mar 2020 12:26
by matt020
terriblefire wrote: 29 Mar 2020 17:12
There are already serial port options for the CD32. Via the keyboard port for example. If you want to do a cable option then use that.
It's the price :( For what they are, they are expensive.
Re: Drivers for ESP modules
Posted: 30 Mar 2020 13:26
by terriblefire
a 3.3v usb serial breakout will work with the TF330.. but i'm not going down the road of supporting it etc. otherwise i'll get nothing done.
Re: Drivers for ESP modules
Posted: 30 Mar 2020 19:10
by juz400
I did look for an Aux/Keyboard to serial cable, the only thing available was £25 and I still had to find a Serial to USB cable
I ordered the BusPirate as it was £25 and does ALOT more than a serial cable, it has an SPI bus sniffer which may be useful
The Ethernet adaptor is a similar ENC28J60 module like Mike Stirling worked on his drivers with, so ordered.
I use an X99A Mobo, it has 2 connections for wireless antena, maybe I could use it as a basestation
Which ESP2866 module are you using? I could order the same, see if its a problem with it or something else.
Re: Drivers for ESP modules
Posted: 30 Mar 2020 19:16
by terriblefire
juz400 wrote: 30 Mar 2020 19:10
I did look for an Aux/Keyboard to serial cable, the only thing available was £25 and I still had to find a Serial to USB cable
I ordered the BusPirate as it was £25 and does ALOT more than a serial cable, it has an SPI bus sniffer which may be useful
The Ethernet adaptor is a similar ENC28J60 module like Mike Stirling worked on his drivers with, so ordered.
I use an X99A Mobo, it has 2 connections for wireless antena, maybe I could use it as a basestation
Which ESP2866 module are you using? I could order the same, see if its a problem with it or something else.
The bus pirate isnt really a serial port at all. Its an interactive protocol sniffer. You cant really use it like a serial port.
If you just want a serial port get something like this
https://www.amazon.co.uk/AZDelivery-Ada ... B01N9RZK6I
and a couple of dupont cables.
Re: Drivers for ESP modules
Posted: 31 Mar 2020 11:16
by theq
Was testing this yesterday, but with no success. Need to confirm that my ESP-01S is working properly. Will test this today.
Just ordered stuff from Digikey to help troubleshoot the port during Easter.
Does the port act like a normal serial Tx/Rx on the Amiga with the normal serial.device (except it's TTL obviously)? No need for any fancy wrapper or workaround?