🍞
Breadstick
  • Breadstick Innovations Website
  • Breadsticks
    • đŸĨ–Raspberry Breadstick
      • Code Examples
        • Demo Code
        • POV Wand
        • Pride Flags POV Wand
        • 6-Axis IMU
        • RGB Blink
        • AsyncIO RGB Blink
        • Digital Input
        • Digital Output
        • PWM
        • ADC
        • Servo Motor
    • đŸĨ–Raspberry Breadstick Lite
    • 🍞Support Boards
      • I2C Devices
        • 🚌I2C Bus Rail Adapter
        • đŸŒĻī¸Weather Crouton
        • 😎Brightness Crouton
        • 📏Distance Crouton
        • đŸĢ¨Motion Crouton
      • I2S Devices
        • đŸ“ĸBoombox
      • SPI Devices
      • đŸ•šī¸Buttons/Switches
    • Learning Resources
    • Troubleshooting
  • Nougat
    • Nougat C3
    • Nougat Quad
    • Installing WLED
  • Pico Slices
    • 🔴Slice 1 - LED Mixer
      • Assembly Guide
      • CircuitPython Code
        • 1 - Blink
        • 2 - Analog Read to Plotter
        • 3 - PWM Fade
        • 4 - Pot Controlled PWM
        • 5 - Gamma Correction
    • âąī¸Slice 2 - Stopwatch
      • Assembly Guide
      • Coding Lessons
        • 1 - 7-Segment Display Intro
        • 2 - Cycling Through All Segments
    • âŦœSlice 3 - 8x8 Dot Matrix
      • Assembly Guide
      • MicroPython Code
        • 1 - Moveable Pixel
        • 2 - Snake
    • Circuit Python Setup
    • Reset Bricked Pico
  • Christmas
    • Christmas Tree DIY kit
  • Protoboards
    • â¤ī¸Proto-Heart
    • đŸĨĒProto-Toast
  • SHOP
Powered by GitBook
On this page
  • Device Not Recognized?!
  • I held down the button, I got into DFU mode, and I reinstalled CircuitPython. It still doesn't work?!
  • Can it be fixed?

Was this helpful?

  1. Pico Slices

Reset Bricked Pico

PreviousCircuit Python SetupNextChristmas Tree DIY kit

Last updated 2 years ago

Was this helpful?

Device Not Recognized?!

This happens sometimes. Could be because of your code, a glitch, a bug, many things.

I held down the button, I got into DFU mode, and I reinstalled CircuitPython. It still doesn't work?!

The issue likely lies inside the flash memory chip on your Pico board.

Can it be fixed?

Yeah, pretty easily actually. Just follow this link to the official Raspberry Pi website and download their UF2 file for resetting the flash memory. Then hold down the bootsel button while plugging in your PICO to get it into DFU mode, just as if you were going to install CircuitPython but instead you want to drag and drop this flash_nuke.uf2 file into your Pico's root directory instead. When it's finished you should be able to reinstall CircuitPython without any problems.

Raspberry Pi Documentation - Raspberry Pi Pico and Pico WRaspberry_Pi
Logo