Arduino UNO and the Google ADK – part III
Preparing the Arduino The Arduino firmware is a simple program receiving a toggle LED command from the connected Android device. Some parts are taken from the USB Host Shield 2.0 library.…
Preparing the Arduino The Arduino firmware is a simple program receiving a toggle LED command from the connected Android device. Some parts are taken from the USB Host Shield 2.0 library.…
Getting into detail The Android application is a simple demo that toggles a LED connected to the accessory (the Arduino UNO). The Android code can be found under the java directory…
This is the first post in a serie describing how to get started with the Google ADK using an Arduino UNO and the Circuits@Home USB host shield. The title of the post…
This is a small post on how to set up your Arduino development environment without using the crappy Arduino IDE. The setup uses an Arduino Uno. The current version of Ubuntu…
Introduction I've been using QtCreator for some time now, mostly for Qt projects, and I really like the environment. It's fast and have plenty of features for c/c++ development such…