Skip to content
Gerry edited this page Oct 16, 2020 · 5 revisions

Welcome to the Abraxas_TPW wiki!

The Abraxas TPW (Temperatur / Pressure / Wind) measures and giv a Output to NMEA2000.

Connect the Device to the N2k Bus with the M12 Plug.
ESP boot, red LED is on.
Befor connect flash, after client connect blink the blue LED.

You can connect to the WLAN Abraxas_TPW. Use in the Browser 192.168.15.1 for connect Webpage.

Change the configuration.h
for NMEA0183 TCP-Stream-Sender

//Configuration Client
#define CL_SSID “NoWa” //Connect to AP NMEA0183 Sender
#define CL_PASSWORD “12345678” //Passwort

//Configuration NMEA0183

#define SERVER_HOST_NAME “192.168.4.1” //IP Adresse Sender
#define TCP_PORT 6666 //Data-Port

Clone this wiki locally