Jump to content
IGNORED

Atari 8-bit Ethernet and Contiki - Want your help!


Cybernoid

Recommended Posts

The label design is still up for submissions.

 

Probably as carts only...although I'll talk to Mark about it and see what he thinks. We aren't planning on charging much over the materials cost so I'm not sure a kit would be significantly cheaper. Probably if you are in a do-it-yourself mood you can use Marks' board design and just do it up yourself. You can get the 5v dragon II's still I think from invector.

  • Like 1
Link to comment
Share on other sites

DId you decide on a label design yet? I have someone who can do nice work

 

I have not decided on a label yet. There weren't any takers on the label contest, so I am open to anyone that want's to help out.

 

 

Probably as carts only...although I'll talk to Mark about it and see what he thinks. We aren't planning on charging much over the materials cost so I'm not sure a kit would be significantly cheaper. Probably if you are in a do-it-yourself mood you can use Marks' board design and just do it up yourself. You can get the 5v dragon II's still I think from invector.

 

Dan is correct, a kit won't be that much cheaper. However, I should have some spare boards I can sell, and all the parts with the exception of the IP dragon board is available from Mouser.com. I have confirmed the IP dragon boards are still available from invector, just send him an e-mail.

Link to comment
Share on other sites

Pontus is a great guy, he's actually helping me with the CPLD work on the 7800XM

 

That module is fine and all, but that is basically the same design we used back in I think 2003 or so when I first started the whole "Ethercart" project for the 8bits... here is the issue, using that design is do hardware intense on the system, you need to go with an IP controller that handles everything up to the Application Layer so your code is only talking to the device application to application... the IP protocol, all of the network, protocol, hardware and so forth layers of networking ALL need to be handled by the ethernet controller completely, otherwise the 8bit Atari is killing itself doing all of that work AND then trying to run its network based applications...

 

I forget the chip, Metalguy told it to me the other night, perhaps he could post the controller chip here - netwiz or something to that effect, would do the job perfectly.

 

 

MY problem is that I and a mate wanted to build your "home-made"-approach with the Dragon-board. However, we couldn't source it.

AND I would prefer a one-PCB solution instead of a the 2PCB + Dragon-board.

 

I would send invector an e-mail and ask about the availability of the IP Dragon II boards. He has been a good guy to deal withso far. http://www.invector.se/contact.asp I think he has some now, but If not, send me a PM and I will see what I can do. As far as a single sided board, that might not be possible because the Cart needs signals from BOTH sides of the cartridge slot, so you need to etch the card edge on both sides. I suppose it might be possible to just etch the card edge and use jumpers for the rest of the connections on the bottom side of the board, but for all that work, IMHO, you might as well just etch both sides. Making a two sided board is not as hard as it might seem. I have done it several times. this is very similar to the method I use: http://myweb.cableone.net/wheedal/pcb.htm A clothes iron can work in place of the laminator for smaller boards, such as the ethernet cart, but sometimes takes a few tries till the toner doesn't smear. The only other issue is soldering the header pins on both sides of the board because home etching doesn't give you plated through holes. I just keep the headers raised a little above the board so I can get solder under the plastic that holds the pins. I also just use some bits of bare wire if I need to make a via to complete a path from the bottom to top layer. There are a couple of those on my board design.

 

 

If you do decide to build one, let me know how it goes and feel free to e-mail or PM me for help.

 

 

 

 

What I want to say is: I buy one (or two) when somebody builds these :)

(It goes without saying, when the price is reasonable)

 

 

I think the price will be quite reasonable. At this point I don't think the price will excede $70.00 for a finished cart in a machined case with a professional label.

Link to comment
Share on other sites

What you say is true enough, although since this design works and most importantly is actually available I feel that its still an exciting cart to have. Contiki works, and so does my C stack, although its true its not the fastest thing in the world. There's some question in my mind as to how fast it needs to be, really, given the overall speed limitations of the atari. It's not really reasonable in my opinion to expect to browse web pages, although that may change given things like vbxe and so forth. My personal goal is to able to send UDP packets to support internet games between two ataris, and I think I am pretty close to that now. For instance, slaved to VBI, a 256 byte udp packet every 60th of a second can support a pretty good update rate. Things like chat programs and telnet and possibly FTP should work well too. In the case of FTP, its kind of useless to send faster than the atari can write anyways.

 

The cart is very easy to program for, and I expect that people will write much faster drivers than what I am doing.

 

We're all for people doing other designs, I say the more the better. We picked this design because it was in our abilities to do relatively quickly.

 

Pontus is a great guy, he's actually helping me with the CPLD work on the 7800XM

 

That module is fine and all, but that is basically the same design we used back in I think 2003 or so when I first started the whole "Ethercart" project for the 8bits... here is the issue, using that design is do hardware intense on the system, you need to go with an IP controller that handles everything up to the Application Layer so your code is only talking to the device application to application... the IP protocol, all of the network, protocol, hardware and so forth layers of networking ALL need to be handled by the ethernet controller completely, otherwise the 8bit Atari is killing itself doing all of that work AND then trying to run its network based applications...

 

I forget the chip, Metalguy told it to me the other night, perhaps he could post the controller chip here - netwiz or something to that effect, would do the job perfectly.

 

 

MY problem is that I and a mate wanted to build your "home-made"-approach with the Dragon-board. However, we couldn't source it.

AND I would prefer a one-PCB solution instead of a the 2PCB + Dragon-board.

 

I would send invector an e-mail and ask about the availability of the IP Dragon II boards. He has been a good guy to deal withso far. http://www.invector.se/contact.asp I think he has some now, but If not, send me a PM and I will see what I can do. As far as a single sided board, that might not be possible because the Cart needs signals from BOTH sides of the cartridge slot, so you need to etch the card edge on both sides. I suppose it might be possible to just etch the card edge and use jumpers for the rest of the connections on the bottom side of the board, but for all that work, IMHO, you might as well just etch both sides. Making a two sided board is not as hard as it might seem. I have done it several times. this is very similar to the method I use: http://myweb.cableone.net/wheedal/pcb.htm A clothes iron can work in place of the laminator for smaller boards, such as the ethernet cart, but sometimes takes a few tries till the toner doesn't smear. The only other issue is soldering the header pins on both sides of the board because home etching doesn't give you plated through holes. I just keep the headers raised a little above the board so I can get solder under the plastic that holds the pins. I also just use some bits of bare wire if I need to make a via to complete a path from the bottom to top layer. There are a couple of those on my board design.

 

 

If you do decide to build one, let me know how it goes and feel free to e-mail or PM me for help.

 

 

 

 

What I want to say is: I buy one (or two) when somebody builds these :)

(It goes without saying, when the price is reasonable)

 

 

I think the price will be quite reasonable. At this point I don't think the price will excede $70.00 for a finished cart in a machined case with a professional label.

Edited by danwinslow
Link to comment
Share on other sites

I think it's also important to mention that The heart of the cartridge, the CS8900A, has been used for Ethernet interfaces for both C64 ,Apple and others. In fact, an earlier IP Dragon board was used in the Apple II Ethernet interface. My point is simply that the CS8900A has been battle tested on several 8- bit platforms, works very well and is reasonable to write code for. Dan is very close to having internet game play working, and I don't think I would have thought that was even possible until I came across Chris Martin's early work with the CS8900A. e-mail, twitter, FTP, and IRC, are all possibilities and most have already been proven.

 

Browsing web pages may not be elegant, but that too is possible even now. (see the youtube videos on the project website) I think it would be very cool to have some text-only Websites coded for browsing on the Atari and I plan on doing just that.

 

 

http://www.atari8ethernet.com/

Edited by puppetmark
Link to comment
Share on other sites

  • 4 months later...

Isn't the Lantronix going to be limited by the serial bus speed of the A8? The Ethernet cart is a parallel device, so will be ten times faster. Nevertheless - the Lantronix looks interesting. What's required to get that running - just an RS232 interface?

Apparently this is what everyone uses with BBS Express! - and yes, just an rs232 interface and $25 usd to get the 8-bit atari online

Link to comment
Share on other sites

Apparently this is what everyone uses with BBS Express! - and yes, just an rs232 interface and $25 usd to get the 8-bit atari online

 

I missed that meeting. :) May have to get me one of those!

 

Is it functionally similar to the UDS-10, by the way?

Edited by flashjazzcat
Link to comment
Share on other sites

Hey, can't the 8-bit Atari be made to boot from a serial device? It would be cool to have the lantronix device point to a website with a network filesystem that boots the atari into a loader menu or network dos. Instead of us running our own BBS, we could have placeholders on atariage, and just connect to an extension of this site.

Link to comment
Share on other sites

Please don't assume I am discrediting this amazing project, but how does the ethernet cart compare to the MSS-100 Lantronix External Device Server? And can the Lantronix box do everything the cart can?

 

eBay Auction -- Item Number: 3006581681541?ff3=2&pub=5574883395&toolid=10001&campid=5336500554&customid=&item=300658168154&mpt=[CACHEBUSTER]

 

http://www.lantronix...ers/mss100.html

 

Interesting. Thanks for pointing that out. Might be worth getting, if only to mess around with.

Link to comment
Share on other sites

We are making progress on the Dragon (ethernet) Carts. We have all the parts to build the first batch. I have build a few and they are being sent out today for a thorough testing. We were hoping to start selling the carts in fall, but due to my work schedule, I just haven't been able to put enough time aside to get the carts built. The fault is mine alone, and I appologize to everyone who has been waiting. I now understand why many of theses projects take so long, and some never get completed. Anyway, We really want to get this done, and I am reorganizing my life and steping up production in the upcoming weeks and when I get a better handle on the building, and the testing, I will let everyone know where we think ordering will begin.

 

Also, I am going to put some updated info and pics on the website this week. Here are a few of the latest pictures taken while building the Dragon Carts:

 

 

 

 

post-9166-0-44599100-1328540422_thumb.jpg post-9166-0-94663300-1328540431_thumb.jpg

 

post-9166-0-64654600-1328540439_thumb.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...