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
Internet of the Backyard
  • Challenges & Projects
  • Design Challenges
  • Internet of the Backyard
  • More
  • Cancel
Internet of the Backyard
Forum Have a question for TI re: The Internet of the Backyard Challenge? Ask here!
  • Blog
  • Forum
  • Documents
  • Files
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 39 replies
  • Subscribers 8 subscribers
  • Views 4062 views
  • Users 0 members are here
  • iot_backyard
Related

Have a question for TI re: The Internet of the Backyard Challenge? Ask here!

doctorcdf
doctorcdf over 11 years ago

This thread is dedicated to questions for the Internet of the Backyard challenge; Texas Instruments' staff will be monitoring it regularly.

 

Thanks!

  • Sign in to reply
  • Cancel

Top Replies

  • Robert Peter Oakes
    Robert Peter Oakes over 11 years ago in reply to BigG +1
    It looks like the is a FET switch configured to protect against reverse voltage and should also protect the batteries from harm if the USB or other supply is also connected (Q2 bottom right)
  • bwelsby
    bwelsby over 11 years ago in reply to DAB +1
    DAB wrote: What is the APP needed to open the CCS 6 download? I got the same message on Windows 8.1 and 7. The TI message indicated that they were .exe files, but when I tried to change the name…
  • janisalnis
    janisalnis over 11 years ago in reply to Former Member +1
    Registering at Plotly is free of charge for everyone. Limitation, I read somewhere, is that it would allow to store 50 plots. Is there an simple HTTP POST example for CC3200? There is a GET function used…
Parents
  • BigG
    BigG over 11 years ago

    As I just lost a good few hours of good code I thought best to resolve by asking.

     

    Surely this should work by default without manual amendment so assuming I am not doing something correctly or I forgot to amend some setting when installing. Basically this is what happens. I choose "Import Project", I browse and select one of the CC3200 SDK example folders residing in my TI main folder. I tick both tickbox options "auto import referenced projects..." and "copy projects into workspace". I then get a list of invalid project path warnings. Why?? Please help as want to avoid doing what I did previously as I will now explain.

     

    At first I thought instead of resolving workspace path issue I would save time by just amending actual example in TI CC3200 SDK folder, and then at some stage copy files across. Of course as I am learning I soon needed to backtrack as made mistakes with coding in original folder. So wanted to keep amended code with errors. So I right clicked on project folder in CCS project explorer and selected copy (as wanted to keep this amended code) and then click paste and it created for me a "copy of ..." in project explorer. I checked folder properties and under resource it said location of this new project was in my workspace (I ignored path warnings). Little did I realise that all the files within this folder were still linked to the original CC3200 SDK folder (I only now can see that).

     

    So when I reinstalled the CC3200 SDK to get clean copies of examples I also lost the "copy of" work as all I had was a workspace folder and not actual files within that folder. Live and learn as they say :-(

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • BigG
    BigG over 11 years ago in reply to BigG

    Just to answer the question myself now that I have done more reading and gone over what I had read before (amazing what you miss first time).

     

    Seems that this project file link issue is well documented and requires a certain type of work method and perspective about what the CCS IDE is all about (takes a few days to finally step out and decide to bring in those favourite eclipse marketplace productivity tools into this IDE). For future reference document that I found quite informative was:

    http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • BigG
    BigG over 11 years ago in reply to BigG

    I am by no means an expert but thought to share these (random) steps for others who like me are working with CCS for the first time.

     

    Learnt the hard way in my rush to get going with the challenge but it now appears that a little more prep and priming is needed to get to know CCS. As such it is well worth the time to set up a repository or backup system on CCS. From what I saw it looks like CCS already has the "git" repository capability. Not sure if you need it but I downloaded git file management package first as this handles all the unique file management searches etc (http://git-scm.com/). I then used this to create my git folder of choice on my system through the git GUI (on windows) as it also creates the required .git file.

     

    Then back to CCS. In top right hand corner of CCS you click on Open Perspective (also available through main menu: windows | open perspective | other) and select Git Repository Exploring. Here I selected "Add an Existing local Git Repository" as I had already created a new local git repository through "git GUI". Just browse and select required folder.

     

    Then when you have created or imported a project folder for your code you just right click on the folder in Project Explorer and select Team | Share Project. Here you will have "Git" as an option. Select this and click next. Choose repository folder. You also have option to create a sub folder etc.

     

    That should then allow you to "clone" and link or backup projects to the repository. There are also online options too which you can link to your local git repository. I tend to use https://bitbucket.org/ You have to sign up etc. Plenty help files available.

     

    Maybe others can share tips too as I am sure this may not be very well explained or may have missed key points in explanation.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • DAB
    DAB over 11 years ago in reply to BigG

    I will try to follow your example as I get into using the code composer software.

     

    You are right, there are a lot of options to explore, but I will just try to get proficient enough to do the challenge.

    Time will tell to see if I can learn enough in time.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • BigG
    BigG over 11 years ago in reply to DAB

    So after adding all these repository features, which is really not necessary when experimenting and learning on ones own, I discovered the handiest feature on CSS yet!

     

    This is the "history" tab which relates to any file you edit and save (it is found in bottom right quadrant). Gives you a list of each saved event. You can then back track with ease by clicking on a previous saved time.

     

    Somewhere through my rumbling through the TI website info I found a MS Powerpoint file named "CCSv6-TipsAndTricks" which gave me the insight.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • BigG
    BigG over 11 years ago in reply to DAB

    So after adding all these repository features, which is really not necessary when experimenting and learning on ones own, I discovered the handiest feature on CSS yet!

     

    This is the "history" tab which relates to any file you edit and save (it is found in bottom right quadrant). Gives you a list of each saved event. You can then back track with ease by clicking on a previous saved time.

     

    Somewhere through my rumbling through the TI website info I found a MS Powerpoint file named "CCSv6-TipsAndTricks" which gave me the insight.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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