Posts mit dem Label AVR NET-IO werden angezeigt. Alle Posts anzeigen
Posts mit dem Label AVR NET-IO werden angezeigt. Alle Posts anzeigen

2013-07-05

LED Matrix - Part 2

Es hat mehr als 4 Jahre gedauert, bis die LED Matrix wieder zum Leben erweckt wurde (vgl. LED Matrix - Erste Versuche). Angestachelt durch weitere Versuche mit Kollegen, konnte ich die Matrix jetzt von Processing aus ansteuern.

Zum Aufbau

Der Code

Arduino/Avr-Net-Io Code

Processing Code

Ergebnis

2012-12-22

AVR NET-IO: Receive UDP packets

Some month ago I post an article about sending UDP - now it's time to write about receiving UDP.

Again my equipment is:
  • Pollin AVR NETIO Board
  • Arduino 1.0.3
  • avr-netino (Project)

Patch tcpip.cpp

To enable UDP receiving a patch of the tcpip.cpp file is needed. The patched file can be found here. You need to overwrite the original file libraries/EtherCard/tcpip.cpp with the patched one.

Arduino program

Arduino program to receive UDP packets:

Example script to send UDP

Here is a small example how to send UDP packets to avr-netio board:

2012-07-08

AVR NET-IO: UDP senden / Send UDP packages

Demo für das Senden von UDP Paketen mit
  • Pollin AVR NETIO Board
  • Arduino 1.0.3
  • avr-netino (Project)

A short example how to send UDP packages with
  • Pollin AVR NETIO Board
  • Arduino 1.0.3
  • avr-netino (Project)