Maker Pro
Maker Pro

Sending data from atmel to ethernet conntroler

E

en2

Jan 1, 1970
0
Hi to all.
I was just wondering if someone has done some projects where you have to
send data over LAN. I use atmega32 and spi ethernet module.

Is there maybe some opensource code for this ?
 
E

en2

Jan 1, 1970
0
I wrote ENC28J60 test routines for SPI and UDP, released under the GPL:
http://panteltje.com/pub/ENC28J60_test.c
I think that code is reasonably documented, with comments from the datasheet.

After that I re-wrote it in PIC asm, but that does not help you with an Atmel.
But you could use the C code to see how to drive that chip,
or even compile it with the right I/O.
No TCP, I do not know if there is a free TCP stack for that micro of yours.
Uff, thank you i will take a look at it.

Tell what do you think is it possible to connect multiple atmel
controllers on one web server PC ?
This would solve a bunch of problems for me.

Do you know if there is some tcp stack that i can buy ( for atmel ) ?
 
Top