You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gateways that do not rely on well-known protocols such as WiFi or 3G/LTE provide data transmission only through serial or Bluetooth. For instance, gateways supporting LoRaWAN technology or satellite communication rarely, if ever, directly support Ethernet or WiFi, and even if they do, they are usually expensive.
We need to assess whether we can support serial or Bluetooth in this project.
The text was updated successfully, but these errors were encountered:
I have implemented a basic communication system using the PySerial library by creating a Serial class that transmits all data received from the web via serial.
Gateways that do not rely on well-known protocols such as WiFi or 3G/LTE provide data transmission only through serial or Bluetooth. For instance, gateways supporting LoRaWAN technology or satellite communication rarely, if ever, directly support Ethernet or WiFi, and even if they do, they are usually expensive.
We need to assess whether we can support serial or Bluetooth in this project.
The text was updated successfully, but these errors were encountered: