Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
jkaJ

jka

@jka
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to contribute code to the MySensors project
    jkaJ jka

    @oshwit

    1. Let me first explain how it works in our case. All code written for mysensors.org should be GPL v2 or higher. If you contribute code to mysensors.org you have to agree on our CLA. If you don't agree with the CLA you should not create a pull request. According to our CLA you still own the copyright to all code you submit (you may for example submit your code to another site under whatever license you like) but you also give mysensors.org the right to release the code under any other license.

    It is not uncommon that organisations impose you to sign CLA:s. Even if you contribute code to FSF (Free Software foundation) you need to sign a CLA. One of the reasons is that the organisation in the future more easily can adapt to changes. Another example is the Linux Kernal that is released under GNU GPL v2, in order to change to GNU GPL v3 they whould need a written statement for all contibuting developers, since they didn't sign any CLA:s.

    1. We will use GNU GPL v2 or higher as license for all code written for mysensors.org in the repos.
    Announcements

  • a rf24 fork worth mentioning
    jkaJ jka

    @Bmlsx Thanks! I will try it out

    General Discussion

  • One Arduino with multiple functions
    jkaJ jka

    @kellyjelly It's no problem having more than one sensor per radio unit. Each sensor must have a unique childId per radio unit.

    Each node holds a table with possible routing candidates, It will try all candidates in the same order each time (if the first one is down the next one is tried and so on...). The message is ack:ed so that the sender knows that the gateway received the value.

    (Henrik, correct me if I'm wrong)

    Hardware

  • Code for beta-testing?
    jkaJ jka

    @andriej
    OK, there where a few glitches in the Makefile, you can update it now.

    Controllers

  • Security
    jkaJ jka

    Could this we worth looking at?
    http://forum.arduino.cc/index.php/topic,88890.0.html

    Is it possible to split the encoded messages in many parts and send them using the RF24 library (overhead?)

    General Discussion

  • Code for beta-testing?
    jkaJ jka

    @andriej
    Hi, I had problem using the main branch mysensors/Raspberry, that because of the bit-field struct (header_s) in Sensor.h They will get packed in different order on the arduino compared to the RPi (at least with my compiler, gcc). In order to fix this I created the 1.4dev branch. It uses full bytes instead of the bit-fields, but you need (of cause) to compile both the sensors (arduino) and the gateway (RPi) using the 1.4dev branch.

    We need to fix this in the main branch later on (and use the same files as in mysensors/Arduino/libraries/MySensors)

    Controllers
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular