to enter AT command mode for configuration; leave floating or pull for transparent communication Robokits India : Chip Select. Pull to wake the module; pull for low-power sleep mode Robokits India 2. Best Configuration: AT Commands
Have you used the JDY-40 in a project? Let me know in the comments below!
#include <DHT.h> DHT dht(2, DHT11);
(available in source repository).
// Optional: Set the module to transparent transmission (default mode) pinMode(4, OUTPUT); // SET pin digitalWrite(4, HIGH); // HIGH = Data mode, LOW = AT mode
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
. You can have one central "Hub" Arduino in your house and multiple "Remote" nodes (like an Arduino Uno jdy40 arduino example best
Unlike traditional Bluetooth modules that require pairing protocols, the JDY-40 allows devices to communicate immediately as long as they share the same channel and device ID. Hardware Connection: JDY-40 to Arduino
: Support for transparent transmission, IO switching, and remote control. Best Getting Started Example: Two-Way Serial Chat
: For a comprehensive technical overview, including how to configure the module via AT commands and its 128 radio channel options, refer to the Simple Wireless Serial Communication guide by Ben Emmett to enter AT command mode for configuration; leave
To ensure your code compiles smoothly, tell me: Which are you using? Do you want to add checksum verification to the packets to completely eliminate transmission errors? Share public link
If the SET pin is left floating or loose on a breadboard, the module can unexpectedly bounce into AT config mode, causing regular serial data transfers to drop out completely. Tie it firmly to VCC via a pullup or control it actively via a digital pin driven HIGH .