This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feature request automatic man overboord alarm
#1
Would it be great to have automatic MOB alarm and waypoint in opencpn.

I do not know anything about the programming that would be necessery to develop it.

The idea is to have a Bluetooth tag [Image: fc750d727baec3c0b5af26de509a85f5.jpg]
For every crewmember. It needs to be waterproof model. And when the Bluetooth connection is lost, a crew member is overboard, an alarm sounds and a waypoint is set.


Verzonden vanaf mijn iPad met Tapatalk
Reply
#2
I think thats a great idea !  Big Grin

It could wake up crew,
If attached to Autopilot then bring boat head to wind 
possibly send out a recorded MayDay message after a short time gap 

Just needs someone to do a bit of software  to link to systems

Sorry I can't help there  Sad not upto that

Cheers

Keith
Reply
#3
You may want to check out this thread as well:

 http://forum.openmarine.net/showthread.p...7#pid13957
Reply
#4
Hi Michel,

this can be done using node-red.

Install ble-contrib-noble


Code:
cd ~/.node-red
npm install npm install node-red-contrib-noble

Then use the Scan-BLEs node to receive the advertisement packages.

Advertisement packages can have a payload of 31 bytes. A lot of devices like fitness
tracker or thermometer are using this to send data without a connection needed.

BLE Beacons are sending iBeacon or Eddystone data format. For presence checking you can
use the mac address only. Just buy a waterproof iBeacon (i recommend an iBeacon with
long range), read out the mac address or iBeacon serial number, add compare node and timer
node and you are done.

This explains it in detail:
http://developers.sensetecnic.com/articl...-and-fred/

I made a standalone solution for one of my customers some years ago. He was building electrically powered surfboards and
needed an additional security feature. So i developed a waterproof wristwatch with two buttons to control the motor. 

It is based on a BLE113 module on the senders side and a BLE112 module on the receivers side. The motor is controlled using
pwm. Additionally a reed switch can be populated. A serial interface sends some information to the build in display of the surfboard.

I am not sure i want to trust on a Raspberry running node red in life critical applications. I think it is better to use a BLE112
breakout board and add a transistor and a small relay to stop the motor or whatever needed.

https://jetney.com/ble112-breakout-board.html

Chris

[Image: 76dc38e7bc_album.jpg]
Reply
#5
This is a great idea.
Reply
#6
Excellent your post friend, I liked the way you unfolded and captured the attention of people, keep it up friend and you will go far
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)