English Amiga Board


Go Back   English Amiga Board > Main > Amiga scene

 
 
Thread Tools
Old 22 August 2017, 02:00   #21
gururise
Registered User
 
Join Date: May 2016
Location: Los Angeles
Posts: 67
This thing should be easy to build as all the software/firmware are open source. The only proprietary part is the board layout and circuit, which isn't too hard since its basically an ESP8266 and some ttl <-> rs232 ic's.
gururise is offline  
Old 22 August 2017, 12:57   #22
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
See attachment. It can even be implemented without soldering.
Attached Thumbnails
Click image for larger version

Name:	IMG_6423.jpg
Views:	784
Size:	24.5 KB
ID:	54282  
idrougge is offline  
Old 23 August 2017, 22:06   #23
Mr.Flibble
Registered User
 
Mr.Flibble's Avatar
 
Join Date: Jun 2015
Location: UK
Posts: 472
That seems simple enough...

Presumably the other one is using the usb port for power?
Mr.Flibble is offline  
Old 26 August 2017, 13:35   #24
Mr.Flibble
Registered User
 
Mr.Flibble's Avatar
 
Join Date: Jun 2015
Location: UK
Posts: 472
I've knocked together a pcb design - need to test it out, but hopefully it'll work okay.

Good thing about the Amiga is that it supplies 12V via the serial port, so with the right regulator, you can power the whole thing without any additional wires, unless I'm missing something..
Mr.Flibble is offline  
Old 26 August 2017, 13:59   #25
ElectroBlaster
Junior Member
 
ElectroBlaster's Avatar
 
Join Date: Mar 2002
Location: Exeter, Devon, UK
Age: 49
Posts: 1,705
Send a message via ICQ to ElectroBlaster
Excellent stuff
ElectroBlaster is offline  
Old 27 August 2017, 13:32   #26
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
Quote:
Originally Posted by Mr.Flibble View Post
Good thing about the Amiga is that it supplies 12V via the serial port, so with the right regulator, you can power the whole thing without any additional wires, unless I'm missing something..
While it does, it seems to be rated 20 mA max. The ESP chip consumes a lot more at peak levels, hence I power it via the joystick port.
idrougge is offline  
Old 27 August 2017, 16:01   #27
Mr.Flibble
Registered User
 
Mr.Flibble's Avatar
 
Join Date: Jun 2015
Location: UK
Posts: 472
I've also included a DC jack and a jumper to disable/enable internal power, so it should be good regardless
Mr.Flibble is offline  
Old 28 August 2017, 18:10   #28
ferrellsl
Banned
 
Join Date: May 2017
Location: Mesa
Posts: 39
Send a message via AIM to ferrellsl Send a message via Yahoo to ferrellsl
Is there any way to use this as a SLIP device? Cool device but if all I can do is use it for connecting to text based bulletin boards and telnet-ing then I'll pass.
ferrellsl is offline  
Old 28 August 2017, 19:21   #29
Sinphaltimus
Registered User
 
Sinphaltimus's Avatar
 
Join Date: Aug 2016
Location: Cresco, PA, USA
Age: 53
Posts: 1,126
Quote:
Originally Posted by ferrellsl View Post
Is there any way to use this as a SLIP device? Cool device but if all I can do is use it for connecting to text based bulletin boards and telnet-ing then I'll pass.
Exactly this. I actually have a Wifi232 modem connected to my TI-99/4a and it is only used for BBS'ing. I'd have to alter it slightly (add a jumper bridge) to make it compatible with my amiga (enable rts/cts). But I have not done it yet because of this very question. AFAIK - it's not for web browsing. Hopefully someone has another solution (how to configure it as SLIP).

I think the issue is that it does indeed act as a hayes compatible modem meaning you'd need a terminal program to "dial" out to a telnet session.
Sinphaltimus is offline  
Old 28 August 2017, 22:54   #30
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
Quote:
Originally Posted by ferrellsl View Post
Is there any way to use this as a SLIP device? Cool device but if all I can do is use it for connecting to text based bulletin boards and telnet-ing then I'll pass.
Indeed there is, that's what I've been using it for.
idrougge is offline  
Old 01 September 2017, 01:37   #31
ferrellsl
Banned
 
Join Date: May 2017
Location: Mesa
Posts: 39
Send a message via AIM to ferrellsl Send a message via Yahoo to ferrellsl
Quote:
Originally Posted by idrougge View Post
Indeed there is, that's what I've been using it for.
Do you mind sharing your solution or do you routinely pop in just to keep people in suspense?
ferrellsl is offline  
Old 01 September 2017, 07:47   #32
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Quote:
Originally Posted by idrougge View Post
Indeed there is, that's what I've been using it for.
Why SLIP instead of PPP?
kolla is offline  
Old 01 September 2017, 09:20   #33
ferrellsl
Banned
 
Join Date: May 2017
Location: Mesa
Posts: 39
Send a message via AIM to ferrellsl Send a message via Yahoo to ferrellsl
Quote:
Originally Posted by kolla View Post
Why SLIP instead of PPP?
Because PPP is used to establish a direct data connection between two computers in a point-to-point connection. I want to establish an IP connection between my Amiga and my router using this serial line device....hence the name "SLIP" short for Serial Line Internet Protocol

PPP is great for a modem-to-modem or a PC-to-PC connection (NULL modem cable) but that is not my goal. I want to use this device as a wireless NIC to surf the web.
ferrellsl is offline  
Old 01 September 2017, 11:45   #34
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
So SLIP is what the ESP8266 supports? Gotcha.

I only used it via some python libs earlier, not even pretending to run local ip stack.
kolla is offline  
Old 01 September 2017, 18:25   #35
ferrellsl
Banned
 
Join Date: May 2017
Location: Mesa
Posts: 39
Send a message via AIM to ferrellsl Send a message via Yahoo to ferrellsl
Quote:
Originally Posted by kolla View Post
So SLIP is what the ESP8266 supports? Gotcha.

I only used it via some python libs earlier, not even pretending to run local ip stack.
It may support other protocols but SLIP should be the easiest to implement since this device connects to the Amiga via the serial port. But performance would be limited to the serial port's max throughput.

I did a little research and it appears that about the only IP stack for classic Amigas that supports SLIP is Miami. I'm tempted to buy one of these and give it a try but I'd like to hear from someone else first about performance and ease of setup via Miami and any potential pitfalls.
ferrellsl is offline  
Old 01 September 2017, 18:30   #36
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Quote:
Originally Posted by ferrellsl View Post
I did a little research and it appears that about the only IP stack for classic Amigas that supports SLIP is Miami.
That can't be right, I used SLIP over null-modem with AmiTCP way back in '94-95, before PPP came around.
kolla is offline  
Old 01 September 2017, 18:33   #37
ferrellsl
Banned
 
Join Date: May 2017
Location: Mesa
Posts: 39
Send a message via AIM to ferrellsl Send a message via Yahoo to ferrellsl
Quote:
Originally Posted by kolla View Post
That can't be right, I used SLIP over null-modem with AmiTCP way back in '94-95, before PPP came around.
You're probably right. The info I came across was very old and had references to Termite, Miami and AmiTCP. It's possible that SLIP was added to AmiTCP after the article I came across was written. I think it was dated 1992 or maybe '95.

Here's the link I found and it's obviously quite old.

http://www.amigareport.com/ar412/feature1.html
ferrellsl is offline  
Old 01 September 2017, 18:37   #38
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Quote:
Originally Posted by ferrellsl View Post
You're probably right. The info I came across was very old and had references to Termite, Miami and AmiTCP. It's possible that SLIP was added to AmiTCP after the article I came across was written. I think it was dated 1992.

No, anyone doing dial-up to Internet over modem back then used SLIP, PPP was not invented yet.

http://aminet.net/package/comm/net/AmiTCP-bin-30b2

See, rhslip.device and rhcslip.device are in there
kolla is offline  
Old 01 September 2017, 18:46   #39
ferrellsl
Banned
 
Join Date: May 2017
Location: Mesa
Posts: 39
Send a message via AIM to ferrellsl Send a message via Yahoo to ferrellsl
Well, it would be nice if idrougge would share his configuration info and any pointers. I'd also like to know what kind of throughput he's getting.
ferrellsl is offline  
Old 01 September 2017, 19:31   #40
nogginthenog
Amigan
 
Join Date: Feb 2012
Location: London
Posts: 1,309
Roadshow claims to support SLIP also:
Quote:
http://roadshow.apc-tcp.de/index-en.php

Software-only drivers such as "slip.device", "plip.device" or the "ppp-serial.device" driver included with Roadshow are supported, too.
nogginthenog is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
25 x WIFI CARDS - LINKSYS - WPA2/AES - AMIGA - A600/A1200 PCMCIA WIFI Sir_Lucas MarketPlace 225 02 October 2022 19:54
25 x WIFI CARDS - ZYXEL - WPA2/AES - AMIGA - A600/A1200 PCMCIA WIFI Sir_Lucas MarketPlace 84 02 August 2020 17:16
WiFi modem for all Amigas? JimDrew Amiga scene 149 18 August 2019 21:41
Use 7 data bits on RS-232 BlankVector Coders. Asm / Hardware 0 19 March 2017 20:45
Access modem on PC RS-232-port jcm support.FS-UAE 0 13 September 2016 11:03

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:50.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.16345 seconds with 16 queries