Neumi / 3D_water_depth_logger

A simple Arduino based logger for depth mapping of water bodies. Using cheap and simple hardware like GPS and a standard NMEA capable echolot sounder.
The Unlicense
48 stars 5 forks source link

Bill of Materials #6

Open HappyCuaks opened 1 year ago

HappyCuaks commented 1 year ago

Hello there,

Very nice implementation. Could you please also add the Bill of Materials used so I could reproduce? :)

Thank you, Pablo G

Neumi commented 1 year ago

It really depends a lot on what you have available. The Standard Horizon ds41 is not available anymore. Therefore you need to find an alternative echolot that has an NMEA output. The rest is just an LCD display, NEMA GPS, SD card and the Arduino. All pins can be read in the Arduino file. The transistor is only used to flip the NMEA signal from the echolot. This also depends on the NMEA device you're using. Arduino file: https://github.com/Neumi/3D_water_depth_logger/blob/main/arduino/depth_logger/depth_logger.ino