This week I wanted to connect a tilt sensor to an RGB LED, dividing up the spectrum of tilts into discrete ranges in which a single color would be displayed. The hardware is all in place, but the software still needs a little work.
It uses the hello.step board with the python script hello.step.45.py to read out a sampled charge-up cycle curve to a GUI. I didn't manage to debug my step board, so I am using Inna's hello.step at the moment. Thank you Inna.
RGB Board The step board code is modified to transmit over MOSI instead of the serial txpin. We also eliminate framing to minimize the length of the string transmitted for each measurement.
The RGB board code is modified by adding the getchar routine, and changing the display routine to deduce behavior from the contents of the memory register where the received by is stored.
Current status: getchar added, but light behavior not yet modified to respond to register contents.