The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
10 views

magnetic absolut shaft encoder calibration

I have an absolute magnetic shaft encoder. I want to use it in order get the azimuth angle of that a motor. I want get values from the encoder but I want to know it is aligned to the magnetic north or ...
1
vote
1answer
36 views

Magnetic stripe reading using PHP? [closed]

I want to write a web application in PHP to capture the contents of a magnetic stripe card with a card reader attached to the USB or COM port of the PC. Are there any libraries or anything available ...
0
votes
0answers
38 views

How to lock a web page on computer screen?

Here is my question, There are couple of computers in our company store having in built Magnetic card readers, they want to create system where user can login into the computer using MSR cards without ...
1
vote
1answer
530 views

Convert magnetic field X, Y, Z values from device into global reference frame

When you use TYPE_MAGNETOMETER sensor, you get X, Y, Z values of magnetic field strength in relation to the device orientation. What I want to get is to convert these values into global reference ...
0
votes
0answers
61 views

Actionscript-create grid made of objects held in place by 'magnetic force'

I have a static grid composed of spheres. I want to make the spheres in the grid behave as though they were held in a force field, so a user can 'poke a hole' in the grid, displace the spheres but ...
1
vote
1answer
137 views

magnetic effect in scrollView

I am displaying a series of images in a (vertical) ScrollView. The idea is that it resembles some kind of thumbwheel. I would like to have the scrollView "stop" or "click" at certain intervals, like ...
1
vote
1answer
99 views

Read Magnetic Swipe in Background with Python

I have a magnetic card reader that is USB. When swiped it will dump the value of the card as a string wherever the cursor is blinking. I want to be able to poll and capture the swipe without having to ...
0
votes
1answer
223 views

Convert Google Maps north to Magnetic north

I'm building a Django site connected to an android app. The android part is a navigator, and the site permits to build your own maps using images. During the construction of these maps, user can set ...
0
votes
1answer
367 views

How PEX protocol (Magnetic links) finds it first IP?

I'm trying to understand how can a magnetic link work, as I've read they use DHT and PEX to get the peers, but if I'm a new node in the network how can I find peers with only the hash of the file?! ...
1
vote
2answers
770 views

Compute rotation matrix using the magnetic field

In get rotation matrix value it contains public static boolean getRotationMatrix (float[] R, float[] I, float[] gravity, float[] geomagnetic) Here how can i calculate the float[] gravity? I found a ...
0
votes
1answer
113 views

What is the reference magnetic field of my iPhone user's location?

I've been told that Apple ported the World Magnetic Model into their iOS. The model itself comes from the National Geophysical Data Center, and on their website you can enter your coordinates to get ...
0
votes
1answer
206 views

Does RFID interfere with NFC [closed]

i have a small question about interference. Do active RFID (860 MHz) interfere with NFC cards (13.56 Mhz) when placed on top of eachother? (NFC above RFID tag for example). Thanks!
1
vote
4answers
405 views

Is it possible to acquire less than a degree accuracy in iOS compass heading?

Basically I want to know the direction iPhone is pointing with high precision, I tried CLLocationManager: the problem is the CLHeading.magneticHeading returns a double for example 36.44323 but then ...
0
votes
1answer
663 views

MagneticField property of CMDeviceMotion incorrect?

I have been experimenting with CMDeviceMotion, and especially with startDeviceMotionUpdatesUsingReferenceFrame. The magneticField values in that don't seem correct to me. For example, if I do: ...
0
votes
1answer
183 views

How to calibrate the magnetics sensors?

I wrote a "compass" application to show the result of the measure of the magnetics sensors. It works pretty well, but a function is missing : I dont know how to calibrate the sensors. I haven't found ...
1
vote
1answer
452 views

Android - Getting Voltage from Magnetic Sensors

This is most likely a very dumb question, so my apologies in advance. I have a potential client that has had others make the claim that the values we receive from certain Android devices' magnetic ...
8
votes
2answers
349 views

How can I simulate repulsion between multiple point charges (ball bearings) in Mathematica?

I'm trying to write a program in Mathematica that will simulate the way charged ball bearings spread out when they are charged with like charges (they repel each other). My program so far keeps the ...
1
vote
1answer
486 views

Android getRotationMatrix giving 0 for all values

I'm trying to use Magnetic Field and Accelerometer to calculate Orientation. However, the calculated Az, Pitch and Roll are 0. Here's the code: public void onSensorChanged(SensorEvent event) { // ...
0
votes
2answers
142 views

How input string is represented in magnetic tapes?

I know that in turing machines, the (different) tapes are used for both input and output and for stack too. In a problem of adding 2 numbers using turing machine, the input is dealing with many ...
4
votes
2answers
530 views

Magnetic declination in JavaScript / Google Maps

In the context of a Google Map Javascript application, what is the best way to get the magnetic declination for a certain Lat/Lon? There seems to be no "easy" algorithm for that in JS, or am I ...
4
votes
1answer
1k views

Using magnetic sensor

I want to get the three coordinates values of the magnetic field measured by the sensor of my phone. For this, I get a handle to the SensorManager by using ...
0
votes
2answers
391 views

Simulating physics electro magnetism for a gaming application

I am interested to know the steps involved and any important references required to simulate the following model which I wanted to develop out of my own interest. I wanted to work with some physics ...
4
votes
2answers
7k views

mobile phone sensors!

After some hours of searching I'm so confused, so I'll tell now what I learned, so please correct me if I was wrong : Light Sensor: surrounding light Magnetic Sensor: I can get the north location. ...
3
votes
1answer
3k views

getting info from magnetic sensors

I'm listening for sensor values, and getting them OK in my handler with if (event.sensor.getType() == Sensor.TYPE_MAGNETIC_FIELD) { for (i=0;i<3; i++) mag[i] = event.values[i]; The ...
0
votes
1answer
180 views

Android Magnetic windshield mount

Could you help me, please? I want to mount my Droid in magnetic windshield mount. How could I check programatically that Droid is mounted?
-1
votes
3answers
139 views

magnetic tapes and banks

Magnetic tapes are still used in banking sector (I think, correct me If I am wrong). What is the main reason? Regards
0
votes
2answers
747 views

Communicating with a MW-3170 magnetic card reader

One of our customers has asked if we can interface with a serial magnetic card reader/encoder from a old EPOS system. The device has no make only the MW-3170 model number. Does anybody know how I ...
4
votes
2answers
699 views

Storage capacity for a magnetic swipe card

Any idea regarding the usual storage capacity of a magnetic swipe card ( like the ones that are used in ATM's ) ? (PS : Tried googling but didn't get anything satisfactory and point on)
1
vote
4answers
139 views

Ubiquitous computing and magnetic interference

Imagine the radio of a car, does the electro magnetic fields through which the car goes through, have interference in the processing? It's easy to understand that a strong field can corrupt data. But ...