-
Notifications
You must be signed in to change notification settings - Fork 2k
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
examples/gnrc_border_router: add BLE as downlink option #19321
Conversation
else | ||
$(error Only esp32 and esp8266 are currently supported) | ||
endif | ||
endif | ||
ifeq (ble, $(DOWNLINK)) | ||
USEMODULE += nimble_rpble |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need RPL for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm I was under the impression that RPL gets selected by the application anyway, but turns out this is not the case.
bors merge |
19321: examples/gnrc_border_router: add BLE as downlink option r=benpicco a=benpicco 19325: esptools/install.sh: Fix shellcheck issues r=benpicco a=bergzand ### Contribution description Quote all the things! ### Testing procedure The script should still work as before ### Issues/PRs references None 19327: shell/cmds: GNRC: replace puts() with printf() r=benpicco a=benpicco 19328: pkg/u8g2: bump version r=benpicco a=benpicco Co-authored-by: Benjamin Valentin <benjamin.valentin@ml-pa.com> Co-authored-by: Koen Zandberg <koen@bergzand.net> Co-authored-by: Benjamin Valentin <benpicco@beuth-hochschule.de>
Build failed (retrying...): |
bors cancel |
Canceled. |
Build succeeded: |
Contribution description
Turns out we can also use BLE as a downlink for the gnrc_border_router.
This allows to create a border router with any ESP32 board as an alternative to ESP NOW.
Testing procedure
Create a WiFi <-> BLE border router
Issues/PRs references
fails on ESP32-C3: #19319