Skip to content
#

micropython

Here are 1,502 public repositories matching this topic...

circuitpython
Neradoc
Neradoc commented Feb 18, 2022

Running on a Clue, I get "All timers in use" error when using PWMOut after a few reloads.
I originally noticed that on the Xiao NRF52 using adafruit_rgbled, and reproduced it on a Feather NRF52.
Couldn't reproduce on other ports.

This code takes 4 reloads to error. Less if more pins are used.

import board
import time
import pwmio
pins = [board.D0, board.D1, board.D2, board.D3, boar
MaixPy
junhuanchen
junhuanchen commented Jan 11, 2021

About this question, here is a unified reply.

We need to see this place where one is the definition and load the configuration.

https://github.com/sipeed/MaixPy/blob/master/components/micropython/port/builtin_py/board.py

If you don't provide the configuration, you won't get the concrete variable.

If it is SIPEED published hardware, the appropriate configuration is provided here.

htt

A comprehensive and FREE Online Python Development tutorial FOR KIDS utilizing an official BBC micro:bit Development Board going step-by-step into the world of Python for microcontrollers.

  • Updated Feb 20, 2022
  • Python
MicroWebSrv2

The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!

  • Updated Feb 18, 2022
  • Python

Improve this page

Add a description, image, and links to the micropython topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the micropython topic, visit your repo's landing page and select "manage topics."

Learn more