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.

-1 votes
2 answers
312 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
39 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
540 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
76 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
241 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
131 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
250 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
238 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
208 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
550 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

15 30 50 per page
1
2 3 4 5
7