Breazile / MandoPuter

Electronics to drive a Mandalorian gauntlet
MIT License
41 stars 9 forks source link

Support for Feather 32U4 WITH RFM69 #8

Closed dannyc09 closed 1 year ago

dannyc09 commented 1 year ago

Is your feature request related to a problem? Please describe. I'm hoping this set up can be used with a different feather rather than the m4 express. I have the 32U4 WITH RFM69 left over from another project. Describe the solution you'd like Set up for use with feather 32U4 WITH RFM69.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Breazile commented 1 year ago

I don't think that feather would work because of the RAM and flash size. The CPU is also only 8 MHz compared to 120 MHz in the M4. Hold tight though because I'm in the process of updating the code and supporting more boards. I'll have all of the details posted up before the end of the month.

dannyc09 commented 1 year ago

Amazing, thank you!

Breazile commented 1 year ago

The updates are posted new, let me know if you have any suggestions

dannyc09 commented 1 year ago

The one thing I have noticed is that the 0.96" LCD is now no longer listed.

Will this still work on a 0.96" screen?

Breazile commented 1 year ago

Which 0.96" are you using? This one? https://www.adafruit.com/product/3533 Also, which controller board?

I can add display support, but removed many of them for now.

dannyc09 commented 1 year ago

Yeah I'm using that one with the itsybitsy rp2040.

Breazile commented 1 year ago

I'll add the code there and the wiring is the same. The resolution is low compared to the other displays so it will need new fonts

dannyc09 commented 1 year ago

That's great, thank you. I'll give it a try tonight!

Breazile commented 1 year ago

Give this a try

https://github.com/Breazile/MandoPuter/blob/master/Releases/ItsyBitsyRP2040-096.zip

dannyc09 commented 1 year ago

Absolutely perfect.

Thank you so much for helping with this and for your amazingly speedy response.

This set up is fantastic!