bhageneder / OpticalCapstoneComputerVision2023

Summer 2023 Optical Communications Capstone Computer Vision Repository
2 stars 0 forks source link

NeoPixel Not Supported on Jetson Nano #39

Closed Mitchell-Conrad-20 closed 5 months ago

Mitchell-Conrad-20 commented 6 months ago

Determine workaround or alternate solution for NeoPixel on Jetson Nano

stoneoxmike commented 6 months ago

Option 1: Use adafruit_blinka library to init the GPIO pin in a different way Option 2: External Arduino/ESP32 controlled via UART/other to control the neopixel Option 3: Thread with realtime priority using spin loops and usleep

Mitchell-Conrad-20 commented 6 months ago

Looked into blinka. Sounds like a great solution.

stoneoxmike commented 5 months ago

Fixed with neopixel branch merged in PR #56