Autonomous marine monitoring buoy
Hey everyone! I’m working on a low-power autonomous marine buoy. At the moment I’m looking for sensor recommendations from people who've actually deployed environmental hardware.
Stack:
- STM32-class MCU, C++ HAL firmware
- LTE-M (Particle Boron) for telemetry
- SD card logging, DS3231 RTC
- Solar + battery, duty-cycled to stretch power budget
Currently instrumented:
- Water temperature — DS18B20 (1-Wire)
- Turbidity — DFRobot SEN0189 (analog)
Looking to expand. Parameters I'm weighing:
- Dissolved oxygen
- Conductivity/salinity (EC)
- pH
- PAR / ambient light
- Depth/pressure
- Wave height / orientation via IMU
Specific questions:
Any low-cost sensors in these categories you've had good results with in wet/marine environments?
What's failed on you? Corrosion, drift, calibration issues?
Anything with a clean UART/I2C interface that plays nicely on a low-power duty cycle?
Not looking for Atlas Scientific-tier pricing, I’m trying to stay in the hobbyist/prosumer range.