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
Hello, I use a Firebeetle Esp32 and Pymakr on VsCode. Pymakr recognizes the device and I can also print ("Hello World") in the terminal and the Esp32 prints it out. However, as soon as I write a program and upload it, the program says that the COM port is busy. After that, the program no longer recognizes the port and I have to reload the firmware of the Esp32. I didn't have these problems with the old Pymakr software. The code I loaded was:
from machine import Pin, PWM
pwm = PWM(Pin(27), freq=2000, duty=512)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello, I use a Firebeetle Esp32 and Pymakr on VsCode. Pymakr recognizes the device and I can also print ("Hello World") in the terminal and the Esp32 prints it out. However, as soon as I write a program and upload it, the program says that the COM port is busy. After that, the program no longer recognizes the port and I have to reload the firmware of the Esp32. I didn't have these problems with the old Pymakr software. The code I loaded was:
from machine import Pin, PWM
pwm = PWM(Pin(27), freq=2000, duty=512)
All reactions