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

Ethernet support #3

Open
rudam opened this issue Mar 8, 2020 · 5 comments
Open

Ethernet support #3

rudam opened this issue Mar 8, 2020 · 5 comments

Comments

@rudam
Copy link
Contributor

rudam commented Mar 8, 2020

Hi. Is it possible to add support for wired ethernet for this gateway? https://github.com/OLIMEX/ESP32-GATEWAY

Thank you in advance.
Michal

@hpirila
Copy link
Owner

hpirila commented Mar 8, 2020

It should be relatively easy to add support for this board and wired ethernet connection. However, not in my plan as it would require that board for testing.

@rudam
Copy link
Contributor Author

rudam commented Mar 8, 2020

It should be relatively easy to add support for this board and wired ethernet connection. However, not in my plan as it would require that board for testing.

May I help you? I will be happy to order the board for you if you want to implement the eth.

@hpirila
Copy link
Owner

hpirila commented Mar 8, 2020

In that case I am can try to make it with my best effort, can't promise the success.

@rudam
Copy link
Contributor Author

rudam commented Mar 8, 2020

Send me your email to the address in my profile, please.

@hpirila
Copy link
Owner

hpirila commented Mar 15, 2020

Received the board and added support to it in https://github.com/hpirila/ESP32-Ruuvitag-Collector/tree/esp32-gateway branch. Ethernet support includes dhcp, fixed IP and fallback to WiFi if ethernet fails.

The main functionality remains same with deep sleep between the bluetooth scans. This is maybe not optimal way in case of ethernet. Need to re-think program structure and allow continuous scan mode also, it is possible better in case of ethernet.

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

No branches or pull requests

2 participants