Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I keep receiving 'No MicroPython boards connected - use the connect command to add one' #203

Open
davidbaldi opened this issue Nov 22, 2022 · 1 comment

Comments

@davidbaldi
Copy link

I am working with a Raspberry Pi Pico W and am following Miguel Grinberg's Micropython for the Raspberry Pico W. I created a virtual environment and installed both MicroPython and rshell. I connected the board to USB while holding down the BOOTSEL button. I added the flash_nuke.uf2 file and the window closed and opened again. I then unplugged the device and installed a nightly build from the MicroPython website, again by holding down the BOOTSEL button while plugging the board into USB. I dragged the nightly build *.uf2 file to the window that popped up and the window disappeared. I then ran the rshell command and keep receiving

No MicroPython boards connected - use the connect command to add one

/home/micropython-pico-tutorial>

How do I use the connect command? Could someone point me to what might be a solution? Please let me know if you need more information.

Thank you in advance.

@bobu01
Copy link

bobu01 commented Jun 11, 2023

Hi. I've got a similar issue with an Adafruit STM32 board. After the "No MicroPython boards ..." warning, try this command: connect serial /dev/ttyACM0 This assumes a Linux serial port. You might need to use a different port name. If this works, use the -p option when you launch rshell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants