Factory Installed blink.uf2

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
blakebr
 
Posts: 942
Joined: Tue Apr 17, 2012 6:23 pm

Factory Installed blink.uf2

Post by blakebr »

Hello,

Where can I find the factory installed *.uf2 test files for the:
QT Py RP2040
ItsyBitsy RP2040
Feather RP2040 boards. The files that randomly flash the NeoPixel when the board comes from the factory.

The source code would be appreciated for learning purposes. I do not have a C++ compiler other than the Arduino one.

Thank you,
Bruce

User avatar
kattni
 
Posts: 132
Joined: Fri Aug 18, 2017 6:33 pm

Re: Factory Installed blink.uf2

Post by kattni »

Hello.

The Feather UF2 was already in the guide on the Downloads page.

https://learn.adafruit.com/adafruit-fea ... /downloads

I added the ItsyBitsy and QT Py UF2s to their respective Downloads pages.

https://learn.adafruit.com/adafruit-its ... /downloads

https://learn.adafruit.com/adafruit-qt- ... /downloads

~ Kattni

User avatar
blakebr
 
Posts: 942
Joined: Tue Apr 17, 2012 6:23 pm

Re: Factory Installed blink.uf2

Post by blakebr »

Katnni,

I must admit I didn't look on the Feather page, so I am at fault for not RTFM.
Thank you for adding the files to QT Py and ItsyBitsy.

Thank you again for for your help again.

Bruce


User avatar
blakebr
 
Posts: 942
Joined: Tue Apr 17, 2012 6:23 pm

Re: Factory Installed blink.uf2

Post by blakebr »

Mike,

Sorry, but Kattni beat you to the punch.
Go Kattni! ;-)

Thanks to both of you for your help,

Bruce

User avatar
blakebr
 
Posts: 942
Joined: Tue Apr 17, 2012 6:23 pm

Re: Factory Installed blink.uf2

Post by blakebr »

Hello,

Is there a way I can get a copy of the source code to the factory installed blink routines.
I assume that same code is used for each RP2040 device with their respective version of CircuitPython adjusting for pin usage.

Thanks for your help,

Bruce

User avatar
tannewt
 
Posts: 3298
Joined: Thu Oct 06, 2016 8:48 pm

Re: Factory Installed blink.uf2

Post by tannewt »

I don't think the blink examples are done with CircuitPython. Sorry!

User avatar
blakebr
 
Posts: 942
Joined: Tue Apr 17, 2012 6:23 pm

Re: Factory Installed blink.uf2

Post by blakebr »

tannewt,

A copy of the C++ code would work too. I want to see what is done and and learn from it.
I assume it is the same code is compiled under the board version it will be run on.

Thanks,
Bruce

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”