Is there a way to have an AI program from your computer put on an Arduino and adapt to the motors, extra?
Is there a way to have an AI program from your computer put on an Arduino and adapt to the motors, extra?
No, the Arduino UNO(?) is not that much CPU power. A Raspberry Pi 2 could with quad core and 1 GB ram plus SD card for storage fits the AI scenario better.
Clem
PS element14support please move this to The specified item was not found. or The specified item was not found. Thanks
No, the Arduino UNO(?) is not that much CPU power. A Raspberry Pi 2 could with quad core and 1 GB ram plus SD card for storage fits the AI scenario better.
Clem
PS element14support please move this to The specified item was not found. or The specified item was not found. Thanks
I want to know a library that has AI capabilities
sorry a din not rad the whole thing. My Bad
Is there a way to increase the CPU on a Arduino Mega
With an external crystal, you can run 8 Mhz up to 16 Mhz. But these are 8 bit microcontrollers. Very good at I/O in real time, but poor at processor/memory intensive work like AI. Check out Making a simple AI on a Raspberry Pi computer
for some interesting work.
Cheers,
Clem
Thanks!!!