-
This probably isn't a big deal and you can close this issue if you'd like, but I noticed on Mu Alpha 1.1 that the Adafruit Metro 328 comes up as being detected as an ESP MicroPython Device. The memory…
-
Hello,
I am trying to program my PyBoard v1.1 from my Ubuntu 18.04 system.
1. Under Languages -> Micropython it failed to autodetect the device.
2. When running: ampy.pyboard.PyboardError: fail…
-
After several hours of testing mqtt_as connected to the broker, the program ended with a message:
```
File "mqtt_as.py"`, line 568, in _handle_msg
AttributeError: 'Lock' object has no attri…
-
![image](https://user-images.githubusercontent.com/8854321/82730966-fd65ee80-9d03-11ea-91bd-d818b59cede7.png)
I am missing something here. Does the ESP32 need to have an RTC for this to work?
-
### Link Checker
Errors were reported while checking the connectivity of links.
```
hardware/edgeconnector_ds.md
OK ../edgeconnector
LICENSE.MD
OK https://creativecommons.org/licenses/by-sa/4.0/
OK…
-
#### Description
how can i add personal board with stm32f405rg mcu or witch cpu work in stm32f405rg.
-
Hi, sorry if this is not the right format for this - I'm learning to use an ESP32 and using micropython and I wanted to use your midi modules! Unfortunately, I can't get this package to install either…
-
Attempting to flash program to micro:bit while running on macOS Catalina (10.15) fails with error "There was a problem flashing the micro:bit."
This happens on v1.0.3 and on 1.1.0alpha2.
This happ…
-
The following fails with **ViperTypeError: can't do binary op between 'uint' and 'uint'**
```python
@micropython.viper
def foo(x:uint) -> uint:
return x + uint(9) # Every operator I tried fai…
-
Flashing a Pycharm project with multiple subdirectories. Flashing fails writing subdirs content due to OSError: [Errno 2] ENOENT :
```
...
raise PyboardError('exception', ret, ret_err)
…