-
Notifications
You must be signed in to change notification settings - Fork 19
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
Provide support for new sensor types #33
Comments
Also wondering if there is any plans to support UMRR-0C Type 42 and UMRR-12 Type 48 radars? Or any suggestions on how one might go about integrating it? |
Hey, The sensor types you mentioned are for the traffic. This repository only supports automotive sensors. In theory you could follow this repository and instead of automotive sensors use the traffic sensors but for that you would require a smart access for the traffic. Smart access is the underlying library used by this repository. |
Thanks @smartSRA! I do have the smart access library and can see how it gets used to initialise and parse the data. Will probably give it a go at integrating it and see how that works out. |
Sounds great! do let me know how it goes. |
Hey @smartSRA Had some time today to tinker with this, happy to report that I have managed to get it working on my end without significant code changes. The brief process I went through was:
Some minor differences in naming convention:
|
Hey @purple-mesh , Great!! That is exactly the way to go about it and glad to see you could figure out pretty quickly. Regarding the |
The new smartmicro sensor "a4" will shortly be available to the customers. This new sensor type should be supported by the driver. Also the DRVEGRD 152 has a new firmware which in return causes new interfaces and hence the driver should be adopted to allow the user support for the new user-interface.
The text was updated successfully, but these errors were encountered: