Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serial (or Bluetooth) gateway support #16

Open
gnh1201 opened this issue Mar 6, 2024 · 2 comments
Open

Serial (or Bluetooth) gateway support #16

gnh1201 opened this issue Mar 6, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@gnh1201
Copy link
Owner

gnh1201 commented Mar 6, 2024

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.

@gnh1201 gnh1201 added the enhancement New feature or request label Mar 6, 2024
@AkiaCode
Copy link
Collaborator

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.

image

@gnh1201
Copy link
Owner Author

gnh1201 commented Aug 10, 2024

@AkiaCode Thank you, and I will review your enhancements soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants