Hi,
Have the APA102 LEDs been tested on Jetson-Nano? We have encountering some trouble with LED control as explain below:
(1) We have installed the drivers/dtb for “ReSpeaker 2-MIC” board on “Jetson-Nano” as per instructions from here:
(2) But instead of installing the “overlays/jetsonnano/jetson-seeed-2mic-wm8960.dtbo” , we installed “overlays/jetsonnano/jetson-seeed-2mic-voicecard.dtbo” in order to Enable the SPI1 port on 40-pin Header.
(3) Next we tried to control the APA102 LEDs based on instructions “4. Use the on-board APA102 LEDs” from the following wiki page “https://wiki.seeedstudio.com/ReSpeaker_2_Mics_Pi_HAT/” and we ran following commands:
sudo pip3 install spidev
cd ~/
git clone https://github.com/respeaker/mic_hat.git
cd mic_hat
python3 pixels.py
(4) But, LEDs don’t work as expected. LEDs remain off under most of the functions. But momentarily turn BLUE while executing “pixels.wakeup()”. We have tried to change the LED color values in script pixels.py, but LEDs either remain off or turn BLUE.
Have the LEDs been tested on Jetson-Nano? If yes, can you share the exact instructions which work fine.
Thanks & Regards,
A