Hello Everybody,
I want to discuss the feasibility of an ESD (Electrostatic Discharge) Personell Grounding Tester as seen in electronics manufacturing companies. I myself run a small company and would like to improve our in-house process. Currently all our staff have to test their wristband and their footwear with a grounding tester that beeps for "OK" and does nothing for "not OK". After that they sign themselves into a sheet of paper lying next to the station.
Our customers become ever more demanding and there are a bunch of really nice, but also really expensive solutions out on the market so I was wondering if we could rock this ourselves with an Arduino.
This is the procedure four our employees:
- User places Mifare RFID chip on device and gets recognized based on SQL query, Display output "Hello Dominik"
- User connects wristband and steps on footwear testing electrode and pushes button
- If ESD test is successful green LED lights up, high pitch buzzer sound and Display output "Test Passed", test values written to SQL table
- If ESD test is not successful red LED lights up, low pitch buzzer sound and Display output "Test Failed", test values written to SQL table
Guest Mode:
- User presses "Guest" button
- Display prompt one at a time for first name, last name, company and user puts in by regular usb keyboard and hits enter after each
- Test procedure same as in employee mode
- When test completed pint a label with name, company and "PASSED" with date on label printer such as Brother PT-P700
OK, so this is what I think we need for our shopping list:
- Arduino (which one is the right fit for this?)
- Wifi or Ethernet connection
- SQL or MySQL Server connection
- USB Keyboard input
- RFID Reader
- Buzzers, Buttons and LED
- Label Printer connection and ability to print, I have not found much on that topic ...
How would I go about testing the conductivity of the person pressing the button (conductive surface of button) to the footwear testing electrode? Also the conductivity of the wrist band would have to be tested.
Your input and ideas would be much appreciated!
Cheers,
Dominik
Info: this is also being discussed at Adafruit, I believe both Arduino Forums and Adafruit may give great input!