John Thomas

Results 7 comments of John Thomas

This is also an issue on the L4. Per the manual: "When the data frame size fits into one byte (less than or equal to 8 bits), data packing is...

/* Data register (SPIx_DR) */ #define SPI_DR(spi_base) MMIO32((spi_base) + 0x0c) #define SPI_DR8(spi_base) MMIO8((spi_base) + 0x0c) #define SPI1_DR8 SPI_DR8(SPI1_BASE) #define SPI2_DR8 SPI_DR8(SPI2_BASE) #define SPI3_DR8 SPI_DR8(SPI3_BASE) #define SPI_DR16(spi_base) MMIO16((spi_base) + 0x0c) #define...

I had something similar: https://github.com/LucidVR/lucidgloves/pull/56 I didn't realize the PR got closed when I deleted the branch off my repository, whoops. I ending up basing mine off the calibration data...

I've added support to the beta branch for this, please give it a try: https://github.com/JohnRThomas/OpenGloves-Firmware/tree/beta

I have one set of Pro2 that works fine and the other that does not. The one that does not work has MFG data that start with `'7', '15'` and...

This fork looks to have the gen 4 id: https://github.com/adolfintel/OpenPods/compare/master...allxin:OpenPods:master

I actually pulled the device ids from this project: https://github.com/d4rken-org/capod for my submission to gadgetbridge: https://codeberg.org/jrthomas270/Gadgetbridge/commit/34c7f478daeb5729d56b53fe1d09674da556ff80 So it should be a more complete list here: https://codeberg.org/jrthomas270/Gadgetbridge/commit/34c7f478daeb5729d56b53fe1d09674da556ff80#diff-2d008b20b31398f191c36787ba228e45fa08e8cd