B4A Question How to make IR remote control app for tv? - amorosik    Jan 11, 2023 How to make a tv/sat remote control with this smartphone IR adapter? I mean, how to drive the smartphone audio output, so that it is compatible with the protocol used by remote controls to send commands from the remote control to the TV?... B4A Question Bluetooth IR or WiFi IR - Help - Robert Valentino    Dec 4, 2018 I am using a Samsung tablet (only has 1 usb port - which I need for charging, one headphone out which I use to connect to my AMP)
So it appears I only have Bluetooth to use to send IR codes
My music program needs to send IR to my AMP to turn it on and put it in the right mode for playing music (select the right inputs, set the volume)
ALL the Bluetooth IR senders I have looked at what you to... B4A Question LG IR - Kevin    Aug 22, 2013 I downloaded the LG IR SDK and tried using the B4A Lib Gen to create a shell B4A library but I suspect already that this isn't going to work. For starters, the sample code shows it sending IR by using "mIR.sendIR", but there is no SendIR method in the converted library. I had hoped I understood enough about this stuff to attempt my own library but I guess not. BTW, if anyone has an LG phone/tab with built-in IR, it would be nice to have a tester once something is functional... B4A Library IR Remote RGB Controller for SMD3528/5050/5730/5630/3014 RGB LED Strip Lights - Johan Schoeman    Jan 6, 2018   (9 reactions) This project is a replacement for the IR remote control for the SMD3528/5050/5730/5630/3014 RGB LED Strip Lights (see here). Your device needs to support an IR Blaster (such as Samsung S4 mini). 63466 Found the hex codes here: https://github.com/z3t0/Arduino-IRremote/issues/280 I have added 1 x.../AndroidInfrared Have tested it with a device that supports an IR Blaster and it is working 100%... scale_text ph.KeepAlive(True) Log(ssstv.hasIrEmitter) End Sub Sub Activity_Pause (UserClosed... B4A Library IR Control for Samsung Smart TV - Johan Schoeman    Nov 4, 2017   (9 reactions) The attached project is based on this b4a library and project that I have posted before. It is an IR remote control for a Samsung Smart TV. Your device needs to support and IR blaster to make use... B4A Library MultiChoice IR controller for DSTV Explora - Johan Schoeman    Jul 30, 2017   (12 reactions) If you live is the Southern African region and have access to MultiChoice's DSTV channels and have a device that supports an IR blaster (such as my Samsung S4 mini) then you can control your DSTV... B4A Library General IR Remote - Johan Schoeman    Mar 4, 2017   (15 reactions) support an IR Blaster
Also posting the B4A library files (GeneralIRcontrol.zip).Extract the jar and....permission.TRANSMIT_IR
You can try this to see if it will switch On/Off a Samsung TV
Frequency... B4A Library IR Blaster - MultiChoice DSTV PVR Remote Control - Johan Schoeman    Feb 6, 2017   (12 reactions) permission to the manifest:
@Permissions(values={"android.permission.TRANSMIT_IR"})
Sample...)
updateSelectedManufacturer (manny As String)
Permissions:
android.permission.TRANSMIT_IR
52594... B4A Question Usb IrDa Dongle implement Idea - CorryWestSide    Dec 17, 2024 Hi, with this post i wanna ask you if theres is a way to implement a Usb IrDa Dongle device comunication. Actually my idea is very simple, make an app that uses the USB connection with InfraRed Tecnology for communicate with a my vending machine port for recover sales data and then analys the current file. But actually i just wanna know if i can implement the connection with a Usb IrDa Dongle device comunication.... B4A Question Can we use Mobile's camera as IR decoder ( receiver ) - personalapps (first post)    Oct 27, 2024
Dear all
Greetings,
There is any way to make IR receiver using built-in camera of mobile instead of using external HW (IR receiver + AVR say)
I hope that app built with B4A + built-in camera
Thanks on advance.
Best regards
In xiomi mobiles, there is option to transmit IR but not receive IR .In... Page: 1   2   3   4   5   6   7   |