Web Cam Monitor using Arduino & Processing

What if old style cell phones had a camera? How would the image look on the monochrome screen? Here is the answer. I just used an Arduino Uno and a PCD8554 LCD screen which is better known as the famous Nokia 5110 screen. A Processing sketch captures the image from the web cam of the laptop and send it to Arduino over serial connection. As Arduino gets the image data, it sends it to the LCD screen.
Back to Top