Replies: 1 comment 1 reply
-
@fowi4hjte Just a quick note here, the WiCAN PRO cannot act as BT. It is based on ESP32-S3 which only support BLE. Support PassThru would be awesome, I get asked about that all the time. And I never found an easy way to do it. I could write the drivers, but my biggest issue would be testing, I have no idea what would the test setup look like. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The WiCAN Pro supports this OBD-II protocols with a dedicated chip:
Compatible with multiple instruction sets:
This in combination with a opensource driver for all possible OS combinations could be beneficial to a endless amount of tools that exist out there.
For example people are ready to pay in comparison to a WiCAN Pro a much money for a original tactrix openport 2.0 hardware. But OpenPort 2.0 is compared to WiCAN Pro not that great when its about modern cars and modern protocols.
Many people buy the OpenPort 2.0 just because of its drivers and support that is been added for it over the years. These days PassThru is the most common thing that is used for diagnostics. When adding support for many tools out there the WiCAN Pro could be the next big thing everyone would be pointed to get when some service on the car have to be done.
Let me name a practical example: I have a modern BLE OBD adapter. Sadly there is a older app where the developer do not bother to build BLE support into it. The App is using STN instructions for CAN filtering. WiCAN Pro could act as a BT instead of BLE adapter and i could use this outdated app. And an other benefit would be then to have hopefully the ability to log every single command of the App to reverse its functions and build them into some open source software.
The possible use cases of WiCAN pro are really endless and it would be great to make use of them to make more things open source by giving the people the ability to debug everything.
Beta Was this translation helpful? Give feedback.
All reactions