-
Hi
I used my mpfshell as the underlying layer.
And I also compiled a project demonstration
It's the same as my mpfshell.
Solve the repl problem of winodws
Support wireless programming p…
-
### Link Checker
Errors were reported while checking the connectivity of links.
```
accessories/making-accessories.md
OK /docs/accessories/assets/making-accessories-d7c25.png
OK /hardware/edgeconnec…
-
After non-reproducible timespans during both read and write I2C operations (i do only use readfrom and writeto) the following error is thrown on my WiPy:
`OSError: the requested operation failed`
Thi…
-
Hi there!
I’m trying to copy or rsync files using rshell, but receive the error message `timed out or error in transfer to remote`.
* Doing `ls /pyboard` works, the REPL works too.
* Copying fi…
-
Hi everybody,
I'm using Pycharm 2018.3.5 CE with Micropython plugin in Windows 7.
Everything works fine: I can access REPL for my NUCLEO board, I can flash file to my board.
The problem is I can't …
-
### Link Checker
Errors were reported while checking the connectivity of links.
```
accessories/making-accessories.md
OK /docs/accessories/assets/making-accessories-d7c25.png
OK /hardware/edgeconnec…
-
When doing `os.chdir('/blah')`, an ENODEV error is thrown, as expected.
But a subsequent `os.getcwd()` also throws this error, i.e. the directory was changed anyway.
I expected the working directo…
-
pyboard.py uses "soft reboot" feature to provide a clean environment for code execution. run-tests uses it to provide clean environment for each test. It's great to have this feature, without relying …
-
I'm flashing simple code to my ESP8266. Flash seems to be all correct:
Connecting to COM3
Uploading files: 0% (0/1)
C:\Users\alex\PycharmProjects\ESP8266\Test.py -> Test.py
Uploading files: 100%…
-
Hi MicrowWebSrv people,
this bug seems to be with the pyboard 'D' but I thought I'd report here in case anyone else is seeing large files that seem to timeout on the microWebSrv. Basically I notice…