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
#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


Messages In This Thread
RE: Feature request automatic man overboord alarm - by BellaX - 2020-06-04, 10:49 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)