-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Active marker deck and Multi-ranger deck will not work together due to I2C address collision #1438
Comments
This is also true for the lighthouse deck. |
Adding these to the compatibility matrix may be a good idea. Are you saying the Lighthouse address also collides with a Multi-ranger address? |
Yes,
I tested the Multi-ranger with the Lighthouse deck, and the Lighthouse deck
would not work until I moved the base I2c address of the Mult-ranger deck
in firmware.
Thanks,
Les
…On Fri, Dec 20, 2024 at 1:40 AM Rik ***@***.***> wrote:
Adding these to the compatibility matrix may be a good idea.
Are you saying the Lighthouse address also collides with a Multi-ranger
address?
—
Reply to this email directly, view it on GitHub
<#1438 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNTPY73BN2O3RCLKTRLOU6L2GPQX3AVCNFSM6AAAAABSUW5L6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJWGYZDQMRVGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Additionally, I physically masked the up TOF sensor on the Multi-ranger
deck since the IR frequency of the two decks are the same.
On Fri, Dec 20, 2024 at 8:22 AM Leslie Harvill ***@***.***>
wrote:
… Yes,
I tested the Multi-ranger with the Lighthouse deck, and the Lighthouse
deck would not work until I moved the base I2c address of the Mult-ranger
deck in firmware.
Thanks,
Les
On Fri, Dec 20, 2024 at 1:40 AM Rik ***@***.***> wrote:
> Adding these to the compatibility matrix may be a good idea.
>
> Are you saying the Lighthouse address also collides with a Multi-ranger
> address?
>
> —
> Reply to this email directly, view it on GitHub
> <#1438 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BNTPY73BN2O3RCLKTRLOU6L2GPQX3AVCNFSM6AAAAABSUW5L6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJWGYZDQMRVGY>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Even though the Active marker deck and Multi-ranger deck both are top decks they could still be used together. The compatibility matrix also says so. However when using them together the "MR: Init right sensor [FAIL]"
After investigating it we found that it is due to a I2C address collision. The Active marker deck has address 0x2E and the right multi-ranger sensor gets assigned the same address.
Temporary fix is to manually go in and change the new address space for the multi-ranger here and add e.g. +10 instead.
The text was updated successfully, but these errors were encountered: