Mike Causer
Mike Causer
Following the discussion in https://github.com/orgs/micropython/discussions/11768 I'll create a fork to support the QYF-TM1638 board. It's 7-segments are wired up differently and has a different button map, and some of the...
Thanks @thijstriemstra I'll update the instructions to make them clear they were for Raspi B/B+ I don't have a Raspi 3 or Zero, so can't test your changes. @kirgy Have...
Needs further investigation. I don't have one of these modules handy for the next few weeks. Expected behaviour: `ds.halt()` - return the current value (self._halt), without reading the register `ds.halt(True)`...
I am unable to replicate this on 4x WeMos D1 mini boards. Uploaded using Arduino IDE 1.6.12 on OS X 10.11.6. Board: WeMos D1 R2 & mini Flash size: 4M...
Thanks @robert-hh Added CS1237 in a1fac96aeb91ee7f4a16046056e18a09159cdd7a Added HX711 in bb7f876415d6788d0e05e15668ca2d5a034b1b6c Added HX710 in 4fe836feecf618a0449a6642639d4140ba5ed778 I moved the the existing HX71x drivers to a new category `Sensors > Load Cell` and...
Interesting idea. Rather than injecting this everywhere ```markdown  ```` What about simplifying it to ```markdown [![][mip-img]][mip-docs] ``` Then at the bottom define the vars (once) ```markdown [mip-img]: https://img.shields.io/badge/mip-%E2%9C%93-green?style=flat-square [mip-docs]:...
Not sure about this one. Seems like a lot more effort to maintain. Would have to automate with Github Actions. I haven't seen this on any other awesome lists... The...
Hi @mattytrentini Was looking at a few other awesome lists and I couldn't find any that use tags. Some use emoji, but most are just plain lists. The web version...
@werdegars Do you have a link to the hardware you are using?
Thanks for that. It looks like a Rybotdyn clone. I've ordered a bunch of new LED modules using the TM1637 in `8.8.8.8` and `88:88` formats. Once they arrive, I'll give...