Skip to main content

Questions tagged [android]

For questions about communication or data transfer between Arduino and Android devices. General Android questions can be asked on Android.SE.

Filter by
Sorted by
Tagged with
-1 votes
2 answers
331 views

My robot car won’t respond to my command. The code below worked before however, this time there is no response. I’ve tried experimenting with the code in the first while loop. I’ve tried different ...
user17247218's user avatar
1 vote
0 answers
46 views

I am trying to build an ACC device. when a button is pressed the changes should be made via android accessibility mode. I am using arduino nano, and I don't know how to control android using arduino.
Mubeena Kabeer's user avatar
1 vote
0 answers
1k views

I have been going through a tutorial about this, based on the example code for the "BTLE" Arduino Library. This is my program: #include <SPI.h> #include <RF24.h> #include <...
Thomas Hirsch's user avatar
1 vote
1 answer
547 views

In my project I am using 3 sensors. I am sending a regular stream of sensors data to Bluetooth module but now I want to send data in form of packet (which may be 30 bytes or 40 bytes of size) in ...
Namra Noor's user avatar
0 votes
1 answer
3k views

I see a lot of baud rates in the AT Command documentation for the HC05 however I am not sure what is the fastest that can work between the Arduino controlled embedded system and the Android phone. I ...
Alick Campbell's user avatar
1 vote
0 answers
82 views

I have a term project: I need to develop a mobile game(Guitar Hero Like rhythm game) probably on Unity and I need to develop a custom controller for this game that works on android device. There will ...
Levent Kaya's user avatar
1 vote
0 answers
245 views

I have a project that I need to make a game(guitar hero like rhythm game) on unity for android and develop a custom controller for it that works on mobile game. I decide to use Arduino and hc05 module ...
Levent Kaya's user avatar
1 vote
0 answers
1k views

For the initial settings of WiFi cerdentials and configuration on a standalone device (ESP32), I try to implement a captive portal using the CaptivePortal example for ESP32 DNSServer (see original ...
ridgy's user avatar
  • 181
3 votes
0 answers
2k views

I have developed an application on Android, which connects to a Bluetooth HM10, launches commands, and turns LEDs on and off through my Arduino. All of this works properly. So, I want to make ...
Javier's user avatar
  • 141
0 votes
1 answer
143 views

I don't know whether this is possible or not but is there any way that I can run something similar to Android on a normal TFT. I want to make complex graphics but can't program those complex programs ...
DragonflyRobotics's user avatar
1 vote
1 answer
262 views

I have programmed a client-server between an Arduino and my mobile app in Android. I´m using a buetooth HC-06. For the moment is a very basic code just to turn ON/OFF a led, regulate its voltage, and ...
PartnerTech's user avatar
-1 votes
1 answer
248 views

I'm new to Arduino and try to accomplish following 2 things (via Bluetooth module connected to an Android phone): read an integer value provided by user. obtain current time from the phone (the ...
user1876484's user avatar
1 vote
1 answer
2k views

I have HM-10 BLE controller and it is not responding to some AT commands which I need to use. AT commands which don't work: AT+TYPE2 returns +TYPE=0 AT+VERR? not responding AT+VERS? not responding ...
Martin's user avatar
  • 123
1 vote
1 answer
218 views

my question is, how can I receive 3 integer values in Arduino, which I send from my android phone. I send all 3 values at the same time and I also need to read them in about the same time. I hope you ...
Bernd's user avatar
  • 11
-1 votes
1 answer
561 views

How can i convert file .ino to hex file so that i can compile new sketch via bluetooth. Can you help me to figure out the way to do this? thanks for helping
Tuấn Nguyễn's user avatar
1 vote
0 answers
692 views

I have an ESP8266 which I'm using the Arduino IDE to compile a program which uses soft access points to talk to an Android App compiled using MIT App Inventor. The app seems to work the first couple ...
SpaceCowboy's user avatar
0 votes
1 answer
2k views

I´m using public abstract void write(int b) throws IOException; from class OutputStream on Android Studio to sent Integer (degrees from 0 to 360) to the Serial Port of my Arduino over HC06 Bluetooth ...
Corazon's user avatar
1 vote
0 answers
68 views

I am new to arduino and am trying to connect the esp8266 to arduino UNO and send commands to the arduino using an android phone. I have double, triple checked the connections and I am sure they are ...
Ali Khalili's user avatar
1 vote
0 answers
966 views

I have a simple script that listens on pin 0 for input, and if it gets anything, it Serial.prints it. But I cannot make sense of the results. I have a basic app that sends text over Bluetooth (in the ...
Levi Lesches's user avatar
6 votes
1 answer
5k views

TL, DR : What is the method (in terms of sensors and algorithm) to get the roll, pitch angles of an aircraft at any instant? I am planning to build a hobby aircraft. I am so confused about which kind ...
muyustan's user avatar
  • 175
1 vote
0 answers
561 views

I've searched this and have only found solutions for receiving data FROM Arduino TO android, I need the opposite. I basically need to figure out how to press a button from my android phone that will ...
Couch Mango's user avatar
1 vote
1 answer
519 views

I'd like to get a word of advice regarding the subject. Basically there's a COM port based device which I need to connect to an Android tablet via USB. The tablet will be exchanging data packages with ...
Ivan's user avatar
  • 125
1 vote
1 answer
740 views

I have been looking through StackExchange, and searching on the web and cannot find an answer to my issue. Setup: Arduino Nano 168 HC-05 VERSION:3.0-20170601 I am trying to connect my Android phone ...
Chris Wren's user avatar
1 vote
1 answer
2k views

I hope I am posting this question in the right section. I am making a Smart Home Project for my college semester finals. I am using an Atmega328p microcontroller along with an ESP8266 (Esp 01). The ...
user151016's user avatar
1 vote
0 answers
465 views

I am totally beginner but I am trying to finish my project as school work :-( but from the beginning, I am really stuck. Could anyone help me out? #include <SoftwareSerial.h> SoftwareSerial ...
Amber Choi's user avatar
0 votes
1 answer
365 views

I want to create a small device, just a button that sends its status to an Android application through Bluetooth. I bought a Bluno Beetle, but the information it exposes to Bluetooth cannot be ...
Grefu's user avatar
  • 1
0 votes
1 answer
414 views

I am thinking about a project, but I will need let's say two Arduino Uno. I can see that we can just use different USB ports on a PC, but what about an Android device? I want to "run commands" from ...
Кристиян Илиев's user avatar
1 vote
2 answers
2k views

I can receive serial data from my phone but I can't send serial data to the arduino using bluetooth. I can see my input from serial monitor to my Android but not the other way. I'm using ARF7044A ...
Hanafi Mokhri's user avatar
1 vote
1 answer
131 views

I am writing a speedo/odometer program which was all working beautifully until I introduced an LCD screen and code for the LCD. The screen works on power up, displays the distance recorded on an SD ...
user4163554's user avatar
1 vote
1 answer
244 views

Sorry for doing this, I really don't know where to post beacuse this is both Android Studio code and Arduino code so I've posted to both sites. I want to create a project of using controlling pan-...
Wyeth Gamba's user avatar
0 votes
2 answers
8k views

I'm trying to receive data and print it on a label of my application, but I can not get it. Actually, I have 0 experience with Arduino. It's the first time I see this. I read this tutorial to receive ...
TwoDent's user avatar
  • 111
2 votes
1 answer
65 views

So whenever my phone gets close, and it connects to the Hc-05, the Arduino changes a variable? I want to avoid the use of apps, where the user has to do anything after first time connecting. The ...
Oliver's user avatar
  • 23
1 vote
1 answer
263 views

I am new to arduino, and based on my search, it is possible to connect Android devices and Arduino board thru bluetooth module. But most solutions i found are either for controlling Arduino board ...
Yulong's user avatar
  • 111
2 votes
0 answers
2k views

I'm struggling to send data strictly from my arduino UNO to an android app using bluetooth module HC 05. I am able to send/receive using 1) the serial monitor in arduino IDE and 2) Bluetooth Chat ...
pmcg521's user avatar
  • 121
1 vote
2 answers
329 views

I have a code which make some calculations using sensor values and provide two comma separated values. float x;// initialization float y;// initialization //some calculations here using sensor values ...
Dineth's user avatar
  • 11
0 votes
1 answer
1k views

I'm currently getting inconsistent data from the accelerometer of my Adafruit LSM9DS1. To be more precise I either get a value close to the correct gravity (eg. 9.496515) or some reading like it was ...
Roberto Leinardi's user avatar
0 votes
1 answer
259 views

How will I make Arduino with GPS communicate with an Android app? I just need this for my school project.
user40184's user avatar
1 vote
2 answers
18k views

#include <SoftwareSerial.h> SoftwareSerial BTSerial(10, 11); // RX | TX void setup() { pinMode(9, OUTPUT); // this pin will pull the HC-05 pin 34 (key pin) HIGH to switch module to AT mode ...
twinkle patidar's user avatar
0 votes
2 answers
1k views

I have been creating the example for bluetooth communication with arduino with hc_05 Problem I am facing are below. String statuss= "1.00,2.00,3.00"; bluetooth.print(statuss); Serial.print(statuss); ...
twinkle patidar's user avatar
-1 votes
2 answers
264 views

I want to make Arduino to stream video by camera thru bluetooth to android. Is Arduino powerfull enough to stream it without lag(Sorry if the question is stupid) Are there any good cameras, I have ...
Daniel Gudjenev's user avatar
1 vote
2 answers
1k views

Currently, I have an Arduino Uno set up, with a HC-SRO4 ultrasonic sensor printing distances of objects in front of it on a scale from 1-15 to the serial monitor. I want to attach the HC-05 bluetooth ...
Sanjiv Prasad's user avatar
2 votes
0 answers
473 views

Am working on a wearable using Arduino Micro and I am thinking it would be cool if I can trigger some events in my smartphone using Arduino. Say for example a button press in my wearable should ...
Frank Donald's user avatar
1 vote
2 answers
18k views

I have looked on google for an answer to my problems to no avail. The you tube video I am following is here: https://www.youtube.com/watch?v=f1v0IMegCvU So basically on my android, I can't see the HC-...
Bob G.'s user avatar
  • 86
7 votes
3 answers
15k views

I have this breadboard, and there is no indication on it about what is positive/negative on it. In comparison, this other breadboard (pic from the internet) DOES have indications: Can anyone give me ...
N Sharma's user avatar
  • 355
0 votes
2 answers
251 views

I am having no issues talking to Android at baud rate of 9600. But once I raise the baud rate to anything higher Android seems to become deaf. When I try to read the Serial output using putty all ...
Jaroslav Záruba's user avatar
1 vote
1 answer
7k views

I want to Control Android Mobile Camera shutter using Arduino over Bluetooth. So i can click photos using arduino. I have HC-05 Bluetooth Module and Arduino Nano/Arduino leonardo. The Connection as ...
ANKIT JAIN's user avatar
0 votes
1 answer
617 views

I am using a 9-axis accelerator on an Arduino Uno (Atmega 328P processor) with a BLE Nordic rRF8001 chipset. I am trying to send the accelerometer data via bluetooth to a smart phone (android). The ...
K. B's user avatar
  • 3
1 vote
1 answer
254 views

I am working on a bike protection project that is supposed to be part of my CS syllabus. Although I got most of the things worked out, there is one thing that bugs me; that is to how to stop a moving ...
user avatar
4 votes
1 answer
1k views

I have a GSM/GPRS shield for Arduino. It uses a SIM800 from SIMCOM. I've done several projects using it. Previously I used to send SMS from the same module. which were delivered appropriately. Since ...
Gaurav Mishra's user avatar
0 votes
1 answer
251 views

I have an Arduino Mega 2560 and a BLE Shield v 2.1 from RedBearLab. When I try to connect it through Bluetooth from my laptop to 'BLE Shield', it says 'Connected!'. When I try from a Windows phone, it ...
Newbie's user avatar
  • 1