News

Simple WebServer Library for Arduino and ESP8266 Simple WebServer is a small but flexible library for Arduino and ESP8266 that implements a basic HTTP server that supports straightforward API calls.
I cant find the serial port of my arduino? after plugging the USB to your arduino, check with dmesg, which port it connect $ dmesg You should get something like this: [ XXXX.XXXX] usb 2-1.3: FTDI USB ...
The Arduino platform should be perfect for throwing together a lightweight webserver because of the availability of quality shields that take care of the hardware for you. As [Ovidiu Predescu] foun… ...