This is the system:
I need a simple way to pass a signal from the upper controller to the lower controller.
The whole purpose is to read an analog voltage, sample it, make statistics, and transfer to the second microcontroller an indication if the threshold has been passed or not.
- I can't use some Bluetooth/RF signals because of some medical issues.
- The upper microcontroller could be changed (I need something that knows to read the analog signal and do some measurement and statistics.)
- Please note that the distance is 5M and I can't increase the amount of wires because of mechanical considerations of the system (it's inside a closed arm this cable that should go through.)
- I thought of just taking out a GPIO but I'm afraid that the signal will be accompanied by noise and the other side will think it's a logical 1.
Considering the small amount of cables, what are recommended ways to do that?
Edit: need to use in this system only some cable, all the system contains evaluation boards, we havw no time to design custom board