The initial goal for this project was to build a project enclosure out of wood. I initially had no idea what project I would do with it. I designed the dimensions so that an Arduino could fit inside the box and allow for some space on top for a shield, some sensors and buttons....
Tweetbot … the code
You can now find the code of the twitter robot on my github at: https://github.com/pchretien/tweetbot Feel free to fork … copying is not stealing! :)...
Montreal Python #28
Today at 18:30h, I’ll make a short presentation at the 28th edition of the Montreal Python. I’ll present my PyGame Wireless Game Controller and a robot controller by the web. More details about the presentation on the Montreal Python Website: http://montrealpython.org/2012/03/montreal-python-28-lithographic-lobotomy/ You can get the slides of the presentation here: https://docs.google.com/presentation/d/1KTqljkl-fSZyuhXonCrQN10HsEFdp5AsavMEvj8bdRU/edit#slide=id.p...
Wireless Arduino/XBee Game Controller
For this project, I keep the same controller as in the previous post but, instead of controlling a servo motor through a second Arduino, I will use it as a game controller. The game will be played on my desktop computer. Since I am not very good at writing games, I downloaded the PyGame...
Bluetooth is Watching You …
I thought it could be fun to write a small program in Python using Bluetooth. I then read an article about the explosion in popularity of Bluetooth devices and decided to write a small program that would detect Bluetooth devices in a specific location. A trace of all these devices would then be kept in...