Date : Wed, 17 Nov 2010 09:10:10 -0000
From : mark@... (Mark Usher)
Subject: Beeb Networking - Was: No wonder CompSci graduates
> Mega 162 would be a good choice as it has the external memory bus for
> talking to the Econet board, plus you can add extra RAM for buffers etc if
you
> need it.
Yes, there is extra RAM on board, although getting quite tight now.
> What Ethernet chip are you using ? I've used the Microchip ENC28J60 and an
> AVR (Mega 644)to build an IP enabled net tester for work..... that chip
has a
> couple of advantages for the experementer, the major one being that it's
> available in DIP :)
Uses the CS8900. Managed to write a driver for the Atmel and ported uIP
stack over. Unfortunately this is taking up a fair bit of room in the
firmware. With hindsight it may have been better using one of the chips
with a built in stack that are now available - although it might not have
been quite so easy to implement one or two of the routing features that
we've done.
//M