Search the Community
Showing results for tags 'CC1350'.
-
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 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:
-
Hi everyone, how can i read VCC on cc1310 launchpad respectively cc1350 sensortag with energia? I tried this, but without success: int getVCC() { analogReference(INTERNAL2V5); int data = (int)map(analogRead(A0), 0, 1023, 0, 5000); return data; } @Rei Vilo what do you think?
-
Hello, I'm working on a project based on the CC1350 microcontroller from TI. I would like to program the Sensor Controller with Energia IDE (I'm a big Arduino's fan). Is it possible? Should I give up now and start programming with CCS? Thanks
-
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
-
Hello, I was wondering if it is possible to use an Energia library into a Code Composer project. Is there any other option? Thanks.
-
Hi there, I was looking for at this forum about how can I increase the transmit power on Launchpad C1350 to 14 dBm, but I didn't find any complete solution. I read about de ccfg.c file, I edited that file and deleted comment in red line (see below): Path: C:\Users\litos97\AppData\Local\Energia15\packages\energia\hardware\cc13xx\4.9.0\system\source\ti\devices\cc13x0\startup_files //##################################### // Force VDDR high setting (Higher output power but also higher power consumption) //##################################### #ifndef CCFG_FORCE_VDDR_
-
Does anyone have any code examples, experience, or can point me to the right direction when it comes to reading/writing to the internal flash that comes with these boards in Energia? I'm wanting to store up to a maximum of a days worth of non-volatile 3x32 bit 5 minute samples (3,456 bytes), before sending as packets when the Rx is in range. Thanks in advance!
-
First, I'd like to say thanks for the implementation of EasyLink for the cc1310/cc1350 in Energia 18. Last year the community was invaluable in helping me develop some MSP430FR5949/BME280 dataloggers for my dissertation research. I'm working on a new version based off the cc1310, because well, transmitting my data wirelessly sure beats having to recover the dataloggers. I have a couple questions that I have been unable to answer - 1. The EMT documentation suggests that if you use delay, during compiling this is converted to a low power mode. Is this only for the MSP430/432 variants?
-
Just spotted the CC1350 Launchpad although some of the documentation is marked April so maybe it was just me that missed it. It's a dual mode Sub-1GHz and BLE wireless launchpad. The US version seems to be available now, but the EU version is not yet available. I assume this means that it's not switchable between the US (915MHz) and EU (868MHz) band for the Sub-1Ghz bit. http://www.ti.com/tool/launchxl-cc1350