I know LIRC works on a Raspberry Pi, however, I want to know if LIRC will work with Google's Android Things. If not, I want to know is there is anyway to communicate with Infrared sensors and decode the infrared signal.
Android Things Infrared implementaton with LIRC
835 Views Asked by Andus At
1
There are 1 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in INFRARED
- irsend is not giving errors, but does not send signal on Raspbian
- Wiring Raspberry PI GPIO pins to a remote to simulate a button press?
- Normalization of Thermal image with range 0 to 40
- Kinect Infrared Camera Not working
- Decoding long Air Conditioner ir code
- Android programming remote control using IR
- Kinect - IR pattern looks different with Microsoft SDK than in real
- Emulation of an infrared input?
- is it possible to a read the code from an infrared remote controller using a digital camera?
- List of IR patterns/Codes and Device codes vs Device names
- Programming for the Apple infared remote controls
- IrDa API for Windows 7 x64
- What data to send using IR to control AC or TV using C#
- Image Alignment (RGB and Infrared)
- Infrared python
Related Questions in ANDROID-THINGS
- How do I connect my Raspberry Pi 3 running Android Things to a wifi network?
- Monitor not showing anything after connecting android things flashed image in Rashberry Pi
- How does Android Things handle long running background tasks?
- My Android Thing Raspberry Pi is throwing a javax.net.ssl.SSLException when sending request to Firebase Storage
- While I use Chinese in the Android Things the text becomes garbled
- Uart / GPS driver sample buffer overflow
- Android Things and Bluetooth
- Android Things on Raspberry pi 3 not connecting using ADB Connect command
- How to change the date on Android Things device?
- How to read analog data from GPIO, Android-things
- MqttException (0) - java.net.NoRouteToHostException on AndroidThings
- Connecting Raspberry Pi running Android Things to wifi
- Connecting Intel Edison running Android Things to the wifi
- Setting wifi ssid with a space in it
- Android Things Emulator
Related Questions in LIRC
- Connecting Amazon Alexa to web_lirc, best practice?
- Decoding long Air Conditioner ir code
- how to handle remote control with two alternating signals per button
- Where is LIRC 36 kHz modulation function?
- IR transmitter not working on Raspberry Pi
- How can I create an architecture dependant Debian package for my Python extension?
- Cron boot script only during certain times of the day
- Does xmp protocol for IR require special hardware support?
- Cannot send command IR with HotPI
- Android Things Infrared implementaton with LIRC
- Send a 64bit Infrared signal with android
- LIRC Python client bindings
- LIRC and audio bugging each other out on Raspbian
- Execute shell command on IR input on Raspberry Pi
- How do I create a LIRC configuration file?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Unfortunately seems not: there is no IrDA section in SDK Pripherial IO and max frequency of GPIO lines does not allow implement it via "bitbang" mode. But You can use Android Things board UART and IrDA protocol stack controllers like mcp2155 as in that project. Also that notes may be useful. When support of USB IrDA devices will be implemented in Android Things or the source code of Android Things becomes available, then you can use USB-IrDA dongles like that.