NaN
/
of
-Infinity
Eletechsup Original Factory Official Store
USB UART Serial port Wireless 2.4G Module replace Zigbee APC220 NRF24L01+ CC1101
USB UART Serial port Wireless 2.4G Module replace Zigbee APC220 NRF24L01+ CC1101
Regular price
$55.48 USD
Regular price
$55.48 USD
Sale price
$55.48 USD
Unit price
/
per
Couldn't load pickup availability
Product Name: USB UART Serial port Wireless 2.4G Module replace Zigbee APC220 NRF24L01+ CC1101
Module No.: TB395
Packing list:
2 pcs 2.4G RS232(TTL Lever) Wireless Transceiver Module;
1 pcs USB to TTL 232(Ch340 IC)
1 pcs 5pins female to female dupont wire;
2.4G UART + USB TO TTL:
2.4G Wireless communication between Arduino and PC Wireless data transmission(Also application with other 3.3V/5V level MCU ,for example: Raspberry pi FPGA CPLD STM32 C8051 PIC AVR MSP430 ARM)
NOTE : Packing list Does not include Arduino UNO
ARDUINO IDE Serial Port Transceiver:
Copy the following code:
//----------------------------------------------------------------------//
// Pin 13 has an LED connected on most Arduino boards.
int led = 13;
String comdata = "";
void setup()
{
// initialize the digital pin as an output.
pinMode(led, OUTPUT);
Serial.begin(9600);
Serial.println("Hello, I am Arduino!");
}
//Serial data transceiver
void loop()
{
while (Serial.available() > 0)
{
digitalWrite(led, HIGH); // turn the LED on (HIGH is the voltage level)
comdata += char(Serial.read());
delay(2);
}
if (comdata.length() > 0)
{
Serial.println(comdata);
comdata = "";
}
digitalWrite(led, LOW); // turn the LED off by making the voltage LOW
}
//----------------------------------------------------------------------//
Overview:
TB387 is based on 2.4GHz frequency band wireless transparent data-transmission module.
Module supports most basic AT commands: baud rate, ID number, frequency settings and inquiries; factory settings; version information.
When the module is in AT module, users can use serial-port to issue AT commands to set the module's parameters.
When the module is in transparent data transfer mode, the user transmit data, frame number data module, add packaged rowcount, and then automatically transmit , at reliable range, the module will automatically re-transmit data to ensure successful transmission.
For more details : Please contact seller on ebay message ;
Performance Parameter:
Working voltage: 3.3V/5V;
RS232 Interface ( 3.3V/5V TTL level)
Frequency range: 2402~2482MHz
Transmit power: 20dBm(100mw);
Receiver sensitivity: -87dBm;
Operating temperature: -40~+85 ° c;
10 kinds can set the baud rate: 2400,4800,9600(Default),14400,19200,38400,57600,115200,12800,25600
AT mode configured baud rate fix is: 9600;
Open ground Transmission distance(5V Power) : 400 meter
when transmitting, current up to 120mA; receiveing current is 30mA , please use smaller ripple power supply
Size : 32x13mm
Weight :Wireless Transceiver Module < 2g ,IPEX Antenna about 1g
Pinout :
1, VDD:3.3V / 5V power supply ;
2, GND: Power Ground;
3, TXD: serial port output, Arduino or USB to TTL232 RXD;
4, RXD: serial port input, Arduino or USB to TTL232 TXD;
5, CMD: Enter PIN AT mode, active low level;
Typical applications:
Arduino Wireless data transmission
Replace APC220 Wireless serial Data Module
Home Automation
2402-2482MHz ISM/SRD band systems
Consumer electronics
Access control, Attendance, Logistics
Smart Furniture
Robert
Wireless sensor
Remote control, remote measurement system;
Wireless meter;
Access control ;
Identification system;
Data collection;
IT household appliance;
Intelligence household appliance ;
Baby monitoring system;
3DR Radio Telemetry
APM APM2.5 2.6 Pixhawk PX4