A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
Arduino PONG
23. September 2009 - 19:21 — admin
Simple oldskool TV game based on Arduino.
It's a really simple project, built on Arduino with one pot and a bunch of wires. Author says: "The video resolution is 35*14, the arduino is capable of generating video lines of about 100-105 pixels, but the real killer is the amount of ram available, 1024/100 = 10 lines of 100 pixels, with 24 bytes of memory available for general use. This would have been ok, but it wouldn't have looked very nice having a ball that is 1/10 of the screen height and 1/100 of the screen width."
Link: Arduino PONG