Search found 3 matches

by micropyro
Fri Feb 05, 2021 12:32 pm
Forum: General Discussion and Questions
Topic: number of PWM channels on esp32 wroom
Replies: 2
Views: 2118

number of PWM channels on esp32 wroom

Hi, I am having problem setting up more than 6 PWM channels. Based on the description of ESP32 WROOM board it says it can support up to 16 LED PWM (https://en.wikipedia.org/wiki/ESP32#Features) however then I try to setup more than 8 I get an error ValueError: out of PWM channels I am confused. Is i...
by micropyro
Mon Feb 01, 2021 8:23 am
Forum: Programs, Libraries and Tools
Topic: Queue is missing. Any workarounds?
Replies: 2
Views: 2453

Re: Queue is missing. Any workarounds?

I found very simple solution. Simply just copy file from here https://github.com/peterhinch/micropyth ... s/queue.py and everything will work.
by micropyro
Sun Jan 31, 2021 1:47 pm
Forum: Programs, Libraries and Tools
Topic: Queue is missing. Any workarounds?
Replies: 2
Views: 2453

Queue is missing. Any workarounds?

Hi, I am trying to replicate this example https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md#35-queue however, the primitives module is missing >>> from primitives.queue import Queue Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: no m...