-
Greetings,
I'm currently working on a project that requires bluetooth and ulab (numpy/scipy for micropython) on the Raspberry Pi Pico W. To this effect, I downloaded the most recent version of micr…
-
After cloning micropython repository I tried to run `make` in mpy-cross. But I get this error:
```
AzureAD+JasonDirkxAdviesbure@LAPTOP-E2I2JKMA MINGW64 /c/micropython/mpy-cross (master)
$ make
Use…
-
I am attempting to read 8bit colour data from a file on the pipico and convert it to separate r, g, b values. There is an example [here ](https://stackoverflow.com/questions/12338015/converting-8-bit-…
-
**Describe the bug**
I've installed micropython 1.20 on an Olimex ESP32-POE device. It runs fine. After I established an LAN connection, I just try to import microdot with the following result:
…
-
I'd be nice to know how more experienced people would approach debugging this issue.
The code is quite simple:
```python
while True:
year, month, day, hour, mins, secs, weekday, ye…
-
May I know which version of mpy firmware you used to run MyM5StackExamples/M5Core2/SimpleTone.py?
I used M5core2v1.12.5, but it prompted "I2S.MONO not found".
Thank you
-
First, CircuitPython has great networking support! It is amazing how much you can do with it. While I'm aware of wifi.radio.ping, I've recently been attempting to manually create an ICMP ping as a R…
-
boot.py is:
```
print('\nboot.py')
from machine import reset
import network
wlan = network.WLAN(network.STA_IF)
def do_connect(ssid, password):
wlan_status = wlan.status()
wlan.a…
-
The array class is missing the set/get methods so that indexed accesses are allowed.
-
### CircuitPython version
```python
master branch
```
### Code/REPL
```python
none
```
### Behavior
none
### Description
The latest version pyocd remove pyocd-tool and pyo…