ijourneaux:
That label is known to be in error on some of the strips so I don’t think it really matters,
Well that's interesting and it indicates that the sensor is bipolar vs unipolar. That makes me wonder why they bothered w/the label ??
In any case I was going to propose the following; that you build up 1 testbed (teststone, testrock ?) from readily available parts to first serve as a measurement tool and a place to test code. The tool will measure the strips magnetic field, strength and spatial extent and polarity(ies). It could also be used to measure the background magnetic environment at different venues. That data can be used to choose the proper sensor or come up w/a signature to distinguish the hogline from background (to reduce FA’s). Secondly actual parts can be rotated into the testbed and verified to work as desired. Then I expect you’d want to make a custom PCB to conform to the interior of the handle, just like the existing e-handle, with all the “proper” components and w/high confidence it’ll work due to the prior testing.
Here’s a list of the major items;
- an Arduino pro micro 3.3v
https://www.sparkfun.com/products/12587
It’s small and should run on 2.5 - 5.5v. Perhaps overkill for your task but writing and testing code is simple.
https://www.sparkfun.com/products/12041
I like that this one runs on 1.8 - 5.5v and draw << 1 mA. The board is small too.
- a linear output, bipolar Hall effect sensor
http://www.digikey.com/product-detail/e … ND/4552949 (check out datasheet for package sizes)
It runs off 2.8 - 5v And outputs an analog voltage that goes up or down depending on the field polarity. Draws < 9mA (meh) but is cheap $s, small and available. It may not be the optimal sensor or the final choice but for a testbed … seems a good enough choice.
Now it’s my expectation to run the testbed off a single 3.6v Li battery, something like a CR123 (readily available, low $s, 1500 mAh and designed for 10-30 mA draw). It may be that not all of the above will fit internal to a Curlex handle. For the moment that’s OK, it’s only a testbed. I expect some changes btw now and the end, custom, product. It’s not for play. Like an A10, it’s ugly but all business.
If the above idea sounds good to you let me know. I’ll do up the electrical interconnects/wiring/design and detailed parts list (including LEDs, etc). I can do up some code. You’ll have to buy and assemble the testbed. And do the testing and post the data. We can come up w/a good test and development plan and analyze the data.
All leading to a final design, hardware and software*, that you can choose to implement. And on that note you should check into the legalities. Startco/Littelefuse may have a broad patent, that covers the concept of magnetic hogline detection. That may or may not prohibit you from selling your version … or even making your design freely accessible to potential customers of Startco/Littelefuse. Frankly I don’t know and leave that all upon you.
FWIW you’ll need this or another USB-TTL serial converter to program the above Arduino. An FTDI adapter cable costs about the same.
https://www.sparkfun.com/products/9873