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

Example for esp32 #32

Closed
lulf opened this issue May 9, 2024 · 6 comments · Fixed by #81
Closed

Example for esp32 #32

lulf opened this issue May 9, 2024 · 6 comments · Fixed by #81

Comments

@lulf
Copy link
Member

lulf commented May 9, 2024

No description provided.

@artisdom
Copy link

artisdom commented Aug 6, 2024

Interested to get this running on esp32, not sure where to start. :)

@lulf
Copy link
Member Author

lulf commented Aug 6, 2024

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.

@Sycrosity
Copy link

@artisdom did you have any success with this?

@artisdom
Copy link

@Sycrosity have been distracted by other things from this, but would be keen to try it out if anyone got it working. :)

@lulf
Copy link
Member Author

lulf commented Aug 20, 2024

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 lulf closed this as completed in #81 Aug 20, 2024
@Sycrosity
Copy link

@lulf amazing! I was attempting to work on this myself hack-ily but this is a much better result - thanks for the work!

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

Successfully merging a pull request may close this issue.

3 participants