Question about the Powerboost part used with the fairy wings project

Wearable electronics: boards, conductive materials, and projects from Adafruit!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
Froggy92030
 
Posts: 97
Joined: Wed Apr 20, 2022 8:25 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by Froggy92030 »

Correct. This is what I see as soon as I plug the USB into the M4
Attachments
initialconnetion.PNG
initialconnetion.PNG (5.93 KiB) Viewed 208 times

User avatar
Froggy92030
 
Posts: 97
Joined: Wed Apr 20, 2022 8:25 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by Froggy92030 »

I made a pair of wings at the beginning of the year that uses Circuitpython 7.2.5. Out of curiosity I plugged that M4 into the assembly we just made with the powerbank and it works beautifully. I did try copying the code from the working board to the nonworking board and it still did nothing.

User avatar
dastels
 
Posts: 15608
Joined: Tue Oct 20, 2015 3:22 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by dastels »

OK. the next thing is to try installing 7.2.5 onto the badly behaving Feather. https://adafruit-circuit-python.s3.amaz ... -7.2.5.uf2

If that works, reinstall 7.3.2 and see if that works.

Dave

User avatar
chailou
 
Posts: 1
Joined: Mon Aug 29, 2022 1:06 am

Re: Question about the Powerboost part used with the fairy wings project

Post by chailou »

Froggy92030 wrote: Tue Aug 16, 2022 7:46 pm Great thanks! I have ordered and am going to give it a try
I am making the wings as well but ran into the same issue of no powerboost. Do you mind if I know which powerbank you bought and how you connected it?

User avatar
Froggy92030
 
Posts: 97
Joined: Wed Apr 20, 2022 8:25 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by Froggy92030 »

chailou wrote: Mon Aug 29, 2022 6:22 pm
Froggy92030 wrote: Tue Aug 16, 2022 7:46 pm Great thanks! I have ordered and am going to give it a try
I am making the wings as well but ran into the same issue of no powerboost. Do you mind if I know which powerbank you bought and how you connected it?
[/quote

I got this powerbank. https://www.adafruit.com/product/1959

the wiring wasn't too bad just had to make some small modifications. I kind of took this post over but everything I did to wire it is in the post

User avatar
Froggy92030
 
Posts: 97
Joined: Wed Apr 20, 2022 8:25 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by Froggy92030 »

dastels wrote: Mon Aug 29, 2022 5:20 pm OK. the next thing is to try installing 7.2.5 onto the badly behaving Feather. https://adafruit-circuit-python.s3.amaz ... -7.2.5.uf2

If that works, reinstall 7.3.2 and see if that works.

Dave
So when I install the link for the 7.2.5 that you provided it installs the whole bundle on the board and nothing works. Its not just changing it from the featherboot to Circuitpython for me to then install everything else seperately. It is still not working.

User avatar
dastels
 
Posts: 15608
Joined: Tue Oct 20, 2015 3:22 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by dastels »

Weird... that should just be the UF2 of the runtime.

Yes, that worked exactly as expected on one of my Feather M4 Expresses.

You downloaded, and copied the UF2 to FEATHERBOOT?

Dave

User avatar
Froggy92030
 
Posts: 97
Joined: Wed Apr 20, 2022 8:25 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by Froggy92030 »

I reset the feather so that it shows featherboot. Click the link you provided and then added it to the feather. The lib includes
Attachments
afterUF2.PNG
afterUF2.PNG (22.42 KiB) Viewed 193 times
featherboot.PNG
featherboot.PNG (2.93 KiB) Viewed 193 times
7.5.2.PNG
7.5.2.PNG (6.37 KiB) Viewed 193 times

User avatar
Froggy92030
 
Posts: 97
Joined: Wed Apr 20, 2022 8:25 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by Froggy92030 »

This is what the lib shows after adding the UF2 file. My pics are out of order. Sorry about that.
Attachments
afterUF22.PNG
afterUF22.PNG (16.67 KiB) Viewed 193 times

User avatar
dastels
 
Posts: 15608
Joined: Tue Oct 20, 2015 3:22 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by dastels »

But did you download from that URL and then copy the downloaded UF2 to FEATHERBOOT? I'm not clear on that.

Dave

User avatar
Froggy92030
 
Posts: 97
Joined: Wed Apr 20, 2022 8:25 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by Froggy92030 »

I clicked the link you provided and it automatically downloaded. I then went into my downloads and drug the UF2 to the featherboot. After I put the UF2 on the featherboot it changed to circuitpython. It also had all of the servos and code files with it. I did not add those.

User avatar
dastels
 
Posts: 15608
Joined: Tue Oct 20, 2015 3:22 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by dastels »

They must have been there before. Reinstalling CP doesn't change what's on CIRCUITPY if it's already been set up.

Dave

User avatar
Froggy92030
 
Posts: 97
Joined: Wed Apr 20, 2022 8:25 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by Froggy92030 »

I pressed the reset button on the feather twice to make it the featherboot again. I cheched the folders that were there and none of the servos or code stuff is listed when its featherboot. This is a screen shot of everything that the featherboot has on it until i change it to circuitpython.
Attachments
featherboot2.PNG
featherboot2.PNG (21.09 KiB) Viewed 163 times

User avatar
dastels
 
Posts: 15608
Joined: Tue Oct 20, 2015 3:22 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by dastels »

Right, FEATHERBOOT isn't *really* a drive, it's the bootloader. It's whole purpose is to let you easily install UF2s. That's all you should worry about it for. The CIRCUITPY drive is the flash filesystem used by CircuitPython where your code, libraries, sounds, bitmaps, etc are stored. They are two completely different things.

Dave

User avatar
Froggy92030
 
Posts: 97
Joined: Wed Apr 20, 2022 8:25 pm

Re: Question about the Powerboost part used with the fairy wings project

Post by Froggy92030 »

ahh got it. So I did install the version you linked me to and tried to run the code. I still got the same response in REPL

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

Return to “Wearables”