Skip to main content

All Questions

1 vote
1 answer
754 views

Using Raspberry Pi Display on CM3 with Android Things

I'm developing an app on Raspberry Pi 3 using Android Things as OS. I started using the normal Raspberry Pi 3 with the official touch screen. Everything worked fine, so I tried the same setup on the ...
tonimoeckel's user avatar
1 vote
1 answer
1k views

Issues communicating with UART header on Android Things Developer Preview 5 (RPI3)

I am attempting to communicate with a Pi header using Android Things Developer Preview 5. Below is the class I have created to communicate with the header as per the official Android Things ...
Nisarga Patel's user avatar
2 votes
1 answer
2k views

How to enable second SPI channel of Raspberry Pi 3 on Android Things?

I'm trying to get second SPI channel spidev1.x by adding the code below into config.txt on Raspberry Pi 3. dtparam=spi=on dtoverlay=spi0-hw-cs dtoverlay=spi1-1cs So far I get spidev0.x under folder /...
ierturk's user avatar
  • 462