For some reason the sensors are not coming up. First I got baro: unable to initialize driver
When I modified the code with lines for BMP280 from the Matek405 file to allow to skip baro, I get the same error for INS. Could you please help me find the issue?
ok, still stuck with “INS: unable to initialize driver”.
Other than suggested by the vendor and manufacturer and betaflight config file, it doesn’t seem to have an MPU6000. Could it be BMI270? I am trying out but the label on the package doesn’t tell
ok found that the OSD is using the 27MHz and is also right next to it. So that was misleading. Think the 8MHz should be correct (also according to betaflight config: set system_hse_mhz = 8)
But HSE means still external. Confusing.
Come on guys, somebody jump on. I am answering all my questions myself
Hello, I got this compiled using the latest code but w/o the BL, when i issue the configure bootloader i get ValueError: invalid literal for int() with base 10: ‘Y’
Thoughts? i guess i should try switching to the 4.4 branch instead of HEAD…
i figured out the compile error, driver error not understanding the configs. but i still can’t get any drivers to initialize even using @Chris_T settings… hmmm… well, i got it working using the flywoo board chris_t used above. It’s the only way i managed to get any sensors up, started with the one that already worked, and then changed the hwdef.txt file one by one to get that boardprofile working on the jhemcu. i can’t figure out why i can’t the original working, but mission accomplised.