Which is the best book tolearn anroid arduino9including taking data from inbuilt accelorometer)
Which is the best book tolearn anroid arduino9including taking data from inbuilt accelorometer)
This should be two separate things
Arduino is based on Atmel Micro-controllers and does not typically include an accelerometer. here you are buying into a hardware platform
Android is a complete operating system based on Linux and can run on many different hardware platforms, typically something like an Arm Cortex Microprocessor and is multitasking
the use and approach to programming for each is very different
This should be two separate things
Arduino is based on Atmel Micro-controllers and does not typically include an accelerometer. here you are buying into a hardware platform
Android is a complete operating system based on Linux and can run on many different hardware platforms, typically something like an Arm Cortex Microprocessor and is multitasking
the use and approach to programming for each is very different
Peter, I'musing the accelorometer from the android phone to control 2/1 motor/s and 4 servos(2 outputting the same value) and want to know a book regarding this programming.