Brendan
Brendan
@floe I just got confirmation that the PDU type `0x40` works with iPhones while `0x42` works with Android I could submit a PR if you want. Fixing this issue would...
Samsung Galaxy s4, s5, & s10. My friend, @jerryneedell has the iPhone that was tested, but I don't know the exact model (I could ask if its important).
oh, I was under the mistaken impression the PDU types were an XOR situation. This calls for adjustment to the defaults on my library. Also, it now makes a little...
just to be clear @jerryneedell In the screenshots, I see you''re using the `master()` from my library's BLE example. Did you [comment out this line](https://github.com/2bndy5/CircuitPython_nRF24L01/blob/ecd5f406f11361f1a67060a2b285d11180894b4a/examples/nrf24l01_fake_ble_test.py#L83) so that advertisements were not...
awesome. @jerryneedell Sorry to lean on you so heavily for testing this PDU type discrepancy. @floe I'm sorry. I was wrong. It would seem that your library should work with...
this a duplicate of #22
you could alter the firmware to implement [these functions from the Cirque examples](https://github.com/cirque-corp/Cirque_Pinnacle_1CA027/blob/4ea04a8aa7065559bb477f58e1a3213a83ad80b8/Circular_Trackpad/Dual_Pad_Sample_Code/SPI_FlatCurved/SPI_FlatCurved.ino#L348-L414). Available options for `setAdcAttenuation()` are [here](https://github.com/cirque-corp/Cirque_Pinnacle_1CA027/blob/4ea04a8aa7065559bb477f58e1a3213a83ad80b8/Circular_Trackpad/Dual_Pad_Sample_Code/SPI_FlatCurved/SPI_FlatCurved.ino#L78-L83), and Cirque recommends `ADC_ATTENUATE_2X` for curved overlays. Default value used at...
oops didn't realize that the firmware was using AnyMeas mode... Previous comment was concerning Relative and Absolute mode. Try changing the second argument to the [function call on this line](https://github.com/greggersaurus/OpenSteamController/blob/325801542fcb762d19a91addd801f0630c825966/Firmware/OpenSteamController/src/trackpad.c#L1549)...
I opened a topic on the cirque forums about using AnyMeas mode on the trackpads, and I promptly got a helpful response. See the last paragraph of [this reply](https://cirquecorp.discussion.community/post/about-pinnacles-anymeas-mode-10481505?pid=1311195413&random=80613) as...
> I also tried tweaking the suggested parameters to lower the sensitivity, but it didn't make a noticeable difference, so maybe something else is required. Thanks for reporting this. AnyMeas...