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

Feature request: Port to Flipper Zero. #4

Open
wanderling opened this issue Jul 16, 2023 · 8 comments
Open

Feature request: Port to Flipper Zero. #4

wanderling opened this issue Jul 16, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@wanderling
Copy link

This would be a great tool to port to Flipper Zero if possible. I know Flipper Zero has the capability to become a USB host, not sure if it can be the right type of USB client though.

Thanks for USBValve! This is great how it is even if porting it is not possible!

@cecio
Copy link
Owner

cecio commented Jul 16, 2023

Thanks for the kind words!

Well, TBH Flipper Zero was the original choice when I started to think to build this tool and I started to look into the possibility to do this. But I faced some doubts and issues during this initial assessment:

  • the SDK of the Flipper Zero is not straightforward to use like the Pi Pico one. Also is still under heavy development and quite often there are changes impacting portability of the apps (may be this is changed now)
  • I have some doubts about the hardware: to run the USB host I use almost entirely one of the two cores of the Pi overclocked to 240Mhz (all the power is used for bitbanging). The only core available on the Flipper is 32Mhz and the other one is dedicated to the firmware. Not sure if it can keep up the load
  • I'd like to build something cheap. Flipper Zero is great (I have one and I find it very useful), but it is not cheap.

That said, I'd like to keep this open, because I may give a second look to it, may be the doubts I had were not justified :-)

Thanks!

@cecio cecio added the enhancement New feature or request label Jul 16, 2023
@csdragon83
Copy link

If there's something to test in the future: I also have a Flipper Zero :-)

@cecio
Copy link
Owner

cecio commented Aug 28, 2023

Thanks!

Yes, I'm thinking to try out something for Flipperzero...so may be I'll ask your help :-)
Thanks!

@cecio
Copy link
Owner

cecio commented Mar 22, 2024

Had a deeper look into it, and technically speaking it should be entirely possible. Now it's just a matter of learning how to use the Flipper SDK and find some time ;-)

@ianmaddox
Copy link

Another +1 for F0

@markthwain1797
Copy link

I'd greatly appreachiate if this would become a thing.

@wanderling
Copy link
Author

I'd be willing to put a bounty on this for you @cecio if you would like. Just let me know what site would prefer to have it placed on.

@cecio
Copy link
Owner

cecio commented May 14, 2024

thanks for your interest @markthwain1797 @wanderling

To be honest, I don't have too much time right now, so I don't think I'll be able to work on this in the short-mid term.

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

No branches or pull requests

5 participants