-
Hello,
I tried to use `rsync` to upload updated files in rshell with my RPi Pico board and it didn't work for me. The problem is that my timezone is +6 to UTC and all files uploaded to the board ge…
-
Setup is Pyboard v1.1 with Adafruit Ethernet Feather W5500 module connected. My problem is that the network object (I'll call it the NIC) doesn't reset on power up, nor can I re-instantiate it. There …
-
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…
-
While the main thread is running e.g.
`While True:
Do Stuff
sleep(1)
`
I cannot access the webrepl prompt >>>
I've tried all different types of sleep e.g. ms, us
Until the main th…
-
I have successfully compiled the w5500 network module for pyboard through the following command:
>make MICROPY_PY_WIZNET5K=5500
I have successfully compiled the firmware without w5500 module for B…
-
Unable to setup a secure wlan (password protected), the password config param is there for this reason?
The code below are from the example at pybd.io.
MicroPython v1.12-23-ge83ab7374 on 2019-12…
-
Hello
mr.hinch how did you become so good? I just started learning python and when i have an idea and google it, and 9/10 times i end up on your github.
Anyway i have been using your micropython_…
-
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 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 would like to suggest the "run" command for rshell.
The purpose would be to "run" a named filename already stored on the pyboard and grab the results into rshell session.
There is a good reason f…