Possible to turn Android phone into Wii style remote?

AI Thread Summary
It is possible to turn an Android phone into a Wii-style remote by utilizing its gyroscope and accelerometer to control an Arduino-equipped motorized car. The Wireless IMU app is mentioned, but it primarily transmits data to Matlab, which the user is unfamiliar with. The user seeks guidance on transmitting accelerometer data via Bluetooth to the Arduino, emphasizing a beginner's level of knowledge in both Arduino and Matlab. AIDE is suggested as a development tool for creating quick Android apps without extensive setup, while alternatives like Processing IDE and Eclipse are also mentioned for more formal development. The user expresses eagerness to learn and explore these technologies further.
Nietzsche_Keen
Messages
12
Reaction score
2
I can find instructions and videos everyone for how to control a remote control car with buttons on a smartphone screen. However, what I'M hoping to do is control an arduino equipped motorized car using the gyroscope and accelerometer contained within the phone. I have found the Wireless IMU app, but from what I can tell, it seems to only transmit to Matlab.

My goal is to make a toy car for my son that he can control by moving the phone. If I could just figure out how to get the accelerometer and Z coordinates to transmit through bluetooth to the arduino.

Hopefully someone can help me out here. For the record, I'm totally unfamiliar at Matlab at this point. I'm only at a very beginner level with arduino as well. I'm doing this project to learn more about all of the above.
 
Engineering news on Phys.org
There's a development tool for Android called AIDE (android app store) where you can write java code on the phone. from there, you'll need to find how to read the accelerometer:

http://developer.android.com/guide/topics/sensors/sensors_overview.html

and then find the API for communicating with Bluetooth.

http://developer.android.com/guide/topics/connectivity/bluetooth.html

the AIDE page is here:

http://www.android-ide.com/

The AIDE is good for quick apps. You don't need to worry about some issues like a development environment on your PC with Java JDK, the Android SDK and how to access your phone in developer mode...

Alternatively you could look up the Processing IDE, follow some tutorials to connect it to the ADK and do your development on your PC.

However, the most formal and best way is the Eclipse based Android environment complete with debuggers... Its the environment most professionals will use.

Anyway, there are tutorials and books that will tell you everything you need to know to get started,
 
Thanks so much! I don't know what most of that stuff is, but I look forward to learning!
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...

Similar threads

Replies
6
Views
18K
Back
Top