You are reading a single comment by @alexanderbrevig and its replies. Click here to read the full conversation.
  • Idea dump:
    Another easy project with multi-colors is to make a fake tv that flickers and fades light as a TV would.
    Poor mans burglar deterrent, or otherwise faking someone watching TV. :)

    Maybe play some tunes with the piezo (mario, zelda, tetris)? Makes me want to do a simple midi to Espruino converter.. hehe

    Poor mans theremin, with the rangefinder and piezo.

    A dice that uses LCD and vibration sensor, maybe configurable between D6 D8 D12 D20 ... DX?

    IR scan/repeat project, that could record a stream of IR then play it back. http://www.espruino.com/Pico+Infrared

    Something like a CPU gague using the stepper and a small node program using

    var os = require('os');
    console.log(os.cpus());
    
About