@all Thanks for your answers.
I'm happy to know, that I can just remove the mentioned lines and everthing is working fine.
Search found 5 matches
- Thu Aug 07, 2014 3:54 pm
- Forum: Software
- Topic: Baseflight aka multiwii port to stm32
- Replies: 1036
- Views: 2736671
- Thu Aug 07, 2014 2:27 pm
- Forum: Software
- Topic: Baseflight aka multiwii port to stm32
- Replies: 1036
- Views: 2736671
Re: Baseflight aka multiwii port to stm32
OK, but is there any problem, if I remove the mentioned lines and run the rev5 with a BMP180 module? Maybe a CLI switch may be useful, to force the BMP085/180 baro detection to skip the rev5 recognition. Than there is no problem for the user of a full features naze32 rev5 but everyone can upgrade a ...
- Thu Aug 07, 2014 1:43 pm
- Forum: Software
- Topic: Baseflight aka multiwii port to stm32
- Replies: 1036
- Views: 2736671
Re: Baseflight aka multiwii port to stm32
I guess you are not supposed to have a bosch baro sensor on N5? I'm not sure what you mean with N5, but I suppose you mean Naze32 rev. 5. As you can see on the pictures, there is no baro soldered directly to the board. It's just the BMP180 module and a HMC5883L module soldered to the SDL and SDA pa...
- Thu Aug 07, 2014 8:40 am
- Forum: Software
- Topic: Baseflight aka multiwii port to stm32
- Replies: 1036
- Views: 2736671
Re: Baseflight aka multiwii port to stm32
I tried to figure out the problem with the BMP180 and the Acro Naze32 v5 and I can limit the problem to the following lines: drv_bmp085.c 98: // Not supported with this frequency 99: if (hse_value == 12000000) 100: return false; If I remove the code and compile it, the BMP180 is recognized and seems...
- Mon Aug 04, 2014 8:37 pm
- Forum: Software
- Topic: Baseflight aka multiwii port to stm32
- Replies: 1036
- Views: 2736671
Re: Baseflight aka multiwii port to stm32
Hi, i tried to use an external mag (HMC5883L) and baro (BMP180) with a Naze32 Acro (rev5), but I cannot get the BMP180 working with the latest version of baseflight, downloaded with the configurator. The baro and the mag are soldered in series to the corresponding solder pads, the mag is behind the ...