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

Someone has ported this to other boards? #54

Open
FabioM3 opened this issue Jul 31, 2024 · 6 comments
Open

Someone has ported this to other boards? #54

FabioM3 opened this issue Jul 31, 2024 · 6 comments

Comments

@FabioM3
Copy link

FabioM3 commented Jul 31, 2024

Hi, someone knows other boards that have this project ported to? STM32, ESP32, rp2040, etc.?

@AndunHH
Copy link
Owner

AndunHH commented Aug 1, 2024

There is a list of other known space mouse emulations near the bottom of the readme page.

There is one project with an esp32 listed, but it doesn't seem to come very far.... If you get to know such a project feel free to update the list.

Why do you want to use such a controller? Where is the benefit you are looking for? This pro micro is working and can handle the USB hid protocol and can be programmed in plattformio or Arduino ide. What feature are you looking for?

@FabioM3
Copy link
Author

FabioM3 commented Aug 1, 2024

Simple, I have other boards at hand and no atmega32u4! And this arduino bord is patetic expensive and hard to find. There are out there much more capable boards that are less than half the price.
But I will buy and use a atmega32u4 for now, maybe if future I try to port to other board.

@euzenlee
Copy link

This project requires 8 analog ports, other chips don't quite meet the requirements, do they?

@AndunHH
Copy link
Owner

AndunHH commented Sep 12, 2024

Yes, 8 analog inputs and the builtin usb endpoint support, which is offered by the atmega32u4 are a quite unique combination

@euzenlee
Copy link

euzenlee commented Sep 12, 2024

https://github.com/jfedor2/magellan-spacemouse
This project uses rp2040

@FabioM3
Copy link
Author

FabioM3 commented Sep 12, 2024

It's not so unique combination, and like the project with rp2040 shows, you can add ADCs... BUT good ADCs are needed... rp2040 have poor ADCs.
I wanted to port it to STM32, the perfect candidate for this, cheap, top ADCs, and have clones with USB-C but I have absolutely no time to do it now.

@AndunHH AndunHH mentioned this issue Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants