Network

Arduino W5100 Demo Test

1. Stack your W5100 shield on you arduino board,make sure all the pins contact OK. SIZE:   L-69MM    W-53.6MM 2. Download the test sketch [c] /************************************************/ #include <SPI.h> /* * Web Server * * A simple web server that shows the value of the analog input pins. */ #include <Ethernet.h> byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED...

Convert UART Data into Chart

When we are doing PID test or Kallman filtering via collecting data from arduino monitor, if any tool can send data bck to computer in real time, analyse, and then generate chart, that will very helpful. now this is a tool can do it. The SNV address of the software are http://code.google.com/p/serialchart/ How...