lensdigital 0 Posted March 6, 2019 Share Posted March 6, 2019 Is there a library for CC1310 launchpad that will allow me to send simple text strings between two boards? I've read http://energia.nu/guide/ (Chapter 9), but only seen WiFi and complex iOT protocols. Quote Link to post Share on other sites
Rei Vilo 695 Posted March 7, 2019 Share Posted March 7, 2019 The CC1310 LaunchPad has a sub-1 GHz radio. On Energia, Install the EasyLink library by calling the menu Sketch > Include Library > Manage Libraries..., then select EasyLink and click Install. Select the board CC1310 LaunchPad. Call the menu File > Example > EasyLink > EasyLinkTX for the transmitter example. Call the menu File > Example > EasyLink > EasyLinkRX for the receiver example. Both examples work together. Obviously, you need two CC1310 LaunchPad boards! Fmilburn 1 Quote Link to post Share on other sites
lensdigital 0 Posted March 7, 2019 Author Share Posted March 7, 2019 Thank you so much! Exactly what I was looking for! One more question if I may. When uploading sketch to LaunchPad in Energia IDE, does it upload via serial using bootloader or does it program chip directly via JTAG? I want to program another CC1310 board that's not Launchpad based, so I'm trying to figure out if I can burn bootloader into it Thanks a lot! Quote Link to post Share on other sites
Rei Vilo 695 Posted March 7, 2019 Share Posted March 7, 2019 You're welcome! The CC1310 LaunchPad includes a programmer-debugger you can use separately. Remove all the jumpers between the programmer-debugger and the MCU part. Use 5 x 2 XDS100 OUT connector of the programmer-debugger to flash another CC1310. Quote Link to post Share on other sites
numeros 0 Posted October 1, 2019 Share Posted October 1, 2019 Hello, I would like to know what files should I change to replace the easylink configuration files. The default files in the easylink library are for 868MHz communication, but my boards are tuned to 915MHz and I can't find an obvious way to change them and obtain optimal communication. I know the SmartRF Studio software can export the desired configuration files, but there are 2 folders ( smartrf_settings and easylink ) with related files. Thanks. Quote Link to post Share on other sites
Rei Vilo 695 Posted October 1, 2019 Share Posted October 1, 2019 I raised the issue some time ago at ETSI Frequency Hard-Coded — How to Comply with FCC? I would suggest to bump the ticket. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.