-
`MicroPython v1.11-145-gb574edf21-dirty on 2019-07-10; ESP32 module with ESP32`
I have a weird issue when running some programs directly from the command line using rshell.
Here is my code:
`…
-
Figure out all components required/wanted. Finalise a prototype circuit to test all components.
Design the custom shield for the pyboard and order it from OSH park. Also consider the extension to Ard…
-
when using MAC to access RSHELL the following error
could not enter raw_repl
rough fix in
pyboard.py
do you want me to push this ?
using the platform module so only triggered on MAC
insert …
-
I have a pyboard v1.1 with a SKIPSD file on the flash.
running the following program will create lost blocks on the SD card. *Only* run it on an SD card you are willing to reformat.
```
import pyb…
-
The following produces no error on the Pyboard but an exception `TypeError: can't convert Foo to int` is raised under Unix (last line):
```python
import uselect as select
import uio as io
MP_STREA…
-
Hi, I'm testing the Matrix8x8 class on Adafruit 871 (matrix 8x8).
This works perfectly on Arduino but I got unexpected issue when running it with MicroPython PyBoard and Matrix8x8.
when I set_pixel o…
-
The code example in [the docs](http://docs.micropython.org/en/latest/library/machine.RTC.html) fails with a surprising traceback.
```python
rtc = machine.RTC()
rtc.init((2014, 5, 1, 4, 13, 0, 0, 0)…
-
Tests used an SF6W with a WBUS-DIP28. Firmware is the 4th April release build.
```
MicroPython v1.10-258-g83f3c29d3-dirty on 2019-04-03
```
and mboot is updated. After each power down I waited 10…
-
Hey there,
I am running the hello_world project on the latest firmware available for the ESP32.
I use ampy to run the main and the application fails with this issue:
`ampy.pyboard.PyboardError:…
-
I am still figuring out what is happening.
I got the encoder working on Arduino Uno 5v, and also on A CYPRESS PSOC processor where I am planning to use it. But trying a simple I2c.scan I can't discov…