-
MicroPython identifies itself as `MicroPython afceb56-dirty on 2022-06-04; TiDAL with ESP32S3` when connected to in the REPL.
I can run `mpremote devs` to successfully list the attached device, and…
-
I have this pybord program
```
import pyb
spi = pyb.SPI(2, pyb.SPI.SLAVE, polarity = 0, phase = 0, bits = 8)
def slave_select(line):
pyb.LED(4).on()
try:
spi.send('Cabbage',…
-
i seem to be running into an issue using the cp command on a particular binary file. other files work fine but this one causes the board and or rshell to stop responding. a full power cycle seems to b…
-
Any plans to release PYBv10b Eagle files?
-
For context please see [this doc](https://github.com/peterhinch/micropython-samples/blob/master/encoders/ENCODERS.md) on the design of encoder drivers and [this driver](https://github.com/peterhinch/m…
-
So I'm using the RP2 port of MicroPython.
Is there a way to, at runtime, switch to EG UART1 communication? By default I get the Python REPL, which is fine but I'm trying to expose UART1, with all i…
sk0g updated
2 months ago
-
The get command does not work when accessing my nrf52 - feather52 board via ampy.
ls and put work, but no get
Note: this example includes PR #46 but the issues was also present without it.
…
-
I am getting the following error trying to initialize wifi network using `.connect`:
```
ampy.pyboard.PyboardError: ('exception', b'', b'Traceback (most recent call last):\r\n File "", line 19, i…
-
Host is:
```
Microsoft Windows 7 [Version 6.1.7601]
```
The destination device is:
```
MicroPython v1.13 on 2020-09-02; ESP32 module with ESP32
```
rshell command-line arguments are:
```
rsh…
-
Support `rtc.ticks_ms()`. This would return a value compatible with the port's `utime.ticks_diff()` and `utime.ticks_add()`.
Use case: `uasyncio` uses `utime.ticks_ms()` as its timebase. In a light…