Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. pcs
    3. Best
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by pcs

    • RE: MySensors Library for Energia (MSP430 Launchpad) ?

      Hi,

      i have played arround with the mysensors library on the MSP430 Launchpads.

      First - it is possible, but:

      • Only as SensorNode and not as gateway
      • at least 8KB of Flash - the library needs 7KB without any serial port stuff
        so there is a little space left for the core sensor handling

      becaus of the flash requirenment there are 2 main µc left:
      MSP430G2452 with 8KB Flash
      MSP430G2553 with 16KB Flash

      At the moment my Sensornode is running an the MSP430G2553 because of the serial debugging.
      I was able to compile for G2452 but haven´t tried yet.

      A little bit of mofification in the mysensors code was necessary, but nothing heavy.

      i can share it, but its a rellay "hacked" at the moment - not really well done (no defines, macros, ....)

      pcs

      posted in Development
      pcs
      pcs