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. Controllers
  3. Windows GUI/Controller for MySensors

Windows GUI/Controller for MySensors

Scheduled Pinned Locked Moved Controllers
myscontrollermysbootloader
486 Posts 101 Posters 348.3k Views 73 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.
  • M Offline
    M Offline
    mvader
    wrote on last edited by mvader
    #132

    Hi - I need some clarification.
    I have mysensors connected to my vera lite (working)
    I bought 3 of the sensebender micro boards and got them talking with the gateway (working)
    loaded up myscontroller it's running and see the gateway and all 3 nodes.
    yay!
    the issue is the sensors are reporting in C instead of F, so i modified the sketch, compiled it, found the hex file (66k)
    and moved it to the correct folder per instructions.
    when i says "assign FW" nothing happens.
    am i understanding correctly that "firmware" is just a compiled sketch?
    if i need to make changes to my device, is this the correct way?
    modify sketch - > compile -> move hex to myscontroller folder - > edit firmware_config file -> right click assign fw -> pick new firmware
    is that correct?
    nothing is happening for me when i do that..
    please clarify.
    thanks!

    edit: file size says 66k in win7
    but in the compiler it says
    Sketch uses 23,724 bytes (77%) of program storage space. Maximum is 30,720 bytes.
    Global variables use 822 bytes (40%) of dynamic memory, leaving 1,226 bytes for local variables. Maximum is 2,048 bytes.

    the file i grabbed was SensebenderMicro.cpp.hex

    tekkaT 1 Reply Last reply
    0
    • M mvader

      Hi - I need some clarification.
      I have mysensors connected to my vera lite (working)
      I bought 3 of the sensebender micro boards and got them talking with the gateway (working)
      loaded up myscontroller it's running and see the gateway and all 3 nodes.
      yay!
      the issue is the sensors are reporting in C instead of F, so i modified the sketch, compiled it, found the hex file (66k)
      and moved it to the correct folder per instructions.
      when i says "assign FW" nothing happens.
      am i understanding correctly that "firmware" is just a compiled sketch?
      if i need to make changes to my device, is this the correct way?
      modify sketch - > compile -> move hex to myscontroller folder - > edit firmware_config file -> right click assign fw -> pick new firmware
      is that correct?
      nothing is happening for me when i do that..
      please clarify.
      thanks!

      edit: file size says 66k in win7
      but in the compiler it says
      Sketch uses 23,724 bytes (77%) of program storage space. Maximum is 30,720 bytes.
      Global variables use 822 bytes (40%) of dynamic memory, leaving 1,226 bytes for local variables. Maximum is 2,048 bytes.

      the file i grabbed was SensebenderMicro.cpp.hex

      tekkaT Offline
      tekkaT Offline
      tekka
      Admin
      wrote on last edited by
      #133

      @mvader said:

      when i says "assign FW" nothing happens.
      am i understanding correctly that "firmware" is just a compiled sketch?
      if i need to make changes to my device, is this the correct way?
      modify sketch - > compile -> move hex to myscontroller folder - > edit firmware_config file -> right click assign fw -> pick new firmware
      is that correct?
      nothing is happening for me when i do that..

      For OTA updates you need to burn the MYSBootloader (instructions here). Once done, assign FW, reboot node and wait until FW is transferred.

      edit: file size says 66k in win7
      but in the compiler it says
      Sketch uses 23,724 bytes (77%) of program storage space. Maximum is 30,720 bytes.

      Yup, because the .hex file is not binary but a hex (hence the suffix) format with headers and checksums.

      M 1 Reply Last reply
      0
      • tekkaT tekka

        @mvader said:

        when i says "assign FW" nothing happens.
        am i understanding correctly that "firmware" is just a compiled sketch?
        if i need to make changes to my device, is this the correct way?
        modify sketch - > compile -> move hex to myscontroller folder - > edit firmware_config file -> right click assign fw -> pick new firmware
        is that correct?
        nothing is happening for me when i do that..

        For OTA updates you need to burn the MYSBootloader (instructions here). Once done, assign FW, reboot node and wait until FW is transferred.

        edit: file size says 66k in win7
        but in the compiler it says
        Sketch uses 23,724 bytes (77%) of program storage space. Maximum is 30,720 bytes.

        Yup, because the .hex file is not binary but a hex (hence the suffix) format with headers and checksums.

        M Offline
        M Offline
        mvader
        wrote on last edited by mvader
        #134

        @tekka said:

        @mvader said:

        when i says "assign FW" nothing happens.
        am i understanding correctly that "firmware" is just a compiled sketch?
        if i need to make changes to my device, is this the correct way?
        modify sketch - > compile -> move hex to myscontroller folder - > edit firmware_config file -> right click assign fw -> pick new firmware
        is that correct?
        nothing is happening for me when i do that..

        For OTA updates you need to burn the MYSBootloader (instructions here). Once done, assign FW, reboot node and wait until FW is transferred.

        edit: file size says 66k in win7
        but in the compiler it says
        Sketch uses 23,724 bytes (77%) of program storage space. Maximum is 30,720 bytes.

        Yup, because the .hex file is not binary but a hex (hence the suffix) format with headers and checksums.

        I thought i read those sensebender boards were going to come pre-burned with the MYSBootloader from the mfg? that why you wouldn't need a programmer. i'll check with those folks..

        edit: i found where they said it was pre-programmed..

        @hek said:

        Yes, FTDI, ISCP or over-the-air updates.

        It comes pre-programmed with MySensors variant of the DualOptiboot-bootloader.
        https://github.com/mysensors/DualOptiboot
        Which can take advantage of the extra flash memory to do a safe over-the-air firmware update.
        It comes pre-programmed with MySensors variant of the DualOptiboot-bootloader.
        https://github.com/mysensors/DualOptiboot
        Which can take advantage of the extra flash memory to do a safe over-the-air firmware update.

        M 1 Reply Last reply
        0
        • M mvader

          @tekka said:

          @mvader said:

          when i says "assign FW" nothing happens.
          am i understanding correctly that "firmware" is just a compiled sketch?
          if i need to make changes to my device, is this the correct way?
          modify sketch - > compile -> move hex to myscontroller folder - > edit firmware_config file -> right click assign fw -> pick new firmware
          is that correct?
          nothing is happening for me when i do that..

          For OTA updates you need to burn the MYSBootloader (instructions here). Once done, assign FW, reboot node and wait until FW is transferred.

          edit: file size says 66k in win7
          but in the compiler it says
          Sketch uses 23,724 bytes (77%) of program storage space. Maximum is 30,720 bytes.

          Yup, because the .hex file is not binary but a hex (hence the suffix) format with headers and checksums.

          I thought i read those sensebender boards were going to come pre-burned with the MYSBootloader from the mfg? that why you wouldn't need a programmer. i'll check with those folks..

          edit: i found where they said it was pre-programmed..

          @hek said:

          Yes, FTDI, ISCP or over-the-air updates.

          It comes pre-programmed with MySensors variant of the DualOptiboot-bootloader.
          https://github.com/mysensors/DualOptiboot
          Which can take advantage of the extra flash memory to do a safe over-the-air firmware update.
          It comes pre-programmed with MySensors variant of the DualOptiboot-bootloader.
          https://github.com/mysensors/DualOptiboot
          Which can take advantage of the extra flash memory to do a safe over-the-air firmware update.

          M Offline
          M Offline
          mvader
          wrote on last edited by
          #135
          This post is deleted!
          1 Reply Last reply
          0
          • G Offline
            G Offline
            gigaguy
            wrote on last edited by gigaguy
            #136

            I have a some questions. Couldnt find answer anywhere.

            If I am using an arduino connected to the serial port on a Raspberry pi (w/openhab) How do I assign fw, reboot, etc?

            Do I need to disconnect the GW and use windows temporarily to reboot, update fw? or can I have 2 GW's?

            I updated my nano with the MYS bootloader, and after I power it on, it never shows up in MYSController.

            1 Reply Last reply
            1
            • F Offline
              F Offline
              Fredrik Carlsson
              wrote on last edited by
              #137

              @tekka Hey, it seems like the downloadlink is broken. Can you check?

              tekkaT 1 Reply Last reply
              0
              • n3roN Offline
                n3roN Offline
                n3ro
                wrote on last edited by
                #138

                i dont understand how to use this...
                Can somebody explain it?

                pimatic + MySensors + Homeduino + z-way
                https://github.com/n3roGit/MySensors_n3ro

                1 Reply Last reply
                0
                • F Fredrik Carlsson

                  @tekka Hey, it seems like the downloadlink is broken. Can you check?

                  tekkaT Offline
                  tekkaT Offline
                  tekka
                  Admin
                  wrote on last edited by tekka
                  #139

                  @Fredrik-Carlsson link works for me (https://goo.gl/48Yn6y)

                  1 Reply Last reply
                  0
                  • F Offline
                    F Offline
                    Fredrik Carlsson
                    wrote on last edited by
                    #140

                    Yes I tried now again an now it works. Maybe something temporary with Dropbox yesterday

                    1 Reply Last reply
                    0
                    • C Offline
                      C Offline
                      cdr
                      wrote on last edited by
                      #141

                      It is possible to burn the bootloader to an Arduino Uno right? (if not please skip below and I will rtfm some more)

                      Could anyone please explain me what I am doing wrong here? I use avrdudess (http://blog.zakkemble.co.uk/avrdudess-a-gui-for-avrdude/) to program the bootloader.hex (also tried the supplied method) but no dice;

                      Writing the bootloader seems to work;

                      Detected 1e950f = ATmega328P
                      MYSBootloader.hex: 2.002 / 32.768 Bytes (6,11%)
                      ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
                      
                      avrdude.exe: set SCK frequency to 1500000 Hz
                      avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
                      avrdude.exe: AVR device initialized and ready to accept instructions
                      
                      Reading | ################################################## | 100% 0.00s
                      
                      avrdude.exe: Device signature = 0x1e950f
                      avrdude.exe: erasing chip
                      avrdude.exe: set SCK frequency to 1500000 Hz
                      avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
                      avrdude.exe: reading input file "C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex"
                      avrdude.exe: input file C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex auto detected as Intel Hex
                      avrdude.exe: writing flash (32722 bytes):
                      
                      Writing | ################################################## | 100% 0.00s
                      
                      avrdude.exe: 32722 bytes of flash written
                      avrdude.exe: verifying flash memory against C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex:
                      avrdude.exe: load data flash data from input file C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex:
                      avrdude.exe: input file C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex auto detected as Intel Hex
                      avrdude.exe: input file C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex contains 32722 bytes
                      avrdude.exe: reading on-chip flash data:
                      
                      Reading | ################################################## | 100% 0.00s
                      
                      avrdude.exe: verifying ...
                      avrdude.exe: 32722 bytes of flash verified
                      

                      However tech life wouldn't be techlife without days of endless debugging

                      Setting the extended fuse fails verification

                      avrdude.exe: reading on-chip flash data:
                      
                      Reading | ################################################## | 100% 0.00s
                      
                      avrdude.exe: verifying ...
                      avrdude.exe: 32722 bytes of flash verified
                      avrdude.exe: reading input file "0xF7"
                      avrdude.exe: writing lfuse (1 bytes):
                      
                      Writing | ################################################## | 100% 0.00s
                      
                      avrdude.exe: 1 bytes of lfuse written
                      avrdude.exe: verifying lfuse memory against 0xF7:
                      avrdude.exe: load data lfuse data from input file 0xF7:
                      avrdude.exe: input file 0xF7 contains 1 bytes
                      avrdude.exe: reading on-chip lfuse data:
                      
                      Reading | ################################################## | 100% 0.00s
                      
                      avrdude.exe: verifying ...
                      avrdude.exe: 1 bytes of lfuse verified
                      avrdude.exe: reading input file "0xDA"
                      avrdude.exe: writing hfuse (1 bytes):
                      
                      Writing | ################################################## | 100% 0.00s
                      
                      avrdude.exe: 1 bytes of hfuse written
                      avrdude.exe: verifying hfuse memory against 0xDA:
                      avrdude.exe: load data hfuse data from input file 0xDA:
                      avrdude.exe: input file 0xDA contains 1 bytes
                      avrdude.exe: reading on-chip hfuse data:
                      
                      Reading | ################################################## | 100% 0.00s
                      
                      avrdude.exe: verifying ...
                      avrdude.exe: 1 bytes of hfuse verified
                      avrdude.exe: reading input file "0xFE"
                      avrdude.exe: writing efuse (1 bytes):
                      
                      Writing |  ***failed;  
                      ################################################## | 100% 0.03s
                      
                      avrdude.exe: 1 bytes of efuse written
                      avrdude.exe: verifying efuse memory against 0xFE:
                      avrdude.exe: load data efuse data from input file 0xFE:
                      avrdude.exe: input file 0xFE contains 1 bytes
                      avrdude.exe: reading on-chip efuse data:
                      
                      Reading | ################################################## | 100% 0.00s
                      
                      avrdude.exe: verifying ...
                      avrdude.exe: verification error, first mismatch at byte 0x0000
                                   0x06 != 0xfe
                      avrdude.exe: verification error; content mismatch
                      
                      avrdude.exe done.  Thank you.
                      

                      This last error is giving me headaches, why the "first mismatch at byte 0x0000 0x06 != 0xfe" error?

                      Really hope someone can enlighten me...

                      tekkaT 1 Reply Last reply
                      0
                      • C cdr

                        It is possible to burn the bootloader to an Arduino Uno right? (if not please skip below and I will rtfm some more)

                        Could anyone please explain me what I am doing wrong here? I use avrdudess (http://blog.zakkemble.co.uk/avrdudess-a-gui-for-avrdude/) to program the bootloader.hex (also tried the supplied method) but no dice;

                        Writing the bootloader seems to work;

                        Detected 1e950f = ATmega328P
                        MYSBootloader.hex: 2.002 / 32.768 Bytes (6,11%)
                        ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
                        
                        avrdude.exe: set SCK frequency to 1500000 Hz
                        avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
                        avrdude.exe: AVR device initialized and ready to accept instructions
                        
                        Reading | ################################################## | 100% 0.00s
                        
                        avrdude.exe: Device signature = 0x1e950f
                        avrdude.exe: erasing chip
                        avrdude.exe: set SCK frequency to 1500000 Hz
                        avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
                        avrdude.exe: reading input file "C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex"
                        avrdude.exe: input file C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex auto detected as Intel Hex
                        avrdude.exe: writing flash (32722 bytes):
                        
                        Writing | ################################################## | 100% 0.00s
                        
                        avrdude.exe: 32722 bytes of flash written
                        avrdude.exe: verifying flash memory against C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex:
                        avrdude.exe: load data flash data from input file C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex:
                        avrdude.exe: input file C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex auto detected as Intel Hex
                        avrdude.exe: input file C:\Users\codar\Desktop\MYSController_0_1_2_280\Bootloader\MYSBootloader.hex contains 32722 bytes
                        avrdude.exe: reading on-chip flash data:
                        
                        Reading | ################################################## | 100% 0.00s
                        
                        avrdude.exe: verifying ...
                        avrdude.exe: 32722 bytes of flash verified
                        

                        However tech life wouldn't be techlife without days of endless debugging

                        Setting the extended fuse fails verification

                        avrdude.exe: reading on-chip flash data:
                        
                        Reading | ################################################## | 100% 0.00s
                        
                        avrdude.exe: verifying ...
                        avrdude.exe: 32722 bytes of flash verified
                        avrdude.exe: reading input file "0xF7"
                        avrdude.exe: writing lfuse (1 bytes):
                        
                        Writing | ################################################## | 100% 0.00s
                        
                        avrdude.exe: 1 bytes of lfuse written
                        avrdude.exe: verifying lfuse memory against 0xF7:
                        avrdude.exe: load data lfuse data from input file 0xF7:
                        avrdude.exe: input file 0xF7 contains 1 bytes
                        avrdude.exe: reading on-chip lfuse data:
                        
                        Reading | ################################################## | 100% 0.00s
                        
                        avrdude.exe: verifying ...
                        avrdude.exe: 1 bytes of lfuse verified
                        avrdude.exe: reading input file "0xDA"
                        avrdude.exe: writing hfuse (1 bytes):
                        
                        Writing | ################################################## | 100% 0.00s
                        
                        avrdude.exe: 1 bytes of hfuse written
                        avrdude.exe: verifying hfuse memory against 0xDA:
                        avrdude.exe: load data hfuse data from input file 0xDA:
                        avrdude.exe: input file 0xDA contains 1 bytes
                        avrdude.exe: reading on-chip hfuse data:
                        
                        Reading | ################################################## | 100% 0.00s
                        
                        avrdude.exe: verifying ...
                        avrdude.exe: 1 bytes of hfuse verified
                        avrdude.exe: reading input file "0xFE"
                        avrdude.exe: writing efuse (1 bytes):
                        
                        Writing |  ***failed;  
                        ################################################## | 100% 0.03s
                        
                        avrdude.exe: 1 bytes of efuse written
                        avrdude.exe: verifying efuse memory against 0xFE:
                        avrdude.exe: load data efuse data from input file 0xFE:
                        avrdude.exe: input file 0xFE contains 1 bytes
                        avrdude.exe: reading on-chip efuse data:
                        
                        Reading | ################################################## | 100% 0.00s
                        
                        avrdude.exe: verifying ...
                        avrdude.exe: verification error, first mismatch at byte 0x0000
                                     0x06 != 0xfe
                        avrdude.exe: verification error; content mismatch
                        
                        avrdude.exe done.  Thank you.
                        

                        This last error is giving me headaches, why the "first mismatch at byte 0x0000 0x06 != 0xfe" error?

                        Really hope someone can enlighten me...

                        tekkaT Offline
                        tekkaT Offline
                        tekka
                        Admin
                        wrote on last edited by
                        #142

                        @cdr the efuse only uses the lower 3 bits: with AVRDude set 0x06, with AVRStudio set 0xFE. You can verify this with the fuse calculator.

                        1 Reply Last reply
                        0
                        • F Offline
                          F Offline
                          Fabien
                          wrote on last edited by
                          #143

                          I try to uplaod sketch via OTA but it doesn''t work.
                          I have sensebender with stock bootloader. Gateway is connect to an ODROID C1 with ser2net and i connect to ser2net. I can see all incoming traffic for my sensors.
                          I upload sensebender default sketch from dev branch using MySensors dev branch too.
                          I tell MYSController sensors is battery powered.
                          I try with the two provided example but nothing happen in log or anything else

                          M 1 Reply Last reply
                          0
                          • F Fabien

                            I try to uplaod sketch via OTA but it doesn''t work.
                            I have sensebender with stock bootloader. Gateway is connect to an ODROID C1 with ser2net and i connect to ser2net. I can see all incoming traffic for my sensors.
                            I upload sensebender default sketch from dev branch using MySensors dev branch too.
                            I tell MYSController sensors is battery powered.
                            I try with the two provided example but nothing happen in log or anything else

                            M Offline
                            M Offline
                            mvader
                            wrote on last edited by mvader
                            #144

                            @Fabien said:

                            I try to uplaod sketch via OTA but it doesn''t work.
                            I have sensebender with stock bootloader. Gateway is connect to an ODROID C1 with ser2net and i connect to ser2net. I can see all incoming traffic for my sensors.
                            I upload sensebender default sketch from dev branch using MySensors dev branch too.
                            I tell MYSController sensors is battery powered.
                            I try with the two provided example but nothing happen in log or anything else

                            check in the sensebender announcement thread. I had the same question. Hek responded with what needed to be done to make it work.
                            I didn't get a chance to try his solutions yet to see if it works. if you do, post and let us know.

                            edit: here
                            http://forum.mysensors.org/topic/1345/sensebender-micro/139

                            1 Reply Last reply
                            0
                            • D Offline
                              D Offline
                              Dirk_H
                              Contest Winner
                              wrote on last edited by
                              #145

                              @Fabien
                              I dont understand what you mean by "I told MysController" that the node is battery powered. It should find that out automatically I think. Anyway I'm pretty sure that I read somewhere that battery powered sensors cant be updated OTA. (If it relly is battery powered). I think I read a define somewhere that disables the firmware low level commands in the MySensors Library if the Node is battery powered.

                              1 Reply Last reply
                              0
                              • hekH Offline
                                hekH Offline
                                hek
                                Admin
                                wrote on last edited by
                                #146

                                @Dirk_H said:

                                I think I read a define somewhere that disables the firmware low level commands in the MySensors Library if the Node is battery powered.

                                No there isn't. But battery powered sensors most likely sleep most of the time so they won't receive any update command. And a fw updates over-the-air would probably drain batteries pretty quick.

                                1 Reply Last reply
                                0
                                • C Offline
                                  C Offline
                                  cdr
                                  wrote on last edited by
                                  #147

                                  @tekka I feel really, really, REALLY stupid;

                                  I changed the channel in the mysensors config.h to 77, this was the reason no node would ever show up since the default mysbootloader uses the default channel 76.

                                  D'OH

                                  Thanks for your patience and help, everything is working now and I'm really happy!
                                  :+1:

                                  N petewillP 2 Replies Last reply
                                  0
                                  • O Offline
                                    O Offline
                                    Omemanti
                                    wrote on last edited by Omemanti
                                    #148

                                    Hi. I was wondering if someone could get the irrigation controller working with this program?
                                    I'm new to this all, and so far this the easiest controller that I came across. ( got the gateway etc working with almost no effort)

                                    1 Reply Last reply
                                    0
                                    • F Offline
                                      F Offline
                                      fitzpatrick
                                      wrote on last edited by
                                      #149

                                      Hi, nice work. Is there any chances that you add the possibility to log the nodes information to a mysql database ?

                                      1 Reply Last reply
                                      0
                                      • 5546dug5 Offline
                                        5546dug5 Offline
                                        5546dug
                                        wrote on last edited by
                                        #150

                                        Hi @tekka
                                        I am having trouble understanding the error codes on this gui.

                                        It is the solar mini weather stn on proto board and it is not working properly.

                                        At this minute I see that the g/w code is telling me 4-4-5-0 ,there was a node 5 in my My Sensors package and it was configured as a repeater but it is not here as it connected laptop> usb port/cord> ftdi 3.3v> 3.3 v promini.
                                        As the code cannot get to and from node 5 it is a down as a st=fail

                                        Is there a why to change this in your program to allow continuing debugging my sketch?

                                        Am I again missing something?
                                        Thanks

                                        1 Reply Last reply
                                        0
                                        • 5546dug5 Offline
                                          5546dug5 Offline
                                          5546dug
                                          wrote on last edited by
                                          #151

                                          Sorry @tekka forgot the pic.Screenshot (62).png

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


                                          14

                                          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