The Association of Model Submariners.

Would you like to react to this message? Create an account in a few clicks or log in to continue.

* THE FORUM FOR ALL THOSE INTERESTED IN BUILDING AND OPERATING MODEL SUBMARINES *



Join the AMS - Registered Forum users can become members of the AMS and it's free ...... To join send an email with your name , address and phone number to amstreasure@googlemail.com


For a guide to past events see the "Shows and Events" section.
Bournville MBC on Sunday 11th August 2024, 10.00 i
::::

Papplewick Pumping Station Sub Weekend, 14th & !5th Sept 2024

P~~~

$$$

Who is online?

In total there are 6 users online :: 0 Registered, 0 Hidden and 6 Guests

None


Most users ever online was 180 on Tue Nov 05, 2019 6:03 am

Latest topics

» Flight controllers as sub levelers
sonar data link EmptyToday at 12:57 am by geofrancis

» sonar data link
sonar data link EmptyYesterday at 1:22 pm by geofrancis

» Robbe Seawolf V2
sonar data link EmptyWed Oct 02, 2024 11:52 am by geofrancis

» Microgyro pitch controller corrosion
sonar data link EmptyWed Oct 02, 2024 11:32 am by geofrancis

» U Boat differential steering
sonar data link EmptyWed Oct 02, 2024 12:54 am by tsenecal

» 868/915 Mhz as a viable frequency for submarines.
sonar data link EmptySun Sep 08, 2024 10:55 pm by geofrancis

» WW2 mini sub build
sonar data link EmptyThu Sep 05, 2024 8:15 am by david f

» Trumpeter 1/144 PLAN Type 092 Xia Class SSBN
sonar data link EmptyTue Aug 06, 2024 5:42 am by redboat219

» UHF radio control for submarines (openLRS, LoRa, FSK etc. on 458Mhz and 433Mhz )
sonar data link EmptySat Jul 27, 2024 9:05 am by david f

Statistics

Our users have posted a total of 12516 messages in 1990 subjects

We have 1019 registered users

The newest registered user is Flyboy21

3 posters

    sonar data link

    avatar
    geofrancis


    Posts : 317
    Join date : 2021-09-24

    sonar data link Empty sonar data link

    Post  geofrancis Thu Oct 03, 2024 8:05 pm

    I came across this ariticle on how to make a sonar datalink using arduino, it looks pretty simple, has anyone tried a sonar link before?

    https://www.edn.com/exploring-software-defined-radio-without-the-annoying-rf-part-1/
    https://www.edn.com/exploring-software-defined-radio-without-the-annoying-rf-part-2/

    code is here
    https://www.thingiverse.com/thing:6268613/files

    david f likes this post

    david f
    david f
    AMS Treasurer


    Posts : 2411
    Join date : 2010-11-10
    Age : 74
    Location : Cumbria

    sonar data link Empty Re: sonar data link

    Post  david f Fri Oct 04, 2024 4:08 pm

    No, not that I am aware of and there should be!

    There have been various "thought experiments" and claims made about successful systems but nothing that seems to have come to anything. A lot of it seems to have been focused on model control rather than telemetry.

    Put it this way, the ponds are not thronged by model submariners using ultrasonic control systems!

    I developed the ultrasonic Pinger for lost model location but this was only designed for good battery life and the useful directional cone from an ultrasonic transducer.

    So please have a go. Suitable underwater transducers are quite cheap now - have a look at the Pinger design.

    I also like the idea of using SDR principles for ultrasound rather than radio. An analogue of WSPR or FT8 radio technology could reject a lot of noise in a noisy underwater environment?

    David

    geofrancis likes this post

    avatar
    geofrancis


    Posts : 317
    Join date : 2021-09-24

    sonar data link Empty Re: sonar data link

    Post  geofrancis Yesterday at 4:59 am

    I have been thinking that this could all probably be done in software with an esp32, similar to the esp32 phased sonar array I looked into a while back. Since it has a built-in DAC that could generate tones and an ADC that could decode them as far as I can tell the hardware should be capable of it with just an amplifier on the input and output.

    This looks very promising !

    https://github.com/ggerganov/ggwave



    I was thinking about your pinger, what about if a pair of sonar transducers were used, so one pings, then the other pings back after a set time, then you could use that to calculate the distance between them using the (time - delay), by adding the delay it gives time for reflections to dissipate before sending a response. if you have a pair on the receiver then you could look at the time difference to give you a direction.


    Last edited by geofrancis on Sat Oct 05, 2024 5:41 pm; edited 2 times in total
    redboat219
    redboat219
    Guest


    Posts : 42
    Join date : 2013-08-20

    sonar data link Empty Re: sonar data link

    Post  redboat219 Yesterday at 8:34 am

    This one relies on  light pulses
    https://youtu.be/Sh3igUyK7Sc?si=QgalAONWTgomRjEc

    geofrancis likes this post

    avatar
    geofrancis


    Posts : 317
    Join date : 2021-09-24

    sonar data link Empty Re: sonar data link

    Post  geofrancis Yesterday at 1:22 pm

    That's cool, I have seen something similar using a small led and a fibre optic but it never occurred to me to forget the fibre and just use a giant LED.

    I wonder if a pair of these could be modified to do that, essentially just add a lens to the receiver and a large LED to the transmitter.

    https://www.ebay.co.uk/itm/305651031084


    looks like it can be done with arduino, this is very interesting, I have a lot of stuff on the go at the moment but I'm going to come back around to this at some point to build something like a little ROV that is controlled from my tug using audio and light. they were getting 3m with a 1w led. so there is room for improvement. the video showing that exray sub shows a massive COB LED, probably 30 or 50w. even with that amount of power it's still going to be limited to very clear water.

    https://github.com/jpiat/arduino


    I have been thinking some more about what this could be used for, and the best idea i have is for a moving baseline position system. Essentially if we have 2 sonar transducers with some separation as a baseline then a pinger on the sub to respond, the baseline sends a ping that tells the sub to respond with a ping exactly a set time after its received, the difference in the time the ping arrives at both baseline transducers could give you direction and the response time will give you range, so if you know the position of the baseline you can work out the position of the sub and send that back via the sonar data link.

    most of it already exists so it would only take some small modifications to makle it a transponder system.

    https://www.hackster.io/abhilashpatel121/ultrasound-sensor-2d-tracking-with-arduino-d0b974

      Current date/time is Sun Oct 06, 2024 4:20 pm