The JDY-40 is a half-duplex, 2.4GHz wireless transceiver module. Unlike the nRF24L01, which requires managing 20+ registers via SPI, the JDY-40 communicates over . To your Arduino, it looks exactly like a wire replacement.
: It functions as a "wireless wire." Data sent into one module's RX pin appears on the other module's TX pin. Range : Up to 120 meters in open areas.
This example uses the SoftwareSerial library to create a transparent wireless bridge between two Arduinos. Anything typed into the Serial Monitor on one side will appear on the other. jdy40 arduino example best
For 80% of hobbyist wireless projects, the JDY-40's simplicity is a true superpower, allowing you to skip the driver headaches and get straight to the fun part of your project. Happy building!
: Use one master controller (like an Arduino with a joystick) to send different commands to multiple "follower" robots simultaneously. Common Configuration Commands The JDY-40 is a half-duplex, 2
Based on these results, I can write a comprehensive article covering:
-> JDY-40 RXD (Use a 1k ohm resistor inline for 5V Arduinos to protect the 3.3V RXD pin). 1. Transmitter Code : It functions as a "wireless wire
: Pull HIGH for normal data transmission (Transparent mode) or LOW for configuration via AT commands. Example Implementation Scenarios