You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Identical to the issues described in #253 I can connect to the device, but cannot upload/download, soft reset or stop script on the device.
This is starting from total scratch.
Open a new empty window in VS Code, click the "Create project" button under Pymakr's "Projects" section:
Create a templated project
Add the serial port under the project:
Click the little lightning icon to connect
Device appears to be accessible:
However, uon clicking "upload," the spinner spins but never finishes:
If I click the "Create terminal" icon instead, it connects and I'm now at the REPL which works:
MicroPython v1.23.0 on 2024-06-02; M5Stack ATOM with ESP32-PICO-D4
Type "help()" for more information.
>>>
Add tiny bit of code to main.py and click the "Sync project" button
Expected behavior
The project is uploaded and I can see the "colored LEDs on the device.
Actual behavior
Nothing happens, even when looking in the developer console with Pymakr's logs set to debug level.
Additional context
Device Info
M5Stack ATOM with ESP32-PICO-D4
MicroPython v1.23.0 (2024-06-02)
Dev Environment
Pymakr 2 v2.22.5
Node.js v20.11.0
VS Code 1.94.2 (Universal)
Macbook Air M2, 2022 running Sonoma 14.1
I came across #243, but that hasn't made any difference unfortunately.
The company pycom does not exist any more, and therefore there is no maintenance to pymakr anymore.
You could see if MicroPico may be a relevant option.
It is indirectly based on Pymakr , and allows for Pico and other devices.
Describe the bug
Identical to the issues described in #253 I can connect to the device, but cannot upload/download, soft reset or stop script on the device.
This is starting from total scratch.
Click the little lightning icon to connect
Device appears to be accessible:
main.py
and click the "Sync project" buttonExpected behavior
The project is uploaded and I can see the "colored LEDs on the device.
Actual behavior
Nothing happens, even when looking in the developer console with Pymakr's logs set to debug level.
Additional context
Device Info
M5Stack ATOM with ESP32-PICO-D4
MicroPython v1.23.0 (2024-06-02)
I came across #243, but that hasn't made any difference unfortunately.
During Step 2 when loading pymakr, the debug logs show:
ERR No registered selector for ID: ms-vscode.npm-command
During Step 3 when loading pymakr, the debug logs show the following. Neither "getting device info" nor "upload" receive a confirmation.
The text was updated successfully, but these errors were encountered: