Categories
VSCP

#VSCP raw Ethernet on #Arduino #IoT #m2m

008

Hi all,

after fixing the raw Ethernet driver today I have made two samples for Arduino that can be used as a starting point for your own work. The driver itself is documented here.

The first sample send out VSCP events using the raw Ethernet frames. You can find the sample here.

The second example prints the contents of incoming VSCP raw Ethernet frames on the serial monitor. You can find the sample here.

Why!? use the raw Ethernet someone might ask. And for most projects this is a relevant why. If you have the flash + ram space use TCP/IP.  But if you have been into this for a while you also know that many, many, many, many. many times there is just not room for the things you need to fit in a micro of a give size. After all the application is the the main object. That’s the object you should concentrate on. When you reach that point this is your Savior.

Happy Coding!
/Ake

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.