An open API service indexing awesome lists of open source software.

https://github.com/teuler/pyboard_led_stimulator

Full-field LED stimulator running on the pyBoard using MicroPython
https://github.com/teuler/pyboard_led_stimulator

Last synced: 18 days ago
JSON representation

Full-field LED stimulator running on the pyBoard using MicroPython

Awesome Lists containing this project

README

          

## pyBoard_LED_stimulator

Full-field LED stimulator running on the pyBoard using MicroPython.

![](https://github.com/teuler/pyBoard_LED_stimulator/blob/master/pictures/2017-03-11_09_04_15.jpg)

First test version, with 4 LEDs connected to pins X1 to X4, a synchronization signal ("trigger") provided at pin Y11, and a fast, external "blanking" signal (high == LEDs off) received at pin Y10.

### Release Notes

* 2017-03-10 - First test version
Tested with a 500 Hz (0.4 ms off-time) blanking signal provided by an Arduino: With the current code, the blanking is not reliable;
the LEDs are blanked for longer periods at irregular intervals. Possibly due to the garbage collector running in the background.
Turning off garbage collection caused memory problems; these can probably be addressed by removing all dynamic memory allocations, but
this also removes advantages of using Python (vs. for example C on an Arduino).

![](https://github.com/teuler/pyBoard_LED_stimulator/blob/master/pictures/2017-03-11_09_02_55.jpg)