Navigation

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

    Best posts made by mick

    • RS485 FOTW! (Firmware over the wire)

      Re: OTA Programming over wire ? 🙂 (RS-485)

      I can confirm this can be done. I had all sorts of trouble with compiling bootloaders and ended up using the precompiled sensebender micro bootloader (which uses pin 8 for CS (SS) activation of SPI memory). The way around this for now was moving the rs485 to the hardware serial port and disabling all debug output. I went with a 3.3 Arduino Pro Mini and level shifter for the MAX485 module (thats all i have here). I've done 3 firmware updates over the wire using MYSController and so far am impressed with the results. I would like to compile a new DualOptiboot and move the SS pin but can't seem to make this happen.

      0_1538148393640_tempsnip.png

      Very messy breadboard, but just for an idea.

      0_1538148560629_IMG_5502.JPG

      posted in Development
      mick
      mick
    • RE: 💬 Building a wired RS485 sensor network

      @wimd Thanks mate! That topic was just what I was looking for. Works perfectly with defining a node ID!

      Just added this to my sensor node:

      #define MY_NODE_ID <X>
      

      and everything came together. Thank you for your quick reply.

      posted in Announcements
      mick
      mick