element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Safe and Sound
  • Challenges & Projects
  • Design Challenges
  • Safe and Sound
  • More
  • Cancel
Safe and Sound
Blog Safe & Sound - Safety Jacket for the Tolling Industry #2: Filling up the space with CC110L Tutorial
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: ipv1
  • Date Created: 27 Feb 2017 1:37 PM Date Created
  • Views 452 views
  • Likes 6 likes
  • Comments 2 comments
  • cc110l
  • safe and sound
  • ip_iot
  • safety_jacket
Related
Recommended

Safe & Sound - Safety Jacket for the Tolling Industry #2: Filling up the space with CC110L Tutorial

ipv1
ipv1
27 Feb 2017

So with the hardware delayed and my office space being reduced to a small box, I am working with a number of things. I installed the Code Composer Studio Software and it turns out I have some Anaren CC110L Booster packs in my inventory. So I decided to do a simple experiment with it.

 

INTRODUCTION

 

This is a simple prject where I use MSP430G2553 Microcontrollers with the Anaren CC110L Booster Packs to make a simple wireless node system. Nothing fancy and a barebones started project is provided for getting off the ground fast.

 

The basic concept is simple. We transmit with a function and stop otherwise. All-in-all the whole project is quite reusable and I intend to some stuff with it in the future.

 

Repository: https://github.com/inderpreet/Project-CC110L-Nodes

 

How to Import

 

Only the essential files are checked into the Git repository to reduce the size and hassle of version upgrades etc. As per wiki…

 

The following project files should be checked into source control:

 

 

.ccsproject .cproject .project .settings folder makefile.defs (if using SYS/BIOS) .ccsproject has project information specific to CCS.

 

.cproject and .project are Eclipse CDT project files.

 

.settings folder is a standard Eclipse folder that has settings that apply for the project.

 

makefiles.defs has additional make rules included by the generated project makefile for SYS/BIOS projects.

 

The following files and folders should not be checked into source control:

 

\Debug or \Release folder .xdchelp .config folder .launches folder Configuration folders like \Debug or \Release are generated folders that contain build artifacts like object files and do not need to be checked into source control.

 

.xdchelp is a generated file that is used to help display error messages in the problems view and does not need to be checked into source control.

 

.config and .launches are generated folders that do not need to be checked into source control.

 

So here is what you do…

 

Steps

 

1. clone of download the code or the repository the way you like it. I leave that upto you and we only need the CCS folder in the repo for the next steps.

 

2. Create a new project in CCS like the way you would normally do. Setup and finish the wizard if thats your thing.

 

3. Right click the project and click Import > General > File System.

 

4. Navigate to the CCS folder from the repository. Select the folder and Import. Overwrite Everything!

 

5. Build and debug.

 

How to Use

 

There are three files in the root directory of this project. Import the whole project into Code composer Studio and then right click on either the rx or tx file. Exclude it from build and then rebuild and program the output. Repeat for the other file. Now you should have two controllers programmed with TX and RX firmware. DONE!

 

Maybe I will use this in my project. Maybe I will use this elsewhere. Maybe... image

 

So as always for a list of posts- past and future, just click the tag safety_jacket and all posts for this project should magically appear.

 

Thanks.

  • Sign in to reply

Top Comments

  • Jan Cumps
    Jan Cumps over 8 years ago +1
    sub-1 GHz. What range do you get out of these with the pcb antenna in your area?
  • ipv1
    ipv1 over 8 years ago in reply to Jan Cumps +1
    I did not check. I was more interested on getting em up and will be doing some power measurements. These are one of the cheapest RF modules that can be used out of the box so I feel they may come in handy…
  • ipv1
    ipv1 over 8 years ago in reply to Jan Cumps

    I did not check. I was more interested on getting em up and will be doing some power measurements. These are one of the cheapest RF modules that can be used out of the box so I feel they may come in handy. Im building a little arsenal of itty bitty modules to be used later.

     

    Today I am working on BTLE with the Arduino Genuino 101 and the BBC micro bit (nRF51) to talk to a cordova app. This should be a fun tutorial for people wanting to connect the TI BLE module to say an iOS and Android App. Since Im not a fan of JAVA, this app will be written in javascript, HTML and CSS to implement the necessary functionality.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago

    sub-1 GHz. What range do you get out of these with the pcb antenna in your area?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube