Posts: 1
Threads: 1
Joined: Jul 2025
Reputation:
0
I am not sure if this is a feature request or something else, as I am just getting to grasp of a rough outline of what this software can already do.
Is there an open-source fishfinder tool/plugin that can interpret/control commercially available transducers already?
I really HATE the vendor lock-ins and artificial limitations that most commercial vendors of GPS+sonar fishfinders sell, and I have been looking for a way to hack my own together, and finding OpenMarine, I got excited that others might already be working on something like this that would run on IOS and Android, or a Linux tablet.
So I am hoping someone has an inkling of a project like this if it does not already exist.
Thank you for the opportunity to commiserate with fellow maker+boaters
S
Posts: 2,694
Threads: 24
Joined: Jun 2016
Reputation:
90
2025-07-18, 06:13 AM
(This post was last modified: 2025-07-18, 06:15 AM by seandepagnier.)
I have started a project and so far I am measuring depth. The first prototype works.
It can drive any type of existing transducer, however it only has one channel so doesn't do beamforming or transducers with multiple units yet. I am testing with one i got on amazon for $50
I also need to work more on dopplar so it can measure water speed, it only does the normal scan.
My resolution is not that good 20-30cm, and max depth only about 15 meters.
At 10 pings per second surprisingly, the microprocessor uses 90% of the power, so with some optimizations the total power draw would be like 1/4th watt it seems.
So I need to do more work I have another design I am adding an esp32 to give it a web interface accessible wirelessly. Also making the analog frontend have far lower noise and using a superior processor for better algorithms.
One issue is it is hard to find specs on the airmar transducers for how much voltage they can take. I am driving this one at 120 volts. Eventually i want to add interface to autocalibrate, and detect the resonant frequency etc, and make support in opencpn survey plugin to make creating charts simple.
Posts: 2,694
Threads: 24
Joined: Jun 2016
Reputation:
90
It is really an interesting chip but the voltage is limited... my version boosts to over 100 volts for echos up to 15 meters deep.
I am seriously looking into doing beamforming now to support scanning type sonar.
Posts: 2,694
Threads: 24
Joined: Jun 2016
Reputation:
90
does the transformer boost voltage further?
46 meters is quite deep! I would be happy with 15-20. I am trying also to keep the support generic so I have my own chain.
This is mainly because I wish to extend to beam forming for side-scan support. It needs to drive with phase changes and receive data that it can coherently correlate. Also possible for it to automatically detect the correct frequency.
the other issue with the transformer is assembly is more expensive and difficult. Still very interesting to compare different approaches.
Posts: 19
Threads: 2
Joined: Feb 2022
Reputation:
0
Hi all,
I am trying with Jan the Airmar (or Raymarine) P319 transducer (not expensive and 50/200hz) on his board, with the raspberry pi openplotter config. The reseon iam going for the Airmar P319 is that my boat is a midswoard and aim sailing on the waddensea, falling a lot dry (dont jknow the english term), in Dutch droogvallen. So we hope to get it running the project.
So let you know about the results.