Navigation

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

    Topics created by d00616

    • d00616

      nRF5 OTA updates
      Development • • d00616  

      8
      5
      Votes
      8
      Posts
      2902
      Views

      d00616

      @lorenzo said in nRF5 OTA updates: Hi, Any news on that? If needed I can help developping. No news from my side. Currently I have no time to work on this feature. You can fork my Repository https://github.com/d00616/ArduinoHwNRF5 to finish the work. It's possible to send a new firmware and the image is new replaced by the bootloader but with the first interrupt the MCU is crashing. For NF52 MCUs, I think this problem is fixable by moving the IV-Pointer to the image maybe there is an problem by different memory layouts of Arduino and Zephyr (used to compile mcuboot).
    • d00616

      nRF5 Multi Sensor Board (12-14€)
      Hardware • • d00616  

      52
      5
      Votes
      52
      Posts
      22020
      Views

      monte

      https://github.com/sandeepmistry/arduino-nRF5 Install this and find libraries for whatever sensors you have on that board. @basaksts said in nRF5 Multi Sensor Board (12-14€): Also I need an bootloader No, you really don't. You need ST-Link, or J-Link SWD programmer/debugger. Connect it to SWDIO, SWCLK, 3.3V and GND and program it using Arduino IDE.
    • d00616

      Motivation to use MySensors for your project?
      General Discussion • • d00616  

      9
      0
      Votes
      9
      Posts
      2360
      Views

      Anticimex

      @Eurbaix partially correct. All radios have encryption support in version 2.0 of the library for obfuscation. (I know that you know that now, I just add it here for documentary reasons). But there are limitations in the security solution. Primarily due to the limitations of the HW "base" supported at the time of implementation.
    • d00616

      NRF5 Read Back Protection
      Development • • d00616  

      4
      2
      Votes
      4
      Posts
      1093
      Views

      Anticimex

      I agree. In general, security mechanisms other than OTA/message related (signing/encryption) should be part of the bootloader, since that is the area where absolute control can be enforced on what to execute (fw validation, etc).
    • d00616

      Randomness
      Development • • d00616  

      12
      1
      Votes
      12
      Posts
      2522
      Views

      d00616

      I have checked the hwGetentropy() on my x86 Linux. When https://github.com/mysensors/MySensors/pull/830 is merged, I create a new Pull Request.