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
  1. Home
  2. Announcements
  3. πŸ’¬ FOTA (Wireless Programming)

πŸ’¬ FOTA (Wireless Programming)

Scheduled Pinned Locked Moved Announcements
wirelessupdateover the airsensebenderfotafirmware over the airwireless programming
130 Posts 46 Posters 31.5k Views 44 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Cliff KarlssonC Offline
    Cliff KarlssonC Offline
    Cliff Karlsson
    wrote on last edited by
    #34

    And this happens when I try to upoad a sketch to the board:

    Sketch uses 16,796 bytes (54%) of program storage space. Maximum is 30,720 bytes.
    Global variables use 739 bytes (36%) of dynamic memory, leaving 1,309 bytes for local variables. Maximum is 2,048 bytes.

    avrdude: stk500_paged_load(): (a) protocol error, expect=0x10, resp=0x90
    avrdude: stk500_cmd(): protocol error
    avr_read(): error reading address 0x0137
    read operation not supported for memory "flash"
    avrdude: failed to read all of flash memory, rc=-2
    the selected serial port avrdude: failed to read all of flash memory, rc=-2
    does not exist or your board is not connected

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Alex B Goode
      wrote on last edited by
      #35

      Fellows, let me ask you about the procedure of switching controllers during OTA.
      My sensors are connected to a serial gateway, which is operated by a controller.
      In my case the controller is Domoticz server hosted by Raspberry Pi2.

      So if I want to initiate updating one of my nodes over the air then I need to... stop my current controller on my Raspberry Pi2 and... start a new gateway on a Windows machine with MYSControler, wait when all nodes will re-discover the new gateway and connect, and then use MYSControler to do all updates I need?

      TakeroT 1 Reply Last reply
      1
      • A Alex B Goode

        Fellows, let me ask you about the procedure of switching controllers during OTA.
        My sensors are connected to a serial gateway, which is operated by a controller.
        In my case the controller is Domoticz server hosted by Raspberry Pi2.

        So if I want to initiate updating one of my nodes over the air then I need to... stop my current controller on my Raspberry Pi2 and... start a new gateway on a Windows machine with MYSControler, wait when all nodes will re-discover the new gateway and connect, and then use MYSControler to do all updates I need?

        TakeroT Offline
        TakeroT Offline
        Takero
        Hardware Contributor
        wrote on last edited by
        #36

        @Alex-B-Goode Yes this is the Way. If you dont like to disconnect the Gateway from Pi you Can use my procedure was i wrote some posts before. If the nodes discovered One time you dont need to wait again. MYScontroller save the discovered nodes.

        1 Reply Last reply
        0
        • W Offline
          W Offline
          Werwolfx
          wrote on last edited by
          #37

          +1 Where is located MYSBootloader for MySensors 2.0?
          and where is a linux version?

          1 Reply Last reply
          1
          • seeersS Offline
            seeersS Offline
            seeers
            wrote on last edited by
            #38

            is it possible or planned to do a OTA update over RS485 (with external flash using DualOptiBoot) ?

            mfalkviddM 1 Reply Last reply
            0
            • seeersS seeers

              is it possible or planned to do a OTA update over RS485 (with external flash using DualOptiBoot) ?

              mfalkviddM Offline
              mfalkviddM Offline
              mfalkvidd
              Mod
              wrote on last edited by
              #39

              @seeers see partial answer in https://forum.mysensors.org/topic/5751/ota-programming-over-wire-rs-485/2

              1 Reply Last reply
              0
              • maghacM Offline
                maghacM Offline
                maghac
                wrote on last edited by
                #40

                Has any attempted to use a usbip client on Windows to use with MYSController and access the GW?

                usbip is another technology for sharing USB ports over TCP/IP networks, similar to virtualhere. I am using it to access a USB device connected to a rPi2 from a linux box.

                1 Reply Last reply
                0
                • nick van alstN Offline
                  nick van alstN Offline
                  nick van alst
                  wrote on last edited by
                  #41

                  Is the sensbender micro already preloaded with the Dualoptiboot bootloader?

                  1 Reply Last reply
                  0
                  • mfalkviddM Offline
                    mfalkviddM Offline
                    mfalkvidd
                    Mod
                    wrote on last edited by mfalkvidd
                    #42

                    @nick-van-alst https://forum.mysensors.org/topic/5939/is-the-sensbender-micro-already-preloaded-with-the-dualoptiboot-bootloader

                    1 Reply Last reply
                    0
                    • maghacM Offline
                      maghacM Offline
                      maghac
                      wrote on last edited by
                      #43

                      I'd like to try this on my Pro Mini clone, but unfortunately I find the instructions very confusing.

                      What are fuses and why do I need to change them? To what do I need to change them?
                      I cannot see "Arduino Mini pro MYSBootloader" in Boards.

                      I am using Mysensors 2.1.

                      sundberg84S 1 Reply Last reply
                      0
                      • maghacM maghac

                        I'd like to try this on my Pro Mini clone, but unfortunately I find the instructions very confusing.

                        What are fuses and why do I need to change them? To what do I need to change them?
                        I cannot see "Arduino Mini pro MYSBootloader" in Boards.

                        I am using Mysensors 2.1.

                        sundberg84S Offline
                        sundberg84S Offline
                        sundberg84
                        Hardware Contributor
                        wrote on last edited by sundberg84
                        #44

                        @maghac - https://forum.mysensors.org/topic/3018/tutorial-how-to-burn-1mhz-8mhz-bootloader-using-arduino-ide-1-6-5-r5 here is a good tutorial how to burn a bootloader. You need to select a bootloader you want to use. They all have different properties. The fuses are burned when you burn the bootloader. The wirelsess programming tutorial is found here: https://www.mysensors.org/about/ota

                        Controller: Proxmox VM - Home Assistant
                        MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                        MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                        RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                        1 Reply Last reply
                        0
                        • gohanG Offline
                          gohanG Offline
                          gohan
                          Mod
                          wrote on last edited by
                          #45

                          The suggested bootloader programmers in the article work with all Arduino Mini pro, UNO, MEGA and so on? I have searched around Aliexpress for "USBASP" but it seems they support only windows 7 and the common description is " USBASP USBISP AVR Programmer USB ATMEGA8 ATMEGA128" so it's kind of confusing for me

                          1 Reply Last reply
                          0
                          • tbowmoT Offline
                            tbowmoT Offline
                            tbowmo
                            Admin
                            wrote on last edited by
                            #46

                            They should work with all of the "old" AVR line of atmel processors (attiny, atmega)

                            If you go with newer processors like atsam procssor line, you need to have a CMSIS adapter instead.

                            Btw. they should work on both windows and linux (and newer versions of windows as well)

                            1 Reply Last reply
                            0
                            • H Offline
                              H Offline
                              hiddenuser
                              wrote on last edited by
                              #47

                              Hi there,
                              I have a RPI running my gateway(/dev/ttyUSB020) and domoticz is running on the rpi too. How do I used MYSBootloader to push sketches to my sensors?
                              Thanks

                              gohanG 1 Reply Last reply
                              0
                              • H hiddenuser

                                Hi there,
                                I have a RPI running my gateway(/dev/ttyUSB020) and domoticz is running on the rpi too. How do I used MYSBootloader to push sketches to my sensors?
                                Thanks

                                gohanG Offline
                                gohanG Offline
                                gohan
                                Mod
                                wrote on last edited by
                                #48

                                @hiddenuser https://www.mysensors.org/about/ota
                                Then I suggest you configure the gateway as an ethernet gateway and use myscontroller to assign the firmware to the nodes

                                1 Reply Last reply
                                0
                                • B Offline
                                  B Offline
                                  bilbolodz
                                  wrote on last edited by
                                  #49

                                  It's not quite clear for my how to use MYSBootloader for OTA. I'm running Domoticz as a controller (on RPI) and my gateway also is running on RPI (NRF on GPIO). Should have I one more arduino gateway connected to Windows machine running MYSController? As far I know there could be only one gateway in mysensors network.

                                  1 Reply Last reply
                                  1
                                  • gohanG Offline
                                    gohanG Offline
                                    gohan
                                    Mod
                                    wrote on last edited by
                                    #50

                                    You just connect myscontroller to the gateway running on the RPI if it is configured as ethernet

                                    maghacM 1 Reply Last reply
                                    1
                                    • gohanG gohan

                                      You just connect myscontroller to the gateway running on the RPI if it is configured as ethernet

                                      maghacM Offline
                                      maghacM Offline
                                      maghac
                                      wrote on last edited by
                                      #51

                                      I installed mycontroller.org for this purpose (OTA updates).

                                      I have a MQTT gateway running on a NodeMCU, which connects to my MQTT server (mosquitto running on a ubuntu server) via wifi. This setup works very well, and I don't have to keep anything running on my desktop machine (which is a windows 10 box) while the OTA updates are being pushed out (which takes ages, since they are running on battery and only wake up once every few hours).

                                      rozpruwaczR 1 Reply Last reply
                                      0
                                      • maghacM maghac

                                        I installed mycontroller.org for this purpose (OTA updates).

                                        I have a MQTT gateway running on a NodeMCU, which connects to my MQTT server (mosquitto running on a ubuntu server) via wifi. This setup works very well, and I don't have to keep anything running on my desktop machine (which is a windows 10 box) while the OTA updates are being pushed out (which takes ages, since they are running on battery and only wake up once every few hours).

                                        rozpruwaczR Offline
                                        rozpruwaczR Offline
                                        rozpruwacz
                                        wrote on last edited by
                                        #52

                                        @maghac said in πŸ’¬ Wireless Programming:

                                        updates a

                                        lately I was also tinkering with the OTA updates. I'm using RPI as a gateway and controller at the same time. I'm using MQTT gateway and the controller software is OpenHAB. As I studied the documentation about OTA I learned that it is not working with MQTT gateway. Can You explain how to setup OTA with MQTT gateway ? For now I have to kill the MQTT gateway process and launch serial gateway with virtual serial port which in turn has to be shared through the network with the ser2net to be able to use it with mycontroller running on my desktop.

                                        maghacM 1 Reply Last reply
                                        0
                                        • rozpruwaczR rozpruwacz

                                          @maghac said in πŸ’¬ Wireless Programming:

                                          updates a

                                          lately I was also tinkering with the OTA updates. I'm using RPI as a gateway and controller at the same time. I'm using MQTT gateway and the controller software is OpenHAB. As I studied the documentation about OTA I learned that it is not working with MQTT gateway. Can You explain how to setup OTA with MQTT gateway ? For now I have to kill the MQTT gateway process and launch serial gateway with virtual serial port which in turn has to be shared through the network with the ser2net to be able to use it with mycontroller running on my desktop.

                                          maghacM Offline
                                          maghacM Offline
                                          maghac
                                          wrote on last edited by
                                          #53

                                          @rozpruwacz Have a look here: https://forum.mysensors.org/topic/4345/mqtt-client-gateway-node-controller-ota

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          8

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

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