PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
7.87k stars 13.24k forks source link

[Feature Request] Support SPL06-007 High Precision Low Cost Barometer #13547

Open bys1123 opened 4 years ago

bys1123 commented 4 years ago

There is a Digital pressure sensor become more and more popular in China, model number SPL06-007, manufactured by GoerTek. Up to 5cm resolution in 64 samples mode. Also pin-to-pin compatible with the BMP280.

image Datasheet: https://datasheet.lcsc.com/szlcsc/1907081118_Goertek-SPL06-007_C233787.pdf

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

Kirishikesan commented 4 years ago

@bys1123 , I would like to take up this issue and write a driver for the SPL06-007 High precision low cost barometer.

bys1123 commented 4 years ago

@Kirishikesan That'll be awesome, do you already have this baro component?

Kirishikesan commented 4 years ago

No, I do not have it with me yet. I tried searching for those sensors locally but I could not find them. I'll get that barometer from online asap. Thank you @bys1123.

bys1123 commented 4 years ago

We created this general usage driver in C first: https://github.com/DimianZhan/spl06 @Kirishikesan

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

Ncerzzk commented 2 years ago

hey, I have implement the driver and will commit it recently. While I only tested on linux, there may be some problems(or no) on nuttx. If someone could test it on nuttx, it would be very nice.