Running PHP with Arduino
Lately I’e been playing with Arduino and PHP to create simple demos and see how the interaction between them works. For my surprise it worked really well and I could at least do the blink example with few lines of code. From now on I’ assuming that you’e played around with Arduino and feel familiar with some terms like, execution loop, setup, pins and LED. I used Arduino Uno to keep the things as simple as possible, but any Arduino family board is supported. Understanding a bit of streams The first thing that came to my mind at least was...