Introduction This was a project for a client that wanted software that connected the front door of a block of flats to a concierge and individual apartments with a video link. The hardware belonged to the client but it could run a Java layer on top of the proprietary operating […]
kylem
12 posts
Introduction Writing code for the Arduino microcontroller is pretty straightforward if you have ever written any programs in C or java. The language syntax is pretty similar to both those languages. There are really only two functions that you have to create. One function is called setup() and is just […]