nisargjhaveri / WirelessAndroidAutoDongle

Use Wireless Android Auto with a car that supports only wired Android Auto using a Raspberry Pi.
MIT License
318 stars 42 forks source link

Add ability to use with arduino nano 33 IoT #91

Closed L3Prichaun13 closed 3 months ago

L3Prichaun13 commented 3 months ago

I would like this project to be able to be installed onto an Arduino nano 33 IoT. What is needed in order to do this? I am a developer but the microcontroller arena is new to me. If anyone can assist with what is needed, I am ok with doing a lot of the leg work and can post the updates to this repo as well. Ultimately I would like this to become more portable to any microcontroller that meets the minimum requirements

admiralspeedy commented 3 months ago

Impossible, the CPU on that thing is way too weak to do anything close to this.

L3Prichaun13 commented 3 months ago

Thank you for looking at my issue and replying... If you don't mind, can you show me how you figured that out? I am not asking as to prove your right but rather so I can learn from this and learn how to figure this out on my own next time

On Sun, Mar 24, 2024, 12:34 PM admiralspeedy @.***> wrote:

Impossible, the CPU on that thing is way too weak to do anything close to this.

— Reply to this email directly, view it on GitHub https://github.com/nisargjhaveri/WirelessAndroidAutoDongle/issues/91#issuecomment-2016880742, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR6K5EGZYGBGBSJ7XEMDY6LYZ4FC3AVCNFSM6AAAAABFFDEQPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWHA4DANZUGI . You are receiving this because you authored the thread.Message ID: @.***>

admiralspeedy commented 3 months ago

It uses a 48 MHz SAMD21 as its main processor, with a separate chip for handling wireless connectivity.

It's meant for small and relatively simple IoT projects handling sensors, like alarm systems, and relaying that information wirelessly. It is not capable of running Linux (which is what this project runs in on a Pi).

L3Prichaun13 commented 3 months ago

Arduino is not capable of running this type of program...Not possible