dlktdr / HeadTracker

This project is built to record the orientation a FPV headset to allow the camera on your RC to follow your head movements.
GNU General Public License v3.0
377 stars 89 forks source link

Fix for new BLE 33 R2 board #164

Closed frankiearzu closed 8 months ago

frankiearzu commented 8 months ago

For for the new Arduino BLE 33 Rev 2. Board pretty similar to Sense, but did not populated the gesture, barometer and other sensor chips.

mattimercu commented 8 months ago

hi can you tell me how to make it work/how to integrate your fix so I can try it with my arduino nano ble r2

mattimercu commented 8 months ago

I saw that the change was made to the io.cpp file, but where should I replace it/where is this file located in version 2.2?

dlktdr commented 8 months ago

If you log into discord a firmware was posted you can download

Iragne commented 7 months ago

Thanks is that possible to add also the link here of the BLE_SR2_v2_21_6876704.zip ?? @dlktdr

dlktdr commented 7 months ago

Test Firmware for Revision 2 Arduino Nano 33 Board Including Sense Variant

GUI - https://drive.google.com/file/d/1-spEWM6YpeYYL2IYvXJItkKlTTSlFNJ_/view?usp=sharing Firmware -https://drive.google.com/file/d/10CfEIeFCYkZ54mRBg6HcFMFMfSHgCz-m/view?usp=sharing

This is the pre-release. I was not able to get it working on 2.21.

There may still be an issue with this one as well. Please report back.

frankiearzu commented 7 months ago

Just tested too. v2.3 works as expected

Iragne commented 7 months ago

Me too