Yl105 Datasheet

When selecting an alternative, pay close attention to shrink ratio, operating temperature range, and recovered wall thickness to ensure compatibility with your specific application.

#include #include #include // Initialize RF24 on pins 7 (CE) and 8 (CSN) RF24 radio(7, 8); // Set the address (pipe) for communication const byte address[6] = "00001"; void setup() radio.begin(); radio.openWritingPipe(address); radio.setPALevel(RF24_PA_LOW); // Can be RF24_PA_MIN, LOW, HIGH, MAX void loop() const char text[] = "Hello World!"; radio.write(&text, sizeof(text)); delay(1000); Use code with caution. Common Troubleshooting Tips

The technical parameters outlined in the YL-105 module datasheet include: Specification Note / Context Can accept up to 7.0V max depending on the LDO variant. Output Voltage 1.9V to 3.6V DC Configured out-of-the-box to supply precisely 3.3V . Onboard Voltage Regulator AMS1117-3.3 IC Industry-standard LDO capable of handling up to 800mA peak. Quiescent / Operating Current 12.3 mA typical Scalable based on the underlying nRF24L01+ TX/RX state. Form Factor Dimensions 26mm x 19mm x 12mm

Using the nRF24L01+ module without a YL-105 adapter introduces several hardware points of failure: yl105 datasheet

If you are looking to "make a paper" in the context of this component, it likely refers to its application in .

| Model | Supplied I.D. (in) | Supplied I.D. (mm) | Recovered I.D. (in) | Recovered I.D. (mm) | Recovered Wall Thickness | |-------|--------------------|--------------------|---------------------|---------------------|--------------------------| | F3003/4 YL105 | 0.750 | 19.05 | 0.313 | 7.95 | 0.065" (1.65 mm) |

and is notoriously sensitive to voltage spikes, making it difficult to integrate directly with microcontrollers like the classic Arduino Uno. When selecting an alternative, pay close attention to

| Distance (mm) | Analog Output (V) | Digital Trigger (Pot at 2.8V) | |---------------|-------------------|-------------------------------| | 0 (contact) | 4.85V (saturated) | Active (Low) | | 5 | 3.9V | Active (Low) | | 10 | 3.2V | Active (Low) | | 15 | 2.8V (threshold) | Bounces | | 20 | 2.6V | Inactive (High) | | 30+ | 2.5V (null field) | Inactive (High) |

Since "YL-105" is the module model number (often manufactured by generic Chinese factories), the detailed datasheet usually refers to the core IC.

6-pin male header for connecting to a microcontroller (VCC, GND, and the SPI lines). Instructables Typical Pinout (Microcontroller Side) Output Voltage 1

The core drawback of utilizing standard 2.4GHz transceivers on 5V platforms is power consumption and voltage tolerance. The nRF24L01+ IC has an operational limit between . Connecting it directly to a 5V power supply will brick the chip. The YL-105 hosts an AMS1117 3.3V linear regulator that safely drops 5V input down to a stable 3.3V. 2. Power Supply Filtering

: Inner diameter ranges from 35 mm to 180 mm .