https://github.com/gerryvel/bootsdaten
BoatSensor for Roll and Pitch. Pitch output NMEA0183 over WLAN. All data output to NMEA2000.
https://github.com/gerryvel/bootsdaten
esp32 nmea0183 nmea2000
Last synced: about 1 month ago
JSON representation
BoatSensor for Roll and Pitch. Pitch output NMEA0183 over WLAN. All data output to NMEA2000.
- Host: GitHub
- URL: https://github.com/gerryvel/bootsdaten
- Owner: gerryvel
- License: gpl-3.0
- Created: 2023-04-27T20:02:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-11T22:31:09.000Z (about 1 year ago)
- Last Synced: 2025-07-30T18:41:46.147Z (11 months ago)
- Topics: esp32, nmea0183, nmea2000
- Language: C
- Homepage:
- Size: 6.76 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BD Sensor Modul




[](https://open-boat-projects.org/de/)
The ESP32 in this project is an Adafruit Huzzah! ESP32. This is a small module without USB connector.
With the ESP32 and 2 Sensors for gyro (MMA8452) and distance (Sharp GP2Y0A21) it's possible
monitoring the varaible keel (Kiel) and the boat-position Yaw, Pitch, Roll (Krängung, Rollen, Gieren).
All data is available in the web interface.
Roll-data are available as NMEA0183 UDP-Stream over Wlan.
NMEA2000 are Yaw/Roll/Pitch available with PGN 127257.
It's a visualisation per LED (Kraengung red/green) possible, uncomment LED output for this in the loop.
The 12 Volt is reduced to 5 Volt with a DC Step-Down_Converter. 12V DC comes from the N2k Bus Connector with the M12 Connector.
The Website use LittleFS Filesystem. You must use Partition Schemes "Minimal SPIFFS with APPS and OTA".
The HTML Data upload separately with
- Arduino IDE > "ESP 32 Sketch Data upload" or
- VS-Code > Build Filesystem and Upload Filesystem Image (PlatformIO)
from /data directory.
## Physik:

## Partlist:
- Adafruit Huzzah! ESP32 (for programming need USB-Adapter)[Link](https://www.exp-tech.de/plattformen/internet-of-things-iot/9350/adafruit-huzzah32-esp32-breakout-board)
- SN65HVD230 [Link](https://www.reichelt.de/high-speed-can-transceiver-1-mbit-s-3-3-v-so-8-sn-65hvd230d-p58427.html?&trstct=pos_0&nbc=1)
- Traco-Power TSR 1-2450 for 12V / 5V [Link](https://www.reichelt.de/dc-dc-wandler-tsr-1-1-w-5-v-1000-ma-sil-to-220-tsr-1-2450-p116850.html?search=tsr+1-24)
- Gyro MMA8452Q [Link](https://www.reichelt.de/entwicklerboards-beschleunigungsmesser-board-mma8452q-debo-sens-acc3-p284397.html)
- Case Wago 789 [Link](https://www.conrad.de/de/p/wago-789-905-hutschienen-gehaeuse-90-x-17-5-x-55-polyamid-6-6-grau-1-set-530120.html)
- Resistor 200Ohm , 10kOhm
## Wiring diagram

## PCB and Housing assembly


PCB by Aisler [Link](https://aisler.net/p/NZFHAMAJ)
## Webinterface




## Plotter


## Versions
- 2.3 Add Pololu MinIMU-9 V5 with Compassmodul, add Website and programm
- 2.2 Update PCB
- 2.1 Update Website Gauge's
- 2.0 Complete Website update, NMEA0183 Stream output
- 1.3 Update Windsensor Wlan
- 1.2 Update Website
- 1.1 Update PCB
- 1.0 working Version