One Wire protocol

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
MrNerd
 
Posts: 1
Joined: Fri Mar 18, 2022 2:17 pm

One Wire protocol

Post by MrNerd »

I am working with a controller (Kflop). I want to use the Neo Pixel with this controller.
The controller has a C interface.
Where can I find "One Wire" protocol to make this happen.
Thank you,
David.

User avatar
westfw
 
Posts: 2008
Joined: Fri Apr 27, 2007 1:01 pm

Re: One Wire protocol

Post by westfw »

This KFLOP controller? https://dynomotion.com/KFLOP.html

That looks like it specifically deals with the real-time requirements of motor control.
Neopixels have their own real-time requirements, possibly conflicting with that of the motors, and I suspect that your easiest solution is to put some sort of "small" adafruit controller (QT Py?) in between the KFLOP and the Neopixels.
Implementing the neopixel one-wire protocols on a strange (DSP!) processor would probably be significantly more difficult.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”