AlexC176
AlexC176
Source code under drivers for ic2 looks like the default clock speed is 400khz (with an overclock method to 800khz). INAV has an option to drop to 200khz specifically to...
Separate hardware Mag confirmed working ok within the overall hardware system. So it’s not the F3 or wiring.
Previous closed issue was https://github.com/raul-ortega/u360gts/issues/17#issue-261029829
Did this get implemented? I often fly from a large hill.
I ran into exactly the same issue. Starting calibration pulse needs to be smaller (higher rate) to complete the full 360o for mag calibration, but larger for correct pan calibration....
I have had the OS identical issue on SPRacing F3 acro board for DFU and non-DFU. Under windows10 64bit. Ended up using a 3rd party flashing tool.
Updated custom firmware to - return (int16_t) (((hd * 1800.0f / M_PIf) + magneticDeclination + OFFSET*10.0f) + 3600.0f) %3600; To be tested.
I am working on a related repo. and this would be very helpful for compass debugging and out of application calibration, good proposal.
@HuanHuanTuanZ I am making changes in the display module, for other reasons. Please can you explain the problem another way. I do not understand the issue you have posted.
Fixed in my branch, the bar is RSSI2. Will request merge into main branch once I'm done with the other changes.