Navigation

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

    Topics created by Anticimex

    • Anticimex

      MySensors 2.3.0 released
      Announcements • • Anticimex  

      27
      10
      Votes
      27
      Posts
      7964
      Views

      Robinek70

      Hi, Some time ago, I've updated RPi gateway on NF24 from 2.2 to 2.3 Now I see that OTA stopped working. I had to go back to version 2.2. On version 2.3 in log I see a lot of FFFFFFFFFFFFFFFFFF data and rebooting, over and over again. Did anyone have a similar problem?
    • Anticimex

      [help wanted] Encryption for RFM95
      Development • • Anticimex  

      1
      2
      Votes
      1
      Posts
      865
      Views

      No one has replied

    • Anticimex

      The MySensors roadmap
      Announcements • • Anticimex  

      1
      6
      Votes
      1
      Posts
      4504
      Views

      No one has replied

    • Anticimex

      [security] Migrating from library version 2.1 to 2.2
      Development • • Anticimex  

      48
      5
      Votes
      48
      Posts
      9182
      Views

      Anticimex

      @alexsh1 re-personalize the node that lost the checksum. Each node (including gw) has a unique personalization and checksum (possibly). Just because one node looses the checksum or gets a mismatch does not mean any other node has the same problem. Everything is stored in eeprom locally.
    • Anticimex

      SHA1 is broken, should I need to worry about MySensors security?
      Announcements • • Anticimex  

      3
      4
      Votes
      3
      Posts
      1261
      Views

      Anticimex

      @Nca78 indeed you don't need to do that. And according to Linus himself, we don't really need to worry about our git repositories being compromised either. And he is correct, as there is a difference in using hashes for content identifiers (like git) and security signing (like us). For an attacker to try to make a collision attack they need to Hack githubs security (or fool the core team) Design a collision that contains data that would go unnoticed in our repo. Both quite unlikely
    • Anticimex

      MySensors 2.0.0 Released
      Announcements • • Anticimex  

      75
      21
      Votes
      75
      Posts
      25192
      Views

      tekka

      @mpp said in MySensors 2.0.0 Released: pm open,type:2 0 This is a message emitted by the ESP8266 core, not MySensors related.
    • Anticimex

      Open Hardware Licensing
      Hardware • • Anticimex  

      8
      6
      Votes
      8
      Posts
      8223
      Views

      sundberg84

      Im leaving this here for the future. An interesting way/discussion to license and share open source hardware. https://www.eevblog.com/oshw/ EEVblog #921 - Open Source Hardware Problems Solved! – 11:09— EEVblog
    • Anticimex

      MySensors 1.5.4 Released
      Announcements • • Anticimex  

      1
      0
      Votes
      1
      Posts
      2127
      Views

      No one has replied

    • Anticimex

      MySensors 1.5.3 Released
      Announcements • • Anticimex  

      2
      3
      Votes
      2
      Posts
      1634
      Views

      carlierd

      Compilation OK !! Thanks !
    • Anticimex

      MySensors 1.5.2 Released
      Announcements • • Anticimex  

      35
      6
      Votes
      35
      Posts
      11290
      Views

      korttoma

      @hek how do I Patch my copy of 1.5.3 or where can I download the Patched version? Seems like it is stil 1.4 that is used on codebender unless you upload your own version.
    • Anticimex

      Merry Christmas MySensorers
      General Discussion • • Anticimex  

      2
      3
      Votes
      2
      Posts
      1021
      Views

      salvato

      Merry Christmas to all of you
    • Anticimex

      Configurable ack timeout?
      Domoticz • • Anticimex  

      3
      0
      Votes
      3
      Posts
      1848
      Views

      Samuel235

      @Anticimex As this is an issue with getting secure messages through the MySensors network to a secure controller i hope its in the pipeline for revision. I would love to see this resolved as i believe secure messages through MySensors would open up a huge potential for the MySensor project to grow rapidly.
    • Anticimex

      My Sensor node "motherboard" (MySensorsNode)
      Hardware • • Anticimex  

      72
      12
      Votes
      72
      Posts
      36103
      Views

      Anticimex

      @bilbolodz well, no it is 2mm pitch.
    • Anticimex

      Newest MySensor community member
      General Discussion • • Anticimex  

      15
      4
      Votes
      15
      Posts
      4921
      Views

      rvendrame

      Welcome Harald! And congrats+good luck to dad/mom
    • Anticimex

      [security] Introducing signing support to MySensors
      Development • security • • Anticimex  

      491
      20
      Votes
      491
      Posts
      333641
      Views

      Anticimex

      @alowhum progress on that is best viewed here: https://github.com/mysensors/MySensors/issues/1118 Progress is quite slow at the moment because I am busy with other things of personal nature, like buying a house and moving into it, so don't expect much to happen this year (unless anyone would like to help out :))
    • Anticimex

      ImperiHome Standard System API
      Feature Requests • • Anticimex  

      11
      0
      Votes
      11
      Posts
      6671
      Views

      Anticimex

      @tbowmo Thats right. But more imprtantly, the whole purpose of my signing development is to allow sensor nodes to trust the "sender". But this of course chains all the way to the controller, and with the MiOS tunnel, that chains outside the walls and then signing does not matter at all. Anybode with access to my MiOS account (which is hackable) can then access potentially my doorlock. And that would be...bad... I know that MiOS intention is sort of honorable; easily provide remote access to your HA system. However, they should provide better support to opt-out of that option. If I wanted to access stuff remotely, I open a SSH tunnel with my two-factor authentication and then I have total access to my LAN. But we are gliding off topic here @epierre basically answered my question and killed the overall topic since my query was if the current HW design could support this. If a much more gateway HW is required, then there are better alternatives to pursue.
    • Anticimex

      Interfacing nasty stuff with MySensors
      General Discussion • hack • • Anticimex  

      12
      1
      Votes
      12
      Posts
      3682
      Views

      Anticimex

      Yes and no. The library I use is for single wire. A new lib (or better, an extension to the existing) is required for I2C. But the logic layer can be reused assuming the api is kept intact (which it should, as there are no hardware specifics in the api). I considered using I2C, but rejected it in order to be able to be more versatile and less dependent on pins and components. But the device register map is identical between the devices so it is enough to switch the data marshaling parts. The library is based on this:https://github.com/jimblom/sha204-Breakout But I have made a few changes to it to make it more suited for device use. You can find my lib in the development branch of the MySensors git by now. It also carries a sketch to personalize the device.
    • Anticimex

      My "hybrid" gateway
      My Project • pcb serialgateway ethernetgateway w5100 dhcp • • Anticimex  

      9
      3
      Votes
      9
      Posts
      6666
      Views

      Anticimex

      Original post is now updated (look at the bottom of it). (ping @bjornhallberg)
    • Anticimex

      HW design using gEDA
      My Project • pcb layout schematic • • Anticimex  

      1
      0
      Votes
      1
      Posts
      1499
      Views

      No one has replied

    • Anticimex

      3D printing of custom casings
      Enclosures / 3D Printing • production design • • Anticimex  

      14
      0
      Votes
      14
      Posts
      5553
      Views

      Anticimex

      Actually, one thing that speaks for SketchUp is the availability of other designs. So for a case-design, it should be possible to download a 3D model of an Arduino board, in order to make sure it fits well.
    • Anticimex

      1wire temperature sensor infrastructure using off-the-shelf products
      My Project • • Anticimex  

      4
      0
      Votes
      4
      Posts
      3928
      Views

      Anticimex

      That sums it up. Questions are welcome!