-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Bluetooth LE blocks #171
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
base: main
Are you sure you want to change the base?
Conversation
@mmvanheusden This is very cool! What do you use to test the blocks, an app on your phone? About the ArduinoBLE lib: instead of making a fork, we have the leaphy-extensions library that we use for 'wrappers' around public arduino libraries like ArduinoBLE. You can add your custom code there and add ArduinoBLE as a dependency to the leaphy-extensions lib in So please add the forked code to our extensions lib and change the requirements in this PR (no need to add ArduinoBLE to required libs anymore). Other than that: 👍🏻 |
I use the mobile app "LightBlue" for testing, you can connect to BLE devices and send and receive data to BLE characteristics.
Done :) 👍 |
Documented in #146
This PR adds the Bluetooth blocks to Leaphy webbased svelte.
This adds the requirement of the
ArduinoBLE
library to ESP32-based boards. This library is a fork of the original ArduinoBLE, with added abstraction for Leaphy. This abstraction makes the code that will end up on the Leaphy easier to understand.