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.6k 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.
  • D dakipro

    Is it possible to use this bootloader with arduino Mega boards (mega 2560)?
    What should be set in boards.txt then?

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

    @dakipro as a node or as gateway? Anyway I don't think it is supported

    1 Reply Last reply
    1
    • D Offline
      D Offline
      dakipro
      wrote on last edited by
      #88

      as a node, I want to build one ambitious notification node with a bunch of functionality, Due to number of interrupts i would like to have (and total sensors as well) it would have to be a mega board.

      It would be physically located in other part of the house, so wireless programming would be awesome if possible :)

      C: OpenHAB2 with node-red on linux laptop
      GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
      GW: Arduino Mega, RFLink 433Mhz

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

        May I ask why do you need that many interrupts?

        D 1 Reply Last reply
        0
        • karlheinz2000K Offline
          karlheinz2000K Offline
          karlheinz2000
          wrote on last edited by
          #90

          DualOptiboot: if you do your own board layout, always keep the CS signal of the external flash at pin D8. You can change the pin number in your sketch, but not for the bootloader It is hard coded in the bootloader!
          In this case the uploaded firmware is written to external flash by the sketch, but the bootloader can not read it and not write it to internal flash. Firmware will never get updated. Took me some time to find out...

          1 Reply Last reply
          1
          • gohanG gohan

            May I ask why do you need that many interrupts?

            D Offline
            D Offline
            dakipro
            wrote on last edited by
            #91

            @gohan never saw your reply sorry.
            I am assuming I need more then two interrupts as I would like to have several buttons and sensors to the node. I am building a "information" node from an old lamp that will have a pir, lcd, temp, rgb led. Also a proximity and few others like microphone from the secret knock example, air quality, buzzer.
            I guess I could get away with checking on sensor/buttons state on each cycle since it is not a battery powered sensor, but I assume I will need more memory anyway for all the libs.

            (I know that perhaps the raspberry is better for this task, but... would like to push arduino and myself a bit more :) )

            C: OpenHAB2 with node-red on linux laptop
            GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
            GW: Arduino Mega, RFLink 433Mhz

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

              Since it's not a battery node, you can use pretty much anything you want. If you want to give it a shot, there is also a 3.3v pro mini with a Mega 2560 chip that should give you plenty of room and power for all the libraries you want.

              D 1 Reply Last reply
              0
              • SpannersS Offline
                SpannersS Offline
                Spanners
                wrote on last edited by
                #93

                Can I add a +1 for Mega2560 support in the MYSBootloader please?

                I have 3 Mega based nodes (Irrigation and Pool Controllers). 2 of which are in spider infested, confined spaces in the garden. OTA would be a joy.

                1 Reply Last reply
                0
                • gohanG gohan

                  Since it's not a battery node, you can use pretty much anything you want. If you want to give it a shot, there is also a 3.3v pro mini with a Mega 2560 chip that should give you plenty of room and power for all the libraries you want.

                  D Offline
                  D Offline
                  dakipro
                  wrote on last edited by
                  #94

                  @gohan yes, but can it FOTA? :)
                  Never saw pro mini with mega chips btw (or didn't know the difference), do you have any links maybe?

                  C: OpenHAB2 with node-red on linux laptop
                  GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
                  GW: Arduino Mega, RFLink 433Mhz

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

                    http://robotdyn.com/mega-2560-pro-mini-atmega2560-16au.html

                    No idea if it can FOTA, bot I don't think there is a dual optiboot for it

                    1 Reply Last reply
                    1
                    • RFM69R Offline
                      RFM69R Offline
                      RFM69
                      wrote on last edited by
                      #96

                      Thanks for the info, I've got it working on boards which arn't already soldered to radios, however just cant burn a new bootrom to a board with a RF69 soldered across pins miso mosi and sck. Is this normal ?

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

                        I guess the radio chip is interfering with the communication

                        1 Reply Last reply
                        0
                        • RFM69R RFM69

                          Thanks for the info, I've got it working on boards which arn't already soldered to radios, however just cant burn a new bootrom to a board with a RF69 soldered across pins miso mosi and sck. Is this normal ?

                          scalzS Offline
                          scalzS Offline
                          scalz
                          Hardware Contributor
                          wrote on last edited by scalz
                          #98

                          @rfm69 does your rfm69 CS signal have a pullup? If not, you should add one, because pin can be floating (so it's bad practice to not have pullup on CS lines) and interfering during AVRSPI reprogramming

                          RFM69R 1 Reply Last reply
                          0
                          • scalzS scalz

                            @rfm69 does your rfm69 CS signal have a pullup? If not, you should add one, because pin can be floating (so it's bad practice to not have pullup on CS lines) and interfering during AVRSPI reprogramming

                            RFM69R Offline
                            RFM69R Offline
                            RFM69
                            wrote on last edited by
                            #99

                            @scalz Thanks for the suggestion. By CS do you mean the DI00 on rmf69 and pin2 INT0 on mini pro ?

                            I get confused by these things, so need to confirm. :)

                            What type of value pullup would you suggest. Again I'm new to this.

                            Thanks

                            1 Reply Last reply
                            0
                            • scalzS Offline
                              scalzS Offline
                              scalz
                              Hardware Contributor
                              wrote on last edited by scalz
                              #100

                              @RFM69
                              CS/SS of the SPI bus, for enabling/disabling device spi comm. it's your rfm69 NSS pin if you prefer.
                              I usually use 56k pullup resistor

                              RFM69R 1 Reply Last reply
                              0
                              • scalzS scalz

                                @RFM69
                                CS/SS of the SPI bus, for enabling/disabling device spi comm. it's your rfm69 NSS pin if you prefer.
                                I usually use 56k pullup resistor

                                RFM69R Offline
                                RFM69R Offline
                                RFM69
                                wrote on last edited by RFM69
                                #101

                                @scalz thanks will give it ago.

                                1 Reply Last reply
                                0
                                • G Offline
                                  G Offline
                                  Guillermo Schimmel
                                  wrote on last edited by
                                  #102

                                  Hi there. For what I'm reading, the MYSBootloader allways uses the default channel 76. Is that correct? It would be a very important addition to this howto.

                                  mfalkviddM 1 Reply Last reply
                                  0
                                  • G Guillermo Schimmel

                                    Hi there. For what I'm reading, the MYSBootloader allways uses the default channel 76. Is that correct? It would be a very important addition to this howto.

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

                                    @guillermo-schimmel not always, but by default. To change the channel, the bootloader must be recompiled. I have added a note to the howto. Could you check if the information is sufficiently clear?

                                    G S 2 Replies Last reply
                                    0
                                    • G Offline
                                      G Offline
                                      Guillermo Schimmel
                                      wrote on last edited by
                                      #104

                                      I recompiled MYSBootloader 1.3 with the RF Channel I use and it's now working. I can confirm that FOTA works great over MQTT gateway.

                                      1 Reply Last reply
                                      0
                                      • mfalkviddM mfalkvidd

                                        @guillermo-schimmel not always, but by default. To change the channel, the bootloader must be recompiled. I have added a note to the howto. Could you check if the information is sufficiently clear?

                                        G Offline
                                        G Offline
                                        Guillermo Schimmel
                                        wrote on last edited by
                                        #105

                                        @mfalkvidd Thank you as usual.

                                        I can confirm that is indeed working by recompiling to my channel.

                                        I have however a couple of questions.

                                        1. When you say "by default", do that means that there is a way of modify that default? If so, how?

                                        2. This specific node that I'm testing with, have a fixed node id (I use OpenHAB). But with the recompiled bootloader it "knows" which firmware download. Where does it gets from? Is the bootloader accessing the main sketch? Or is the node id info fixed in eeprom.

                                        3. If the node id info is in eeprom, could we also have the channel there? It would be so great not having to compile the bootloader.

                                        Thanks a lot, as allways.

                                        mfalkviddM 1 Reply Last reply
                                        1
                                        • G Guillermo Schimmel

                                          @mfalkvidd Thank you as usual.

                                          I can confirm that is indeed working by recompiling to my channel.

                                          I have however a couple of questions.

                                          1. When you say "by default", do that means that there is a way of modify that default? If so, how?

                                          2. This specific node that I'm testing with, have a fixed node id (I use OpenHAB). But with the recompiled bootloader it "knows" which firmware download. Where does it gets from? Is the bootloader accessing the main sketch? Or is the node id info fixed in eeprom.

                                          3. If the node id info is in eeprom, could we also have the channel there? It would be so great not having to compile the bootloader.

                                          Thanks a lot, as allways.

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

                                          @guillermo-schimmel

                                          1. Yes. Isn't that exactly what you did when you did this: "I can confirm that is indeed working by recompiling to my channel" ?
                                          2. I don't know. But I would also guess eeprom.
                                          3. The bootloader needs to fit into a very small size, so I am not sure if there is room to read the channel from eeprom.

                                          Maybe @scalz can comment on 2 and 3.

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


                                          10

                                          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