STM32F103C8T6 with BMP280

Post Reply
Abhishek1352000
Posts: 7
Joined: Fri Apr 17, 2020 4:14 am

STM32F103C8T6 with BMP280

Post by Abhishek1352000 »

I want to use BMP280 with STM32 for controlling my drone
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: STM32F103C8T6 with BMP280

Post by fpiSTM »

Welcome,

did you try what ag123 suggest:
viewtopic.php?p=2570#p2570
Abhishek1352000
Posts: 7
Joined: Fri Apr 17, 2020 4:14 am

Re: STM32F103C8T6 with BMP280

Post by Abhishek1352000 »

Can you give me any link or help me out with a code for altitude hold feature for a drone using bmp280
I am working with STM32F103C8T6 , mpu6050 and bmp280
mrburnette
Posts: 633
Joined: Thu Dec 19, 2019 1:23 am
Answers: 7

Re: STM32F103C8T6 with BMP280

Post by mrburnette »

Abhishek1352000 wrote: Fri Jun 26, 2020 4:06 pm Can you give me any link or help me out with a code for altitude hold feature for a drone using bmp280
I am working with STM32F103C8T6 , mpu6050 and bmp280
The forum attempts to help you solve your coding problem or STM32 microcontroller configuration issue. We do not generally handle pointing Ops to specific links on acquiring such things as flight controller software. A drone forum or Google is likely a more successful approach.

https://www.google.com/search?q=flight+ ... and+bmp280

Ray
Abhishek1352000
Posts: 7
Joined: Fri Apr 17, 2020 4:14 am

Re: STM32F103C8T6 with BMP280

Post by Abhishek1352000 »

Was unable to find any related post for that hoping you guys know this stuff as i am new to all this
noweare
Posts: 8
Joined: Mon Apr 20, 2020 2:14 pm

Re: STM32F103C8T6 with BMP280

Post by noweare »

Here is a link to a video regarding the 180 sensor. If it is similar to the 280 then it could be useful.
https://www.youtube.com/c/ControllersTech/videos
mrburnette
Posts: 633
Joined: Thu Dec 19, 2019 1:23 am
Answers: 7

Re: STM32F103C8T6 with BMP280

Post by mrburnette »

Abhishek1352000 wrote: Sun Aug 09, 2020 9:28 am Was unable to find any related post for that hoping you guys know this stuff as i am new to all this
Years ago, I made a Barometer with a BMP180:
https://www.hackster.io/rayburne/wow-ba ... 180-bf70f5

It may not be exactly what you are looking for, but you may find it interesting.

Ray
Difference between BMP180 and BMP280
The following table shows the difference between the older BMP180 and the replacement part BMP280. Note how the BMP280 has far better specifications and has multiple interfaces including high speed SPI, whereas the BMP180 only has I2C (you could have ordered a separate part with SPI). The other major difference is that the BMP280 has a selectable filter operation with 5 different bandwidths resulting in measurements with higher accuracy.

Comparison of BMP280 and BMP180

Note: Temperature accuracy data is (buried in the data sheet):

±0.5°C (at 25°C) and
±1.0°C (over the full temperature range 0°C ~ 65°C).
Post Reply

Return to “Let us know a bit about you and your projects”