-
Is there a way to transfer files to the device from within a notebook? I'm currently using the notebook to prototype, and then when the code is ready I'd like to do
```
%local
%%writefile test.py
…
-
Hello,
Is there a special kind of microSD card required for Inkplate 10? I have tried a [32gb SDXC](https://www.amazon.com/dp/B09WB35BXS) and a [2gb SD card](https://www.amazon.com/dp/B001BNNZXO) in …
-
Consider this script:
```python
try:
import uasyncio as asyncio
except ImportError:
import asyncio
evt = asyncio.Event()
async def foo():
try:
await evt.wait()
fi…
-
We can create Python script in the utils folder to convert Python stub files (.py or .pyi files) into the files that Qscintilla takes to generate the autocompletion.
Example input stub files to use…
-
I believe factory reset should be available as an alternative to USR. USR might not be practical or accessible for custom boards or how the device might be enclosed or accessed.
This might also be…
-
Hello world :-)
* New to MicroPython.
* Using `rshell` 0.0.31.
* Saw `rshell help rsync`:
```
rshell help rsync
No MicroPython boards connected - use the connect command to add one
usage…
-
This is a really nice project!
Most SCPI-capable devices keep the TCP connection open so multiple commands can be sent!
However, scpidev closes the connection after each command. Is there a way to…
-
Hello toremick,
could you please share the source code of firmware.bin?
I would like to try to compile it for ESP8266.
Thank you a lot.
IntEx
-
https://github.com/desertkun/littlefs-dokany
* Similar in the idea, but for Windows
* Has several issues but could be addressed
I could transfer ownership (and give it up legally) or you could …
-
When I change and save (CTRL+S) the main.py file, the new code do not run.
Here is a screenshot micropython-web-editor running on a ESP32-S2 board:
![image](https://user-images.githubusercontent…