Search found 6 matches

by Listian
Wed Apr 22, 2020 7:25 am
Forum: General Discussion and Questions
Topic: EsPy/Thonny IDE and local import
Replies: 5
Views: 4038

Re: EsPy/Thonny IDE and local import

Or are you saying that you want Thonny (or equivalent) to automatically detect that the code contains an "import foo" line and also copy across foo.py while copying (e.g.) main.py? Yep) Just do not need to copy anything. Thonny should insert the foo.py file from the computer and execute it, like th...
by Listian
Tue Apr 21, 2020 2:41 pm
Forum: General Discussion and Questions
Topic: EsPy/Thonny IDE and local import
Replies: 5
Views: 4038

Re: EsPy/Thonny IDE and local import

If I understand correctly, you want to have the MicroPython device access the host PC's filesystem? The simple answer is "not really" but... here are some options that might be interesting (that don't involve Thonny or EsPy). Not this way) As I understand the development environment send commands t...
by Listian
Tue Apr 21, 2020 1:20 am
Forum: General Discussion and Questions
Topic: EsPy/Thonny IDE and local import
Replies: 5
Views: 4038

EsPy/Thonny IDE and local import

Hello!

Using EsPy or Thonny IDE it is possible to import modules from a computer disk during debugging, but not from Flash?

Because it gives an error that the module was not found :(

ImportError: no module named 'bla-bla'
by Listian
Thu Apr 16, 2020 1:17 am
Forum: ESP32 boards
Topic: 20x4 LCD
Replies: 5
Views: 6293

Re: 20x4 LCD

Works!

But can you tell me how to run the module locally from a computer, and not upload it to esp32?
And then it gives an error that the module was not found.

I use EsPy and Thonny IDE.
by Listian
Wed Apr 15, 2020 1:25 am
Forum: ESP32 boards
Topic: bluetooth ESP-IDF v3.x
Replies: 4
Views: 4615

Re: bluetooth ESP-IDF v3.x

How confusing they are with BLE. :shock: p.s. Sorry, forgot to indicate the board. ESP32 lolin32 https://www.cnx-software.com/wp-content/uploads/2017/04/Wemos-Lolin32.jpg esp32-idf4-20200415-v1.12-371-gf534b9976.bin - work it! new firmware esp32-idf3-20200415-v1.12-371-gf534b9976.bin - does not work...
by Listian
Tue Apr 14, 2020 8:13 pm
Forum: ESP32 boards
Topic: bluetooth ESP-IDF v3.x
Replies: 4
Views: 4615

bluetooth ESP-IDF v3.x

Hello! 1) Firmware built with ESP-IDF v3.x, with support for BLE, LAN and PPP The description for ESP-IDF v3.x indicates BLE support, but I can’t find something to use it. How to do it? 2) GENERIC : esp32-idf3-20200414-v1.12-368-gbd63c26dd.bin Installed the latest firmware and esp32 is constantly re...