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. General Discussion
  3. bootloaders

bootloaders

Scheduled Pinned Locked Moved General Discussion
4 Posts 3 Posters 640 Views 3 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.
  • T Offline
    T Offline
    Terence Faul
    wrote on last edited by
    #1

    Hi

    Can someone assist.

    is mysensors/MySensorsBootloaderRF24 the same as MYSbootloader?

    mfalkviddM 1 Reply Last reply
    0
    • T Terence Faul

      Hi

      Can someone assist.

      is mysensors/MySensorsBootloaderRF24 the same as MYSbootloader?

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

      @terence-faul the readme says so at least ;-)

      0_1554895099992_32e71099-8f5c-4244-a46a-9535c6014f49-image.png

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Terence Faul
        wrote on last edited by
        #3

        Yep that's why I was asking.

        Anyone able to assist in getting this board into platformio?

        dirkcD 1 Reply Last reply
        0
        • T Terence Faul

          Yep that's why I was asking.

          Anyone able to assist in getting this board into platformio?

          dirkcD Offline
          dirkcD Offline
          dirkc
          wrote on last edited by
          #4

          @terence-faul any solution so far?

          I found this:

          create a file, e.g. mysensors_bootloader_130_8Mhz.json and save it to ~/.platformio/boards/

          {
            "build": {
              "core": "arduino",
              "extra_flags": "-DARDUINO_ARCH_AVR -DARDUINO_AVR_PRO",
              "f_cpu": "8000000L",
              "mcu": "atmega328p",
              "variant": "standard"
            },
            "frameworks": [
              "arduino"
            ],
            "fuses": {
              "efuse": "0xFE",
              "hfuse": "0xD2",
              "lfuse": "0xE2",
              "lock": "0x0F",
              "unlock": "0x3F"
            },
            "name": "MySensorsBootloader 1.3.0 (Atmega328P@8M,3.3V)",
            "upload": {
              "maximum_ram_size": 2048,
              "maximum_size": 30720,
              "protocol": "arduino",
              "require_upload_port": true,
              "speed": 57600
            },
            "url": "http://www.mysensors.org",
            "vendor": "MySensors"
          }
          

          the platformio.ini should look like this:

          [env:mysensors_bootloader_130_8Mhz]
          platform = atmelavr
          framework = arduino
          board = MYSBootloader_8MHz.hex
          src_build_flags = -I/Users/dirk/Arduino/libraries/MySensors
          
          lib_deps =
            # Using a library name
          

          but I do not know where to store the MYSBootloader_8MHz.hex

          Controller: Home Assistant & FHEM - Gateway: ESP8266wifi - MySensors: 2.3.2 (nRF24)

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


          22

          Online

          11.7k

          Users

          11.2k

          Topics

          113.1k

          Posts


          Copyright 2025 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