Pre OBD2 inputs
Pre OBD2 inputs
Good evening, before I pull the trigger on the software, I wanted to check if it is possible to read inputs from non OBD2 sensors on old vehicles etc? I'm sure I read somewhere that it is possible but now I can't find where I read it. Obviously I know there's the hardware interfacing side of it, that's all pretty much done already from a previous project but what I'd like to be able to do is take readings from basic temp/pressure/etc sensors and display them as you might do from any new car. Any help appreciated, looking forward to (hopefully) moving over from OpenAuto Pro
Re: Pre OBD2 inputs
Hello,
In Hudiy you can build your own interface elements using HTML/JavaScript. This allows you to display any data however you like, while Hudiy simply acts as the renderer for a given element.
You can integrate HTML/JavaScript into Hudiy as widgets (to build your own Dashboards), applications, and overlays.
More information with examples can be found in the documentation on our GitHub:
https://github.com/wiboma/hudiy/blob/ma ... d#web-view
https://github.com/wiboma/hudiy/blob/ma ... plications
https://github.com/wiboma/hudiy/blob/ma ... dashboards
https://github.com/wiboma/hudiy/blob/ma ... d#overlays
https://github.com/wiboma/hudiy/tree/main/examples
In Hudiy you can build your own interface elements using HTML/JavaScript. This allows you to display any data however you like, while Hudiy simply acts as the renderer for a given element.
You can integrate HTML/JavaScript into Hudiy as widgets (to build your own Dashboards), applications, and overlays.
More information with examples can be found in the documentation on our GitHub:
https://github.com/wiboma/hudiy/blob/ma ... d#web-view
https://github.com/wiboma/hudiy/blob/ma ... plications
https://github.com/wiboma/hudiy/blob/ma ... dashboards
https://github.com/wiboma/hudiy/blob/ma ... d#overlays
https://github.com/wiboma/hudiy/tree/main/examples
Hudiy Team