I'm looking to create a program that captures readings from an EMF reader, specifically one used for ghost hunting, even though I don't necessarily believe in the paranormal. I don't have a specific EMF reader in mind yet, but I'm curious about how I can connect it to my PC and program it to display the readings. I'm not an expert in tech or coding—just a beginner who wants to learn and thought this project might be a great place to start! If anyone has insights or advice on how to set this up, I would really appreciate it.
1 Answer
To get your EMF reader to talk to your PC, you'll first need a way to connect the two. A simple solution is to use a microcontroller, like an Arduino, that can read the outputs from the EMF reader. You could wire it to the reader's LEDs and have the microcontroller send readings via USB, serial, or even Bluetooth. If you aren't familiar with microcontrollers, you'll need to learn a bit about basic electronics and coding in a language like Python or CircuitPython. If you're lucky, there might already be EMF readers that can connect directly to a PC without all the extra work!

Thank you this helped a lot! I'll definitely read up on this stuff more!