Search the Community
Showing results for tags 'easylink'.
-
Hi there, I´m testing radio range with two new CC1350 Launchpad Rev. 1.1 on Windows 7 64bits. When I try with SmartRF Studio V2.6.0 with 625 bps, Legacy Long Range mode the communication has good range. I transmit with a 12 dBm and I receive 12 dBm in the other Launchpad at 1 meter between both ( on my desk). When I do the similar test with Energia EasyLink Tx - Rx example, I changed to " myLink.begin(EasyLink_Phy_625bpsLrm); ", I received a poor signal (rxPacket.rssi = -70) with the same Launchpad at the same distance. I´ve tried to save smartrf_settings.c and .h from SmartRf S
-
Hi! I have used the Easylink examples for Energia and I was able to send data from a Launchpad CC1310 to another at 50kbps. But I need to increase the baud rate to 200kbps or 500kbps. I have replaced EasyLink_Phy_50kbps2gfsk to EasyLink_Phy_200kbps2gfsk in the following files: Easylink/src/Easylink.h line 42 Easylink/src/easylink/Easylink.h line 223 and 232 Easylink/src/easylink/Easylink.c line 159 and 614 In Example EasylinkRX and EasylinkTx line 22 I have also replaced the configuration in smart_settings.c and smart_settings.h with the configuration ge
-
hi!!, i just start with energia and easylink library, i have some troubles and i try to understand reading the instructions of the codes. I read the transmision could be scheduled or inmediatly, when i try with the easylinkTx example the transmition start inmediatly because the abstime is 0, but i try to use easylink_transmit( ) and i have some errors. this is the instruction of how to use the function: EasyLink_Status EasyLink_transmit(EasyLink_TxPacket *txPacket) Sends a Packet with blocking call. This function is a blocking call to send a packet. If the Tx is success
- 1 reply
-
- cc1350
- energia mt
-
(and 1 more)
Tagged with:
-
i am trying to program "cc1350 launchpad-433MHz" to receive data over rf sent by another "cc1350 launchpad-433MHz" which is connected with rf-studio. here is my code with changes i made to set frequency on 433MHz ------------------------------------------------------------------------------------------------------------------- #include "EasyLink.h" EasyLink_RxPacket rxPacket; EasyLink myLink; void setup() { Serial.begin(115200); // begin defaults to EasyLink_Phy_50kbps2gfsk myLink.begin(); Serial.println(myLink.version()); EasyLink_setFrequency(4