All Questions
Tagged with raspberry-pi3 android-things
162
questions
1
vote
2
answers
207
views
Android Things console will be turned down for all existing projects on January 5, 2022
Android Things posted this:
The Android Things console will stop supporting new projects on January 5, 2021, and will be turned down for all existing projects on January 5, 2022."
We are using ...
0
votes
2
answers
479
views
Error when Downloading Android Things image for Raspberry Pi 3
I am trying to download an Android Things image for Raspberry Pi 3 and I get this 403 Forbidden error. What can I do?
What do you want to do?
1 - Install Android Things and optionally set up Wi-Fi
2 - ...
0
votes
1
answer
296
views
Raspberry Pi 3 Model B (Android things OS) Error: Failed to open /dev/ttyAMA0: No such file or directory
I am a beginner in Android and testing Android code in which I am receiving and sending data through UART communication.
Hardware for communication- MAX232 device which is connected to Raspberry Pi3 ...
0
votes
0
answers
193
views
Is it possible to run AndroidThings on Raspberry Pi 3 Model B+
Im wondering if it is possible to run AndroidThings on a Raspberry Pi 3 Model B+
Ive been following this tutorial :
Android Things - LED Blinker
It seems to state that Raspberry Pi 3 Model B is ...
1
vote
0
answers
47
views
Reset Raspberry Pi 3 Model B through code [duplicate]
Can it be possible to reset or restart RPI 3 Model B through code?
I am using OS - Android Things
0
votes
1
answer
69
views
Restart RPI 3 Model B Andoid Things remotely
I want to restart my raspberry pi 3 model B remotely. I am running Android Things OS on RPi.
Can anyone tell how can I do this?
4
votes
0
answers
825
views
Fail to find supported surface info - CameraId:null (CameraX) on android things
I have a raspberry pi 3 which is running android things on it. I have attached the camera, and I can also see the output in Peripherals -> Camera. I also want to get a preview of the camera and do ...
5
votes
4
answers
3k
views
Is there a way to access or control raspberry pi GPIO pins using flutter app running on android things?
I am trying to build a project based on IoT with flutter, android things, and raspberry pi. For that, I need to access raspberry pi GPIO pins through my flutter app.
Firstly I have installed android ...
1
vote
1
answer
487
views
MPPT 751 15 connect via VE.Direct to Raspberry Pi 3 (Android of Things) but data is unreadable
In the buffer i got values that can´t convert to text or hex, [98 63 65 -128 3 0 -94 ....]
Somebody knows some Java/Android reading example or results converter to text?
Thanks in advance.
while ((...
0
votes
0
answers
405
views
hasSystemFeature(PackageManager.FEATURE_CAMERA) return false on Android things?
On Android things that is running on Raspberry-Pi
I tried to check if the camera available.. And it return false.
I use a camera device with a usb plug.(Camera has a usb port that can connect to the ...
2
votes
0
answers
703
views
Android Things disable mouse cursor in touch screen
I use a touch screen 5 inch(800*480) tft LCD HDMI with raspberry pi 3 ,
I use this driver.
The touch driver works and emits points but shows the mouse cursor in the display. How so I disable the mouse ...
-1
votes
1
answer
303
views
Can't use Serial debug console on Raspberry pi 3B Android Things
I am trying to connect my Raspberry pi 3B which has Android Things installed to my PC using the Serial debug cable. I connected it as instructed Here and followed the below steps using PUTTY on ...
0
votes
1
answer
621
views
when tensorflow-demo(detectorActivity) is implemented in android things, it says "session 0: failed to create capture session; configuration failed"
ive been trying to implement the tensorflow-demo detectoractivity in android things but black screen just appears. here is the logcat
2019-04-24 13:55:00.735 5046-5046/org.tensorflow.demo I/...
0
votes
1
answer
258
views
Is it possible to have voice recognition run in background of all apps
Is it possible to add a service to an app being launched by packagemanager? I am using the following code to launch an app
Intent p;
PackageManager manager = getPackageManager();
...
0
votes
1
answer
304
views
Android Things with bindservice and kotlin - onResume and onPause Or Coroutines Or RxJava
In this project: https://github.com/neuberfran/SmartDrive5, file: ModoComFirebase.kt I have issue BCM18 is already in use by PID, Because this gpio was opened in DriverService.kt file before.
My ...