chipKIT® Development Platform

Inspired by Arduino™

My chipkit cannot work now

Created Thu, 18 Feb 2016 21:01:18 +0000 by zgsnj1234


zgsnj1234

Thu, 18 Feb 2016 21:01:18 +0000

My chipkit WF32 cannot work now. When I connect to my Mac pro.(the usb provide the power). The LD3 bright and LD6 blink. After about 2 seconds. All LD are die out. Does anyone know what happen? Cheers


majenko

Thu, 18 Feb 2016 21:10:34 +0000

The WF32 has no power LED. The LEDs 3 and 6 do things while it's in the bootloader, but unless your sketch tells them otherwise, they do nothing and go out after the bootloader has finished (2 seconds).

So your board is probably fine. If it is still showing in the ports list in MPIDE / UECIDE / Arduino IDE then it is still fine. If you want a power LED then turn one on as the first operation of your sketch.


zgsnj1234

Thu, 18 Feb 2016 21:22:53 +0000

Thanks alot