Jump to content
43oh

CorB

Members
  • Content Count

    288
  • Joined

  • Last visited

  • Days Won

    5

CorB last won the day on August 14 2016

CorB had the most liked content!

About CorB

  • Rank
    Level 2

Contact Methods

  • Website URL
    http://registax.astronomy.net

Profile Information

  • Location
    Netherlands

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Yes you can. You can access the LPM levels of MSP430 using Energia.
  2. http://forum.43oh.com/topic/9290-how-to-protect-your-free-code-from-companies-predating-on-it/
  3. Hi, Hi, Some of the users of 43oh might have noted that @@Rei Vilo has pulled out his LCD screen library suite (topic http://forum.43oh.com/topic/3911-energia-library-lcd-screen-library-suite/). Initially it was unclear to me why this happened. Today Rei made it clear after some more people asked where the library had gone. It seems some - which company is not important for this discussion - company had used Rei's work regardless of the fact that in his library Rei had mentioned copyright and licence, Creative Commons, Attribution, Share Alike, Non Commercial and implemented a donatio
  4. Maybe we should get this shared with the complete 43oh community, if we can find out how we can protect our sharing of knowledge and hardwork. Start a specific topic ?
  5. So if anybody starts a new lib like this they should think about the intellectual property rights carefully ! regards Cor
  6. Thats really unfortunate especially because of the work you had put into the library ... But it sounds to me also as a warning for those that develop libraries and like to share their work with others. Thanks for the info cheers Cor
  7. Hi, Unfortunately there was no reply to my earlier request also. But its possible to start building such a suite once again if we put some effort in it. regards Cor
  8. Just seen at www.energia.nu !!
  9. Hi, I am experiencing the same kind of issues, my TM4C1294 works as a hub to the IOT for an RF network of sensors. Sometimes it just stops working and needs to be reset. I am now using a 60second watchdog and this catches the random freezes. cheers Cor
  10. Hi, You can use P1.1 (A1) to P1.4 (A4) But for P1.1, P1.2 you cannot use the UART RX/TX functions when using it for ADC. And P1.3 is connected to the pushbutton on the launchpad. The only ADC without any other function that can be used in combination with the CC110L boosterpack is P1.4. You can easily check this by looking at the pinmap of the G2553 http://energia.nu/wordpress/wp-content/uploads/2014/01/LaunchPads-MSP430G2-%E2%80%94-Pins-Maps-13-42.jpeg and the CC110L http://energia.nu/wordpress/wp-content/uploads/2014/01/AnarenCC110LAIRBoosterPackPinMap.jpg regards Cor
  11. Hi, Just seeing this now .. the CC110L generates interrupts when it is receiving. That means your MCU can sleep or do other things. In the energia for the CC110 the interrupt (on GDO0) is set when you start the Radio. Unfortunately its not available to the user. In my code I have disabled the attachinterrupt in the original library to allow my own attachinterupt routine to take over and signal an incoming message. regards Cor
  12. Any reason why its not available anymore ... I never (but I admit not following this topic regular) saw an announcement. Also the website does not state this. regards Cor
  13. @@Rei Vilo It seems that the link to download the library is non-functional at the moment. regards Cor
  14. Hi vitalis, That is surely possible I think for sending nodes. Just send the data, close the radio and put the system to sleep using sleepSeconds(X). Ive programmed most of my nodes thusfar with CCStudio and they are running for many months on 2 AA batteries when sending data once a minute or so, regards Cor
×
×
  • Create New...