Skip to content

LED Matrix not working #37

@hifiberry

Description

@hifiberry

I can't get the LED matrix writer to work with my Nuimo. Also the dots.py demo code isn't displaying anything

After debugging the Nuimo code, I found that _matrix_writer.led_matrix_characteristic is None

In the code I see this:
self._matrix_writer.led_matrix_characteristic = next((
characteristic for characteristic in nuimo_service.characteristics
if characteristic.uuid == self.LED_MATRIX_CHARACTERISTIC_UUID), None)
# TODO: Fallback to legacy led matrix service
# This is needed for older Nuimo firmware were the LED characteristic was a separate service)

I've updated the firmware with the iPhone app, but it doesn't change anything.
Is it possible that the firmware is still old even after I updated it with the iPhone app?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions