-
Notifications
You must be signed in to change notification settings - Fork 29
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
Example for esp32 #32
Comments
Interested to get this running on esp32, not sure where to start. :) |
I suggest to look at the bleps example as the starting point. You basically you need to provide Trouble with an implementation of a SerialTransport as done here. The ESP32 HAL already implements the Read and Write traits required I think, but it needs to be able to 'split' them to use with SerialTransport. |
@artisdom did you have any success with this? |
@Sycrosity have been distracted by other things from this, but would be keen to try it out if anyone got it working. :) |
I've added an implementation of bt-hci traits to esp-hal esp-rs/esp-hal#1971 , and a PR with trouble example in #81. |
@lulf amazing! I was attempting to work on this myself hack-ily but this is a much better result - thanks for the work! |
No description provided.
The text was updated successfully, but these errors were encountered: