This blog post covers the technical specifications and application of the sensor module
For probe-style variants, the effective sensing depth is approximately Sensitivity: yl-105 datasheet
Note: Pins 2 and 3 are often interchangeable. Some variations label them simply as two data outputs. You usually only need to connect one DATA pin to your microcontroller. This blog post covers the technical specifications and
The YL-105 is a compact electromagnetic relay that is used to control the flow of electrical current in industrial control systems, power supplies, and other applications. The YL-105 is a compact electromagnetic relay that
If you can describe or upload a picture (though I can't see it), or answer these questions, I can give you a :
| Condition | Digital Output (DO) | |-----------|---------------------| | No magnetic field (or very weak) | Logic HIGH (VCC) | | Strong magnetic field (south pole) | Logic LOW (0V) |
if (value == 0) Serial.print("Unknown encoding"); else Serial.print("Received: "); Serial.print( mySwitch.getReceivedValue() ); Serial.print(" / Bits: "); Serial.print( mySwitch.getReceivedBitlength() ); Serial.print(" / Protocol: "); Serial.println( mySwitch.getReceivedProtocol() );