-
Haven't decided how I'll handle the host or the pyboard going offline. When the host dies, the LEDs will be left on in their current state, and if the pyboard is unplugged the serial port will sudden…
-
On a PyBoard v1.1 with firmware 1.13, put the following code into a file:
import micropython
@micropython.viper
def take_memoryview_slice():
ba = bytearray(10)
m…
-
rshell 0.0.28
Windows 10 , driver : microsoft usbser.sys
Board : Pytrack (lopy4) , Pycom MicroPython 1.18.2.r7
Each time i try to get file from lopy i'm facing an error (exception)
I can do repl, …
-
I noticed a few issues around the main micropython.org website that need attention to align with the current state of the project.
Looking at the footer:
- MicroPython column on the left is good…
-
When executing the getr command without arguments, it responds with:
```
Missing arguments: []
```
When specifying `.` as the remote directory the following happens:
```
mpfs [...]> getr .
T…
-
While investigating #1435 I ran into some other formatting issues. The output isn't necessarily wrong, but it doesn't match CPython either (although I am concerned about the outputting more data than …
-
I want to see if a cp/rsync fails, but when I try to use $? after the command has failed ([sys.exit(2)](https://github.com/dhylands/rshell/blob/master/rshell/main.py#L1137)) then I just get a 0.
OS…
-
Hello,
I'm using `rshell` to interact with my device, but I *think* this seems like a core micropython problem (I could be wrong). Here's what's happening:
```shell
# Check the date of our file…
-
I have just switched to pyboard for a project which has been on the esp32 and I need to be able to wake from deep sleep by either time or a pin edge.
https://github.com/micropython/micropython/blob…
-
# Use case of octoprobe:
Given a url to a micropython repo, for example `https://github.com/micropython/micropython@v1.24.0-preview`.
Given octoprobe has 2 mcu tentacles connected: rp2, pyboard.
…