Wireless Connectivity
For the sake of convenience, we use WiFi connectivity, a WiFi Access Point is available everywhere and we can even use our mobile phone in tethering, however:
Warning
WiFi is not appropriate for IoT connectivity since it is power demanding
The selection of the most appropriate wireless connectivity technology depends mostly on the application requirements and it is usually a tradeoff among energy, data throughput, coverage and cost.
The following table compares different wireless technologies. WiFi has the highest figures in terms of energy consumptions.
In our experiments, we us LoRaWAN. In particular, we have a Gateway connected to The Thing Network (TTN).
Heltec, produces a nice device, the WiFi LoRa 32(V3), that we use in our experiments.
A simple code to establish a first connection si available here.
It is basically the ttn-otaa example available in the rgot-org/TTN_esp32 library.