Page 1 of 1

Python GPIO control on Vocore2 based on Arduino

Posted: Wed Aug 25, 2021 4:40 pm
by BryanBarbosa
Hello Vocorers,
I've been using the vocore2 in project for UC Berkeley and, to make it easier to use, I wrote a microlibrary to control GPIO pins on Vocore2 using Python, the commands are almost the same used on Arduino, so, someone who's coming from it won't be completely lost. Here's the link of the repository:
https://github.com/BryanCMBarbosa/Vocore2-GPIO

Re: Python GPIO control on Vocore2 based on Arduino

Posted: Sat Dec 10, 2022 4:20 am
by jparker412@gmail.com
Hi Bryan, i tried this today - works great!
Have you ever tried controlling ws281x leds on vocore? I can't find any support for it so far.

Re: Python GPIO control on Vocore2 based on Arduino

Posted: Sun Dec 11, 2022 1:51 am
by Vonger
jparker412@gmail.com wrote:Hi Bryan, i tried this today - works great!
Have you ever tried controlling ws281x leds on vocore? I can't find any support for it so far.

Maybe this helps: https://vonger.cn/?p=14302

Re: Python GPIO control on Vocore2 based on Arduino

Posted: Mon Dec 19, 2022 3:46 pm
by jparker412@gmail.com
Yes that looks like it will help get me going! Thanks for the pointer.

Now if i can get some time to play around with it .....