miniwinwm / BlueBridge

Sharing boat data across NMEA0183/NMEA2000/Bluetooth/IoT/MQTT with Android anchor watcher app and webpage.
Other
10 stars 1 forks source link

Adding Seatalk 1 interface electronics #1

Closed DavidCBarrett closed 1 year ago

DavidCBarrett commented 2 years ago

Hi Angus, i've just discovered your various amazing projects - great work!. I understand BlueBridge is your latest and active one.

It would be great if you wouldn't mind adding the electronics interface for us boaters still invested in Seatalk 1 instruments. Hopefully this is just a lift and shift of the bi-directioanl Seatalk interfaces from your previous projects (i'm assuming there are ports available on the micro controller and your bit-banging methods could be used on the ESP32). Users can then add the Seatalk 1 componets to the PCB if they need. Software can be added over time by you or others if you don't feel like it.

Thanks and Kind Regards, David Barrett.

miniwinwm commented 2 years ago

Hi David

Thanks for your feedback. I'm between boats and my new one won't have that network on it. That's the reason that I haven't added it because I have no need now, and also no Seatalk 1 network to test it on. If it was to be added the software would not be a problem. Much of the old code could be ported. The ESP32 runs FreeRTOS which doesn't have a quick enough tick period to bit bang at 4800 baud so interrupts would be needed. For the hardware the main problem is lack of space on the board. There are port pins available. It would be easier for Seatalk 1 read only as that requires less components. Referring to the layout BlueBridge.pcb file it may be possible to squeeze them in...

That would free up space to the right of U1 for the Seatalk 1 interface components.

This project is on hold at the moment as it can't be tested on a real boat's system until I get a boat. I may add the Seatalk 1 read only interface if I have time. I'll let you know progress. I'm happy for anyone to fork the project in github as well.

AMcD

On Thu, 16 Jun 2022 at 10:50, DavidCBarrett @.***> wrote:

Hi Angus, i've just discovered your various amazing projects - great work!. I understand BlueBridge is your latest and active one.

It would be great if you wouldn't mind adding the electronics interface for us boaters still invested in Seatalk 1 instruments. Hopefully this is just a lift and shift of the bi-directioanl Seatalk interfaces from your previous projects (i'm assuming there are ports available on the micro controller and your bit-banging methods could be used on the ESP32). Users can then add the Seatalk 1 componets to the PCB if they need. Software can be added over time by you or others if you don't feel like it.

Thanks and Kind Regards, David Barrett.

— Reply to this email directly, view it on GitHub https://github.com/miniwinwm/BlueBridge/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIQN3EXDF6T4CXCEUKMBQ6DVPL2E5ANCNFSM5Y6GN5JQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

miniwinwm commented 1 year ago

Seatalk 1 is not going to be added to this project as I have no Seatalk 1 instruments on my boat any more.