whaleygeek / pyenergenie

A python interface to the Energenie line of products
MIT License
81 stars 51 forks source link

BBC micro:bit support #47

Open whaleygeek opened 8 years ago

whaleygeek commented 8 years ago

I'm pondering adding support for BBC micro:bit - basically adding a HRFM69 module as a back-pack to a micro:bit.

The microbit-DAL has a SPI class.

http://lancaster-university.github.io/microbit-docs/extras/spi/

Could be a nice project to get school children engaged with real energy measurement and power control of science experiments in the classroom, perhaps.

whaleygeek commented 8 years ago

MicroPython has an SPI abstraction that knits up to the DAL SPI driver, this might be the easiest way to get this to work, in a way that is accessible to most users.

https://microbit-micropython.readthedocs.io/en/latest/spi.html

whaleygeek commented 5 years ago

I've had a few requests for this recently (note @jaustin I might consider doing this!)