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
378 stars 90 forks source link

Xaio zephyr 2.7 #150

Closed dlktdr closed 1 year ago

dlktdr commented 1 year ago

The way the GUI handles if it should do allow a Magnetometer calibration is temporary, and ugly. The hw_feat branch will be a better way to handle this and future board options.

Cannot get it to automatically build a UF2 file. Might just make actions do it with uf2conv.py for now. Have to figure this one out yet. -- Might give up on this until a newer Zephyr is available in platformio.

UF2 Conv works with this command line from the new tools folder, don't have a hex file so need to specify the -b 0x27000 start location

python.exe .\uf2conv.py ...pio\build\Head_Tracker-XIAOSense\XIA_v2_21xxxxxxxx.bin -o ./XIAO.uf2 -f 0xADA52840 -c -b 0x27000