Pierre Constantineau

Results 43 comments of Pierre Constantineau

The potential problem with through-hole diodes is the fact that even when you cut the legs very short, they could still touch the top plate. I have had problems with...

If you have copper wick or a solder sucker, you could unsolder those little mountains and cut the wires very close to the pcb. As long as there is solder...

As a note of warning, there might be license incompatibilities with the nRF5 SDK. Some projects have not been able to use the nRF52 SDK because of that (QMK is...

With all the different "boards" in [CircuitPython.org](https://circuitpython.org/downloads) isn't it a bit of a nightmare to have KMKPython builds that forks CP? That is unless you target only one or two...

I had a similar issue with the Xiao (samd21) to bring in support for keypad and simple python code as macropad firmware... Went the route of making a new config...

I think the page should have a few sections: 1 - Guidelines on how to determine if a specific controller/board combination can be supported. - CircuitPython support is needed -...

I seem to remember configuring something like this a few months ago but can't remember exactly where, for who or how we got it going. I think we might have...

There is a state machine for handling each key individually. (see [here](https://github.com/jpconstantineau/BlueMicro_BLE/blob/master/firmware/KeyState.cpp)). Unfortunately, there isn't one for handling multi-key states. It would need to be inserted into the keyscanner.cpp code...

BlueMicro_BLE uses Arduino at its core. I would be interested in bringing support for pointing devices to the firmware (nunchuck, potentionemers, trackpads, etc) but need help in doing so (it's...

Any updates on how you got the sensor going on non-AVR code? If I remember well the AVR code had lots of PROGMEM that aren't really portable to ARM chips.