Configure a WiFi mesh edge node to connect to the gateway and send data locally. The gateway forwards data to the neatMon cloud.
A mesh edge node connects to the gateway via WiFi and posts data to the gateway local HTTP server.
The gateway then forwards this data to api.neatmon.io
over cellular.
Flash the latest mesh node firmware for your device class:
amn-fw-vXXX.bin
Do not include http://
in the server field. Enter the IP only.
1 Network Config
1 HTTP Server: 192.168.4.1
3 HTTP Port: 80
6 WiFi SSID: neatmon-esp32
7 WiFi Password: neatmon-esp32
9 Next page
3 Enable Long Range mode
x
Saving configuration to EEPROM...
Resetting node now...
Server: 192.168.4.1
Path: /api/device/c9328bb9-81a8-358f-b0b21c98cf24
Port: 80
SSID: neatmon-esp32
Password: neatmon-esp32
Sync rate: 15m
Long range mode: enabled
AP IP address: 192.168.4.1
Waiting for client .....................
Modem: Connecting to "neatmon-esp32"
Connected! IP address: 192.168.4.2
Modem: POST successful. HTTP 200 OK
Issue | Cause | Fix |
---|---|---|
Software caused connection abort | Wrong gateway IP | Set server to 192.168.4.1 |
Connection reset by peer | Port set to 1330 | Change to port 80 |
Cannot connect to AP | Incorrect SSID or password | Use neatmon-esp32 and neatmon-esp32 |
Gateway unreachable | Gateway syncing or sleeping | Wait for idle or increase gateway sync interval to 60m or more |