Questions tagged [interfacing]

69 questions
0
votes
3 answers

Can you interface directly with the ADB?

I have had no luck finding Drivers to my HTC Desire phone (not X, S or whatever, but the first HTC Desire), and I can't make it work with my laptop for Android App testing. I'd like to know if it's possible to somehow interface with the ADB directly…
OmniOwl
  • 5,477
  • 17
  • 67
  • 116
0
votes
1 answer

Fingerprint matching

I'm building a payroll system and would like to use fingerprint scanner to control time attendance. I was wondering how it would interface with java web app. Is there a way to get the log in real-time (when the user swipe the finger and matched)…
Smith
  • 1,431
  • 4
  • 18
  • 26
0
votes
1 answer

making a Java application synchronize the contacts on the PC, when an android phone is connected to it

I do not know how to start building upon this simple idea : When an android phone is connected to a PC, a Java application running on the PC detects the device and starts synchronizing the contacts in the android phone. Can anyone help me how do I…
Suhail Gupta
  • 22,386
  • 64
  • 200
  • 328
0
votes
2 answers

Can PHP can be use for building application like Kiosk Locker?

The php program should can control the locker to open or close by entering the correct credentials in kiosk application, seems like interfacing with hardware. Is this possible in php?
0
votes
1 answer

C++ Excel saving workbook

I'm creating an Excel chart using C++. Im having problem with saving workbook with few sheets. Here is my code: try { CoInitialize(NULL); Excel::_ApplicationPtr XL; XL.CreateInstance(L"Excel.Application"); XL->Visible=false; …
speedyTeh
  • 247
  • 1
  • 8
  • 22
-1
votes
1 answer

Controlling a robot from the web

I am trying to get an RPi3 robot to accept commands from both the Web and from a touchscreen/keyboard interface. I have a script that handles the keyboard and I am looking for that current script I have in Python to be expanded to accept real-time…
Ken Vida
  • 11
  • 1
-1
votes
1 answer

Android libgdx: NullPointerException on SQLiteOpenHelper database

I am trying to write a code in my game to save the score when the player dies. For that purpose I implemented an interface to use SQLiteOpenHelper (the interface is in the core project and the SQLiteOpenHelper is in the android project). For anyone…
MarcusF
  • 43
  • 7
-1
votes
1 answer

Arduino Interfacing with Magnetic Pickup

Currently I have a diesel engine with magnetic pickup attached to it. I want to use Arduino (Uno/Nano) to measure engine RPM. Magnetic Pickup Description: A magnetic pickup is installed over a gear, (most commonly the flywheel inside a vehicle’s…
Amr Sohil
  • 105
  • 2
  • 7
-2
votes
1 answer

controlling 3 input device by giving supply to either of the 2 pins

I have a motor edge mirror(car mirror). It has 3 inputs. If I connect any 2 pins of these 3 pins to 12 volt (500 mA) power supply it rotates in one direction and so on. I want to control that mirror with the help of voice commands. e.g. if I say…
neeteen09
  • 1
  • 3
1 2 3 4
5