You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not an issue but it would be cool to have an option to use bluetooth or usb-serial. I saw your Steering-Wheel-Interface project, but it looks like you will not support it any more.
The text was updated successfully, but these errors were encountered:
I'd be interested in helping to add this feature, but I'm only a intermediate programmer. @theksmith care to give some guidance where to start? I was thinking to use some of your code from Steering-Wheel-Interface project. Any idea for problems I'd run into right away?
the biggest issue is that the BT code is pretty tightly integrated. so in order to keep things clean we'd want to refactor a lot of my overall design and abstract out the hardware/protocol layer stuff and then have 2+ implementations of it (one for BT, one for USB, and maybe even one for BLE).
just hacking it to work with USB would be pretty quick. in fact it would probably be easier to take a sample USB serial project and copy in the ELM327, Tasker, and Android event/button stuff from here... if you just wanted to get something working with USB quickly.
It's not an issue but it would be cool to have an option to use bluetooth or usb-serial. I saw your Steering-Wheel-Interface project, but it looks like you will not support it any more.
The text was updated successfully, but these errors were encountered: