Python-Arduino prototyping API

GitHub coder Akash Manohar has written the Python-Arduino Prototyping API. This code helps you to quickly prototype Arduino programs, without having to repeatedly load the program to the Arduino board. Setup involves loading the prototype.pde sketch onto your Arduino dev board, and importing the Arduino lib in your python script. The current version allows reading/writing […]

Control an LED with brainwaves and Arduino

Sean the Flex Guy has posted his basic experiments capturing brainwave data from the Neurosky Mindset BCI and conveying it to an Arduino. The readings are processed by the Arduino and displayed on an LED, in this case indicating the relative attention level of the participant. Sean has published the ActionScript 3.0 API he created […]