Tagged Questions
0
votes
0answers
36 views
Most compatible Bluetooth modem to use with Arduino Uno R3?
I'm looking for a Bluetooth modem that can be connected with the Arduino Uno R3, and communicate with Android mobile device. I found one modem (the BlueSMiRF RP-SMA) but it was to expensive, and it ...
1
vote
1answer
35 views
USB interface to bluetooth interface for digital scale
I've got a situation where I need to communicate wirelessly between a bluetooth-enabled Android device and a digital scale which can be accessed digitally via USB.
While normally I would be happy to ...
1
vote
0answers
90 views
Raspberry Pi vs Arduino ADK (with phone tethering)
I was doing some research for my capstone project next year. Basically it is an autonomous rover, designed to scout out outdoor areas and send back video/pictures to a website.
So far, our initial ...
-5
votes
0answers
53 views
system architecture [closed]
hello im doing a home automation project that have this architecture:
android client communicating with a raspberry pi that contains a server for authentification, infromation gathering and request ...
2
votes
1answer
888 views
How can I send video from my Arduino camera module video to my Android screen?
I'm trying to connect a camera module to my Arduino Mega, connect my Mega to my Android phone (throught BlueTooth or other), and send the live view of the camera to the mobile phone.
I saw a video ...
1
vote
3answers
2k views
Simplest Way to Connect an Arduino to Android (Wirelessly)?
I want to control a simple Light on an Arduino from my Android. The Arduino I have down pat, no problem. However without using Bluetooth on my Android, whats the simplest way to actually connect it ...
1
vote
0answers
220 views
Arduino adk: how to play music [closed]
I am fairly new to electronics, and as a school project, I want to make my own Android dock to use with my Galaxy Nexus running Android 4.1.1.
I am looking at how to output music using an Arduino ...
0
votes
2answers
334 views
V-USB with ATtiny2313 to communicate with Android
How would one interface a ATtiny2313 with usb to communicate with a android device? I know it involves using V-USB, but how does the circuitry work? Am I supposed to connect certain pins on the ...
0
votes
2answers
497 views
Bluetooth module to have microcontroller communicate with Android phone?
Found couple of fairly inexpensive Bluetooth modules based on CSR chipset that do Bluetooth 2.1 + EDR, and connect to uC over TTL, however the cheaper variety supports only "slave mode", which the ...
1
vote
1answer
983 views
Can Original Arduino Mega 2560 Work with Google ADK?
Stupid question fellow Stack users...
Can I use Google's ADK on the original Arduino Mega 2560? From what I can tell, the main difference between the Mega2560 and the Arduino ADK is the addition of ...
0
votes
1answer
408 views
Arduino Mega ADK demo kit on Xoom and Nexus S
I have an Arduino Mega ADK board. I am trying to make the sample project that is distributed with the ADK, but I can's seem to get any devices to detect my board.
I have installed the firmware on ...
8
votes
6answers
3k views
Arduino or PIC microcontroller?
I was thinking of creating a surveillance mobile robot. And I am having a problem of choosing a PIC or a Arduino microcontroller. The surveillance mobile robot is controlled via wireless fidelity ...
3
votes
2answers
1k views
ATTiny85 and USB with Android?
I have developed an Android app which talks to an Arduino Mega through USB.
The C code is 1.8kb and will fit on an ATTiny85 chip in order to shrink the circuit to almost nothing. The problem is...
...
6
votes
1answer
711 views
Arduino ADK + Android LED blink example compiling errors
I'm trying to make a project using the Arduino ADK board and a Sony Ericsson Xperia Play running Android 2.3.4. For starters all I want to do is blink a LED from my Android device, using the nice ...
2
votes
2answers
1k views
Using the emulator with Android Open Accessory hardware
I have an Arduino + USB host shield. I would like to start developing with the Android Open Accessory Framework.
Can I connect my Arduino to the Android Emulator whilst developing? Or do I need to ...