Hacker News new | ask | show | jobs
by backendanon 1021 days ago
As a former Submariner and Sonar Technician (trained in oceanography and underwater acoustics), it's interesting that such low power could be used. Long range underwater transmission of sound isn't a new thing. It's possible to passively track targets for up to 3000 nautical miles when the audio gets trapped in the deep sound channel.

The device discussed in the article has only achieved a distance of 300 meters using a slightly modernized version of sonar transducers and receivers that have been around for a very long time. I've seen MIT ocean projects meet the real world and go poof, but it's good to see people are out there trying to figure things out again, in the world after the pandemic.

1 comments

Acoustic modems are fascinating devices— you're transmitting at most tens of bits per second before error correction. To make such a paltry amount of data do anything useful is a pretty interesting challenge. You're limited to just bare telemetry and a few status flags / commands.
>you're transmitting at most tens of bits per second before error correction.

You can get in the kb/s range over a couple of kilometres. You don't have to drop to tens of bits per second until you're trying to transmit over many nautical miles.

Examples: https://geo-matching.com/uploads/default/b/e/benthos-modem-p...

This stuff is for automated buoys or sensors, not for pushing video frames.

Being to push a handful of ints every few seconds is more than enough for a lot of cases, especially if the "modem" (radio?) is cheap enough.

but why do buoys or sensors need to transmit that data underwater? They could easily do that via radio transmissions above the surface.

to me, anytime underwater communication is concerned, it is solely to be in the realm of military submersed vessel communication. There's no compelling reason for any other communication to undergo the expense of underwater transmission.

I guess the other use case that comes to my mind is the oil and gas industry who have a lot of underwater equipment, which could conceivably use an acoustic modem as a backup device.
also substantially slower than the speed of light, while not the biggest factor is also slower than other forms of transmission.

As you said, there is a lot of noise that needs powerful error correction to be used, such as how the Reed-Solomon code was used in deep space communication. Prepackaging information before relying on wireless communication is usually the most necessary part of any reliably complex system.