Ambient pressure sensor #82
Replies: 1 comment 3 replies
-
|
Interestingly the first sensor board I designed for the watch had a pressure sensor, although I never wrote code to read pressure data (I was more interested in temperature). In the Sensor Boards folder, both OSO-MISC-21-001 and OSO-MISC-21-002 incorporate the Bosch BME280, a combined temperature, humidity and barometric pressure sensor. 21-002 is a bit easier to build; 21-001 had more and smaller components, and I never got it working before deciding to use thermistors instead. Still, the OSO-MISC-21-002 board with BME280 board absolutely did work; there's demo code for reading temperature and humidity here, although nothing was particularly well structured at that point. As I recall this app was reading temperature reliably, and getting raw data for humidity even if my conversion math was a bit glitchy. I never bothered reading pressure data, but there's a definition in the header for the pressure register; it probably wouldn't be too hard to implement. How well you can read pressure from inside the watertight case, I don't know — but it's worth a shot! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have you thought about the integration of a pressure sensor? Does anyone know one that might fit? It would be useful for several faces from diving to hiking. I know it might not be feasible because of the watertight enclosure, but then air isn't water. If it doesn't work, there's of course still the possibility to hack the enclosure.
Faces that came to my mind that could use a pressure sensor:
Sailing:
Hiking, Mountainbiking:
Diving (not that I'd recommend it):
Unfortunately I'm not a programmer, I just hacked my way through some arduino projects for lab use and stuff like that. So I don't know if I'd be able to help with anything above except soldering in a sensor and testing.
On a side note, I'd also like a regatta face (which of course needs no sensors at all). If no fellow sailor takes this up, I might try how far I come with that in winter as a start.
Beta Was this translation helpful? Give feedback.
All reactions