Weather forecast with AZ-Touch

The AZ touch Mod is a small 2.4 ″ touch color display with 320 x 240 pixels. On the base board can be used as a control unit ESP32C or a Wemos D1 mini be attached. A small breadboard allows you to set up your own circuits to expand the display.

The AZ-Touch has the following features:

  • Wall housing 120mm x 80mm x 35mm (W x H x D)
  • Resistive touchscreen 2.4 inch (6.14 cm) color TFT with 320 x 240 pixels (ILI9341)
  • For D1mini or ESP32 Dev-Kit C V2 / 4
  • built-in piezo buzzer
  • Integrated 5V voltage regulator (input voltage 9 - 35V DC)
  • power consumption approx.
... Continue reading

Multifunction display OBP 60

First of all, a few important notes that you should definitely pay attention to.

Display in action

https://www.segeln-forum.de/thread/73307-multifunktionsdisplay-diy/

open boat projects LIVE:
Video presentation in German on the OBP 60 multifunctional display (45min presentation, 30min discussion)

After we have dealt with the M5Stack as a multifunction display have been busy and were able to show some applications at Boot 2020, we are taking a new approach for a new multifunction display.… Continue reading

IR remote

https://www.segeln-forum.de/board194-boot-technik/board35-elektrik-und-elektronik/board195-open-boat-projects-org/p2237852-fernbedienung-f%C3%BCr-den-raspberry/#post2237852

After Christian at Boot 2020 in connection with his plotter had introduced a Bluetooth remote control there is now a new IR remote control. It turned out that Bluetooth is not really suitable for a remote control, as there were significant problems with Linux when creating the connection and the remote control did not work as expected.… Continue reading

I2C modules by Horter & Kalb

https://www.segeln-forum.de/thread/78183-i2c-io-module-f%C3%BCr-signalk-und-zur-bootsautomation/?postID=2231713#post2231713

The I2CModules of the Horter company (LxW 65x45mm) can be used for boat automation because they can be connected to any microcontroller and the Rasperry Pi. The I2C bus is actually intended for communication between ICs on a circuit board. But there are also numerous Extensions with which the bus signals can be amplified and electrically isolated so that longer distances of up to 50m can be bridged with shielded cables.… Continue reading

DIY keel sensor

 

https://www.segeln-forum.de/thread/76840-hubkielsensor-diy/

 

Gerry from the Sailing Forums built a keel sensor to show the extended depth of a liftable keel. In addition to the keel depth, the heel is also displayed. The keel depth is measured using an ultrasonic sensor. For this purpose, the sensor is mounted inside the keel box and looks down on the lowered keel. The measurement data can be transmitted via WLAN, for example… Continue reading

MAIANA ™: The Open Source AIS Transponder

Fig.MAIANA AIS transponder transmitting and receiving part with fixed antenna (Open Marine)

Peter Antypas self-built an AIS class B receiver / transmitter and presented it on Github:

https://github.com/peterantypas/ais_transponder

functionality

The device combines the following functions:

  • AIS class B receiver / transmitter
  • 161.975 MHz (channel 87B), 162.025 MHz (channel 88B)
  • 2W transmission power
  • Silicon Labs 4463 transceiver ICs
  • STM32L412 microcontroller 80MHz
  • GPS Quectel L70R module, ceramic SMD antenna (for your own location transmission)
  • 3.3V UART output at 38.4Kbps
  • NMEA0183 data telegrams
  • Update rate 1 Hz
  • 12V / 30 mA
  • Disclosure of construction documents and the Software on Github

The AIS transponder consists of a transmitting and receiving part with a permanently attached antenna, which is connected to an adapter box via a shielded cable.… Continue reading

AIS Radar Pro

AIS Radar Pro receives the AIS messages from the connected AIS receiver (receiver), decodes the information contained and displays them graphically and in text form. From the position and speed data received, AIS Radar determines possible collision opponents, the distance in nautical miles and minutes to the closest approach to the collision opponent, as well as the location and time of a possible collision. AIS Radar Pro follows the simple RG Marine principle: Anything RED is dangerous.… Continue reading

DIY ultrasonic level measurement

Fig.: Ultrasonic level measurement

The idea of the level sensor arose from several sailors in the sailing forum. Andreas built a prototype and tested it on various objects. A simple replica is possible by using ready-to-buy modules. The ultrasonic sensor records liquid levels in a tank and sends NMEA0183 telegrams to the on-board network via WLAN. These can then be visualized in AVnav or OpenCPN, for example.… Continue reading