Skip to content
Son Pham edited this page Apr 17, 2019 · 4 revisions

Welcome to the Comm-and-Sensor---Speed-e wiki!

GATEWAY

First we need to connect the gateway to WiFi, because WifiManager is not available at this time so we have to hardcode it. ESP32 can only connect to 2.4GHz WiFi. After power and connect to known AP(Access Point), gateway is good to go.

NODE

For demonstration purpose, we'll ABP(Activation by Personalization). Once again, it's not secure. We can improve by using OTAA(Over-the-Air Activation); however, we don't have budget for multi-channel gateway. Remember uncheck the Frame Counter Checks so node can reconnect easily.

01

APPLICATION

We use Cayenne https://mydevices.com/cayenne/signin/ After signing in, you can add a new node from TheThingsNetwork by selecting Add new.

Then scroll down, select LoRa, and look for Cayenne LPP

02

Our DashBoard

03

Clone this wiki locally