-40%
2.4G RF Module UART 115Kbps Remote Upload Sketch for Arduino UNO Mega2560 MCU
$ 8.97
- Description
- Size Guide
Description
STORE PAGESAnalog Signal Process
Other
Power Supply Module
Arduino Compatible
RF Module
Components
Tools
Instrument
Connector
Wireless Module
AVR Programmer
MassDuino
LED/LAMP
LCD/TFT Display
Power Chip
Analog Chip
Intercace Chip
Amplifier
Sensor
Audio
MCU
You may also like
PRODUCT DESCRIPTION
Features
1, Low Cost , easy to use , zero RF knowledge request for wireless communication design.
2, Transparent Transmission Mode (TTM), save MCU resource, implement wireless communication over the wired UART programming.
3, Per to Per communication (P2P)
4, Full duplex working , max support baud rate 512Kpbs.
5, Max continuous bi-direct baud rate up to 115Kbps.
6, DTR signal support used for Arduino for remote upload sketch.
7, Power Save Mode (PSM) current consumption down to.
8, Sleep mode current consumption down to 150uA.
9, LC-2000-P2P: 0dBm, Low power , 20 to 30m distance
LC-2000PA-P2P: 20dBm , 200 to 300m distance
The RF communication is very depended on it’s working environment, the distance is out door clear environment and only for reference.
Pin Description
Important Notes:
The LC-2000(PA)-P2P serial module is working under per to per mode , a Pairs of LC-2000(PA)-P2P has contained two unis , one is MASTER and the other one is SLAVE, the module will mark it on it’s label.
LC-2000(PA)-P2P Working Mode
The LC-2000(PA)-P2P have below working modes:
1, Normal mode:
In this mode, the module will be standby after power on , user can be sent or receive data at any time, this mode have least delay and highest power consumption, this mode can be used on minimum data delay request applications.
2, Power Save Mode (PSM):
In this mode , module will be working on 10% proportion of intermittent mode, user can be sent data at anytime but other side maybe receive data a little bit delay , the delay time is depended on the working mode of receive side, the max delay time is 2sec.
This mode only consumption 10% of power and also ensure the data transmission with a little bit delay.
3, Sleep Mode:
In this mode , the module will stay in sleep mode , it will not sent or receive any data , user need to pull “FUN” pin low to wake up the module , and then send data , after data transmitted the module will be going to sleep mode again, this mode have minimum power consumption but user need to make application protocol to ensure communication ok.
The module will be delivered with Normal mode , user can be switch the mode by config command.
Pairing
Before using the module , user need to pairing it , then the module can be communication to each other , to pairing the module , user need to notice beow:
1, Only one MASTER and one SLAVE can be pairing.
2, To Pairing the module , press and hold the “PAIRING” button one the moude , or pull the “FUN” pin low and hold it over 3sec , the module will be entry PAIRING mode , the LED will be flash to indication the status.
3, Do same thing on other side, once both module entry PAIRING mode , they will be pair very quickly and the LED will be OFF , that mean the module is paired and ready to communication to each other.
4, One MASTER only can paired with one SLAVE and the smae for SLAVE , that means if one module paired with a new module , the old paired module will be lost paired and they will not communication anymore.
5, To ensure the module was paired , pull low the DTR pin of MASTER side , the SLAVE side will be follow the status, please note that the DTR is unidirectional working , that means only the SLAVE’s DTR pin follow the MASTER ‘s DTR status.
If you sent configuration command after pull low the FUN pin , the module will entry CONFIG mode , not PAIRING mode .
Configuration Command
If user to configuration the module , user need to pull “PAIR/CFG” pin low , module will be entry CONFIG mode , then sent configuration command via TXD , after configuration , pull “PAIR/CFG” pin high. The timing as below:
In CONFIG mode , user can be sent command with any baud rate , the module will auto apply the baud rate , after exit the CONFIG mode , the module will apply baud rate as the configuration data (may be difference as the CONFIG mode).
The configuration command is full text mode, the format as below:
Fixed token: “=”
Command Value: 3 digitals with ASCII character (Range 000 to 999)
Fixed separators : “:”
Parameter: max 240 ASCII character
Fixed end symbol: “\r\n”
For example:
MCU send command to LC-2000-P2P: =”800:\r\n” // Read local UID
LC-2000-P2P reponce: =”=800:100.000.000.001\r\n” // This module’s UID is : 100.000.000.001
The detailed command list as below:
Remote upload sketch for Arduino
INHAOS released some Arduino product without USB connect , we call it LITE version , for those module , it’s very easy to connected to LC-2000(PA)-P2P, the module include: BUONO UNO R3 LITE and BUONO UNO LC LITE and Mega2560-Core and so on.
If the Slave side working in Sleep mode, you need to wake up the Slave by press the “FUN” pin for 100mS, then you can uploading sketch.
To Uploading sketch , the operation is same as the wired connection uploading operation.
Bulk data transmission
When you transmission bulk data via LC-2000(PA)-P2P, please combined the BUSY pin , to ensure the data integrity.
About the Busy pin
We setup a pin named “Busy” , in fact it’s a multi function pin. The onboard LED is indication the Busy Pin status, when Busy pin is high (3.3V) , the LED will be light.
1, After power up the module , if the module is paired and other side also power ON , the LED will be turned off , in this case , user can be sent and read data at any time.
2, If module did not paired , after power on , the LED will be light , in this case , user can not sent data , until one user pair to another module and both module is powered.
3, If module is paired , but other side did not powered , the LED also be light , in this case , user need to powered other side and the LED will be turned off.
4, When user long press “PAIR” button (pull PAIR/CONFG low) , the module will be entry PARRING mode , in this case , the LED will be flash , and it will be turned off after paired. To paired two module , user need to make two module entry PAIRING mode .
5, The LED will be light during transmit or receive data , and will be turned off after finish data transmit or receive, if the LED is always on , it means the data is not completed transmit , or RF connection is lost.
In the application, user can be read the BUSY pin status by a GPIO.
About the PAIR/CFG pin
The PAIR/CFG pin have two function , one onboard tack switch is connected to this pin , when press the switch , the pin will be pull low , here have to function for this pin:
1, Config module parameter: pull low the “PAIR/CFG” pin , and sent config command within 100mS , the module will be entry config mode , after config finish , pull this pin high , the module will be entry TTM (Transparent Transmission Mode),
Please notes , during PAIR/CFG pin is low , all data will be process as command , valid command will be execution and invalid command will be discard , the data will not sent to other side.
During PAIR/CFG pin is high , all data will be process in TTM and sent to other side, it will not execution config function even it’s valid format command.
2, Enter PARING mode: long press the button, the module will be entry PAIRING mode , in this mode , the LED will fast flash until paired , and then the module will be exit PARING mode and back to TTM mode.
About Remote Upload sketch
The remote upload sketch is a very special function of LC-2000(PA)-P2P, this feature support stand Arduino and the operation is very simple, in arduino system , the DTR pin is connected to RESET pin of the MCU via a capacitor , if user need to upload sketch , the Arduino IDE will be pull low the DTR pin , the RESET will get a negative pulse and the MCU will be reset and enter bootloader mode, then IDE will sent sync word to MCU , the MCU sent ACK and then Arduino IDE will start a data transmission.
The LC-2000(PA)-P2P will sent DTR signal from Master to Slave side , this will allow user to upload sketch by remote , most RF module like Bluetooth UART / WIFI UART can not support this function.
To implement this feature , user need to connected Master to PC side ,and Slave to Arduino side, and the periphery of the necessary parts in DTR to RESET patch is required.
The BUONO UNO R3 LITE and BUONO UNO LC LITE and Mega2560-Core is not included USB to UART chip , It will very easy to connect to LC-2000(PA)-P2P and implement remote upload sketch feature.
Package List
1 x LC-2000PA-P2P Master
1 x LC-2000PA-P2P Slave
Payment
Shipping
Returns
Customer Services
Q&A
We accept
Pay
pal
payment only.
Thanks for your understanding.
Payment should be completed within 4 (Four) days of auction closing. Or unpaid dispute will be filed for closing auction.
We will leave a positive feedback immediately after payment is received. We appreciate a positive feedback as much as you do. If for some reason there is any issue with the purchase, please contact us prior to leaving feedback, and we will be glad to work with you to have it resolved.
Ship from GuangDong China, and only to your
e
B
a
y
address.
Please update your latest address before you check out
.
and please make sure to provide us with correct, precise, and detail shipping address.
Once your payment is completed, pls inform us by leave ebay note if the changes are needed before we send the product.
Package handling only takes 1 business day at our warehouse(
excluding Sat, Sun & Holiday).
Orders placed on weekend will be shipped within 2 days
.
If an address change is needed, you will be responsible for any fees associated in the condition that you contact us after we ship your item.
We only provide tracking number for standard shipping or above
.
If still need a tracking number, please contact us when you place an order. For countries that are a little far away, especially South America, it is suggest that you add a tracking number for your order, in case of losing parcels.
We absolutely stand behind our products. We also offer a 14 day money back guarantee should you be unhappy for any reason whatsoever.
We ensure all our items are new and in excellent condition prior to shipping. In the event that you receive the item that is not to the standards above, please contact us via eBay messages.
Please note that all returns must be pre-approved by LinkedTron. Unauthorized returns will not be accepted. If you need to return, please check twice to confirm the item not work and contact our customer service representative, let us know the detailed problem and send us some pictures for confirmation.
We reserve the right to refuse any returns for objective reasons
1. All inquiries will be replied in 24-48 working hours.
2.
Our aim is 100% customer satisfaction!
WE GUARANTEE BUYER WILL RECEIVE ITEM THEY ORDERED OR THEIR MONEY BACK.
Please contact us with topic “Send/Ask seller a question”
3. If item not receive within estimate delivery date or item not as describe, we will refund with NO QUESTION ASK.
Q: Item not received or item received not as describe?
A: FULL refund or resend with no question ask. We guarantee buyer will receive item they ordered within estimate delivery date or their money back.
Q: How do I pay for my purchase?
A: We only accepts the payment method
Pay
pal
.
Q: When will the item be shipped out?
A: The item will be shipped within 1 business day once payment completed.
Q: Where do you ship from? And how long does it take?
A: The item ships from China. For US buyers, it will take 1-2 weeks to deliver; for non-US buyers, it will take 4-6 weeks to deliver.
Q: Where is my tracking number?
A: For international economy shipping, there is no tracking available. If you want a tracking, please choose the Standard shipping.
Payment
We accept
Pay
pal
payment only.
Thanks for your understanding.
Payment should be completed within 4 (Four) days of auction closing. Or unpaid dispute will be filed for closing auction.
We will leave a positive feedback immediately after payment is received. We appreciate a positive feedback as much as you do. If for some reason there is any issue with the purchase, please contact us prior to leaving feedback, and we will be glad to work with you to have it resolved.
Shipping
Ship from GuangDong China, and only to your
e
B
a
y
address.
Please update your latest address before you check out
.
and please make sure to provide us with correct, precise, and detail shipping address.
Once your payment is completed, pls inform us by leave ebay note if the changes are needed before we send the product.
Package handling only takes 1 business day at our warehouse(
excluding Sat, Sun & Holiday).
Orders placed on weekend will be shipped within 2 days
.
If an address change is needed, you will be responsible for any fees associated in the condition that you contact us after we ship your item.
We only provide tracking number for standard shipping or above
.
If still need a tracking number, please contact us when you place an order. For countries that are a little far away, especially South America, it is suggest that you add a tracking number for your order, in case of losing parcels.
Returns
We absolutely stand behind our products. We also offer a 14 day money back guarantee should you be unhappy for any reason whatsoever.
We ensure all our items are new and in excellent condition prior to shipping. In the event that you receive the item that is not to the standards above, please contact us via eBay messages.
Please note that all returns must be pre-approved by LinkedTron. Unauthorized returns will not be accepted. If you need to return, please check twice to confirm the item not work and contact our customer service representative, let us know the detailed problem and send us some pictures for confirmation.
We reserve the right to refuse any returns for objective reasons
Customer Services
1. All inquiries will be replied in 24-48 working hours.
2.
Our aim is 100% customer satisfaction!
WE GUARANTEE BUYER WILL RECEIVE ITEM THEY ORDERED OR THEIR MONEY BACK.
Please contact us with topic “Send/Ask seller a question”
3. If item not receive within estimate delivery date or item not as describe, we will refund with NO QUESTION ASK.
Q&A
Q: Item not received or item received not as describe?
A: FULL refund or resend with no question ask. We guarantee buyer will receive item they ordered within estimate delivery date or their money back.
Q: How do I pay for my purchase?
A: We only accepts the payment method
Pay
pal
.
Q: When will the item be shipped out?
A: The item will be shipped within 1 business day once payment completed.
Q: Where do you ship from? And how long does it take?
A: The item ships from China. For US buyers, it will take 1-2 weeks to deliver; for non-US buyers, it will take 4-6 weeks to deliver.
Q: Where is my tracking number?
A: For international economy shipping, there is no tracking available. If you want a tracking, please choose the Standard shipping.
PaymentShippingReturn policyAbout usContact us
Copyright © - Tongtool All rights reserved | Design:Tongtool