Questions tagged [remote-control]

remote-control describes question about functionality to interact with services remotely across some communication channel.

In software development, remote-control describes functionality which allows to interact with services across some sort of communication channel.

The term originates from Remote control, but is not limited to one form of communication. It typically includes communication between separate systems, e.g. between two processes or between two different machines, where one participant performs the controlling role and the other is being controlled.

200 questions
0
votes
1 answer

using joystick on one raspberry pi to control input on second raspberry pi

I have a raspberry pi 4(let's call it server) that's operating servos and motors on a boat. I've managed to control the boat using another raspberry pi 4( let's call it client) and connect via SSH. First remote control was via touchscreen and gui…
0
votes
1 answer

Does anyone know the IR Pattern integer for Daikin air conditioner (I want to simulate on/off signal)

I was trying to build an android app to act like air conditioner remote control that can turn on and off my Daikin AC. Does anyone know where I can find the IR pattern code? I've done my research on internet for a whole day but I can't find any…
0
votes
1 answer

How do I decrypt arduino IR sendRC5()?

I am trying to make an arduino Uno and Mega communicate with each other over IR, but I am having trouble decrypting the output. Uno code: #include IRsend irsend; void setup() { // put your setup code here, to run once: } void loop()…
ssddf
  • 21
  • 6
0
votes
1 answer

How to control EM Test Equipment remotely?

I am trying to control EM Test Equipment (AutoWave, PFM200, VDS200Q) remotely. I have received LabVIEW and C# driver for that from the manufacturer and I have also read the manual. As I have never done similar work and automatic tests before, can…
Tom
  • 3
  • 1
0
votes
1 answer

Making a Bluetooth speaker with playback controls connected to phone

I am recently working on a project. The idea is to make a Bluetooth speaker which has playback controls like pause,play, next song on the speaker itself. The speaker is to be connected to the mobile phone via Bluetooth. Ultimately i wanted to…
0
votes
1 answer

WiFi Communication C# and ESP8266

I'm working on a project and am looking for a way to connect with ESP8266 via WiFi module on ESP8266. I have to build use this method, through the windows desktop I can control the movement of robot. From C# to ESP just like remote control project.…
Adeline
  • 1
  • 1
0
votes
1 answer

Canon EDSDK 13.11.10 not saving to host PC

I'm in the process of implementing a remote camera control app with Canons EDSDK. My camera is a Canon PowerShot SX 70 HS. So far everything seems to work, except for the functionality to save the taken picture to the host-PC. My understanding of…
Tim Hilt
  • 605
  • 5
  • 23
0
votes
1 answer

Is there a way to control my iOS app using the Apple Remote?

I think the title of this question is sufficient. But, just in case there are doubts about what an Apple Remote is, click here.
Jacob M. Barnard
  • 1,347
  • 1
  • 10
  • 24
0
votes
0 answers

IR remote control interfacing PIC16f877a

I have TSOP1738 and PIC16f887a, 4mH. I want to do something which is: if I push button '2', led1 should work. if I push button '4', led2 should work. I just simply thought a method but couldn't succeed. I found my remote controller buttons'…
Berke
  • 1
  • 2
0
votes
0 answers

events from remote control in webbrowser

I have written a html+css+javascript application, which simulates a presentation software (like powerpoint, keynote, prezi or similar), because I wanted to create some custom effects that are hard to create in such tools. When I use Powerpoint (on…
Hubert Schölnast
  • 8,341
  • 9
  • 39
  • 76
0
votes
1 answer

Android controlled raspberry car

I have a project for uni which consists in a remote controlled raspberry pi car. All the hardware is on point, I only need a way to control the car. I tried controlling it by running a local site on the raspberry using python and flask which has…
0
votes
1 answer

How to Focus Button on press top bottom left rigth key in HTML?

How to Focus Button on press top bottom left right key in HTML? I want to write Web App. I want to the Web App can run on smart TV and any device. They maybe only use controller. But, I try controller control my Web App. The controller top bottom…
iHad 169
  • 1,267
  • 1
  • 10
  • 16
0
votes
1 answer

How to obtain remote acess at an vmware machine

I have 2 vmware machines and i want to acess them from another pc from another network. You can teal me what software i have to install to achive remote control on this 2 vmware machines? This 2 vmware machines run under vmware workstation 15 pro.
0
votes
1 answer

Debugging an Application by using a remote phone

Is there a way to debug my android app on a remote phone? For example if there is a program supports accessing remote computer's USB device so I can debug my app on a device connected to this computer? Or if there is an android application which…
Akef
  • 339
  • 3
  • 13
0
votes
1 answer

Controlling 2 computers, 1 screen, 1 keyboard and 1 mouse

I have 2 computers - Mac and Windows, and I want to use only 1 screen, 1 mouse and 1 keyboard. I've heard about application named Synergy but I think it only for 2 screens. Any 1 know how can I achieve this? Thanks.
ofirbt
  • 1,846
  • 7
  • 26
  • 41