Integrate Ethernet card onto propeller board with C?
2coolcode
Posts: 5
Has anyone been able to integrate Ethernet capability on a propellor board with C by using a PCI Ethernet card ? Or is this only possible with the Ethernet modules that paralax sells?
The PCI Ethernet card already has a tcp/ip stack framework to communicate over an ethernet lan but would you have to know how the chip is programmed to read any packet ip data on the propeller boat that it would normally be communicating on a computer motherboard via PCI slot?
The PCI Ethernet card already has a tcp/ip stack framework to communicate over an ethernet lan but would you have to know how the chip is programmed to read any packet ip data on the propeller boat that it would normally be communicating on a computer motherboard via PCI slot?
Comments
At $35 is is cheaper and more bang for the buck than most other solutions.
We connect 2 RPI GPIO pins to 2 Prop pins. A regular serial driver on the prop talks to a a task on the RPi synchronously in the fastest case. The asynch serial driver is where we started, and it also works, just not quite as fast.
We use forth on the prop and GO language on the Rpi, but this at least demonstrates the hardware is adequate for this purpose. You could do the same in PASM or possible C on the prop, and probably C on the RPi.
Till then I was experimenting on building something a little more from scratch...
I do have the Speed Studio Ethernet sheild it says it uses the inboard Wiz5100 , this should integrate with the paralax board just fine right ?