This repository was archived by the owner on May 24, 2023. It is now read-only.
Description Hi !! I'm really new with pycom and I don't know how to decribe my problem with technical words so I'll try to tell you what happenned:
I installed pymakr
I connect for the first time a pycom device (fipy) with the expansion board 2.0 and a LoRa antenna
COM3 appeard but I couldn't write anything into the terminal
I wrote the following file named: my_first_file.py :
import pycom
pycom.heartbeat(False)
pycom.rgbled(0330033)
I upploaded the file into the COM3 portal
It didn't do anything, I look my code and I forgot a "x" beetwen the first 0 and the 3, so I did ctrl+alt c
The connect/disconnect button turned red
I couldn't reconnect the fipy with atom so I decided to disconnect it from the usb port
Atom doesn't recognize anything
So, how can I reconnect my Pycom device?
Operating system: windows 11
Atom version: last version
Pymakr version: last version
Reactions are currently unavailable
Hi !! I'm really new with pycom and I don't know how to decribe my problem with technical words so I'll try to tell you what happenned:
import pycom
pycom.heartbeat(False)
pycom.rgbled(0330033)
So, how can I reconnect my Pycom device?
Operating system: windows 11
Atom version: last version
Pymakr version: last version