-
I bought a china clone pyboard (fake_pyb) and was having problems with is disconnecting when i moved it. I thinks there's a faulty USB connector. I unplugged it from my laptop and got an official pyb…
-
I'd like to try your library between two ESP8266s, or an ESP8266 and Pyboard.
I updated the nRF24L01 driver to use `machine` and `time` instead of `pyb`.
I also moved SPI and Pin initialisation ou…
-
I've just migrated to v2.0.2.
I'm working on a new task. specificaly for a custom controls gui, when I tried to load the task onto the board I received the following exception:
`Transferring state m…
-
Test filas on `windows 10` `test_run_without_output` test function
```cmd
$ python test_files.py
..file-0
file-1
.file-0
file-1
file-2
.file-0
file-1
file-2
..........E
================…
-
On a Pyboard D series I've discovered the following bug:
```
>>> import pyb
>>> bd=pyb.SDCard()
>>> bd.power(True)
True
>>> bsize=bd.ioctl(5,None)
>>> nblocks=bd.ioctl(4, None)
>>> buf=bytea…
-
```
python3 run
up to date: scheduler.py
up to date: clock.py
up to date: main.py
up to date: wifi.py
up to date: localPTZtime.py
up to date: ds3231_port.py
up to date: test.py
up to date: he…
-
I have multiple USB hubs on my Windows PC and a fair number of USB devices. For some reason Python needs to see Windows port names with numbers above 10 in a non-obvious format or they will not be ope…
-
### What were you trying to do?
Copy text from Mu editor into serial console using ctrl-e
### What steps did you take to trigger the issue?
Create a simple program for Pyboard in Mu Editor. …
-
Would be good to have this command too:
`mv pyboard/boot.py pyboard/boot.px`
-
I've been trying out this library a bit the past two weekends. Really excited that someone else was able to fill this need! And the documentation is pretty great, too.
It seems to me, based on a c…