-
**[Original report](https://bitbucket.org/bitbucket-issue-migration\thonny-issues.zip/issue/520) by Jens Diemer (Bitbucket: [jedie](https://bitbucket.org/jedie)
GitHub: [jedie](https://github.com/jed…
-
# FiPy firmware update
### NB-IOT Antenna
You will need to connect the antenna to the FiPy using the U.FL connector on the under side of the FiPy.
[![Fipy NB-IOT antenna connection](https://docs.…
-
This version of MicroPython is somehow not compatible with *rshell* nor *ampy*. These are tools for interacting with MicroPython's filesystem.
This might be related to non-standard debug output tha…
-
Is it possible to run scripts using mpfshell (like run command in ampy)?
Thanks.
-
Hey, I met a problem. maybe is bug.
This error stable repetition in windows system!
the codecell's code is as follows
```
while True:
print(input('yourname:'))
```
when I stop this code…
-
Get a ```could not enter raw repl``` message, whereas the same files and connection works in Ampy
Using Mac and latest Pycharm and latest MicroPython plugin
In Ampy I use:
```ampy -d 0.5 -p /…
-
(Please delete any lines which don't apply.)
* Operating system: MacOS
* Python version: (`python -V` to check this) 2.7.10
* ESP hardware in use: ESP8266EX
# Full esptool.py command line as r…
-
When I open the precompiled .exe, it does seem to open the comport (com12), but begins with:
```
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this di…
-
When I use it on my MAC OS, I found it will be hanged when i run `ampy --port /dev/tty.SLAB_USBtoUART ls` in second time. If I want to use it again, I have to replug usb cable.
I used the ampy 1.0.…
-
I think ampy should check if port is being used and if it is, raise an error. A simple approach would be using fuser to check if any process is holding the file descriptor.