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
C

cdr

@cdr
About
Posts
30
Topics
3
Shares
0
Groups
0
Followers
0
Following
1

Posts

Recent Best Controversial

  • Need help with NODEMANAGER_CONDITIONAL_REPORT
    C cdr

    Great thanks a lot!

    NodeManager

  • Need help with NODEMANAGER_CONDITIONAL_REPORT
    C cdr

    Hi all,

    Is there anyone that can post an example on how to use the conditional report function in Nodemanager (1.8)?

    I want to create a sht21 temperature sensor that reports only when the temperature is changed by 1.5 degrees.

    Any help welcome

    NodeManager

  • MYSBootloader 1.3.0-beta.3
    C cdr

    @tsjoender said in MYSBootloader 1.3.0-beta.3:

    @cdr @Henry I ran into the same issue. Turned out to be a syntax issue in the boards.txt file. If you change:

    MYSBL.menu.frequency.MYSBL16.f_cpu=16000000L
    

    into

    MYSBL.menu.frequency.MYSBL16.build.f_cpu=16000000L
    

    Then it works again. Adding build. needs to be done for the other menu entries as well.

    thanks a lot!

    Development

  • MYSBootloader 1.3.0-beta.3
    C cdr

    Hi,

    Anyone seen this error on latest 1.3 release? It seems a define is not done for F_CPU, what am I missing here?

    Generating function prototypes...
    In file included from C:\Program Files (x86)\Arduino\portable\sketchbook\libraries\MySensors/MySensors.h:371:0,
    
    from C:\Program Files (x86)\Arduino\portable\sketchbook\libraries\MySensors\examples\GatewayW5100MQTTClient\GatewayW5100MQTTClient.ino:138:
    
    C:\Program Files (x86)\Arduino\portable\sketchbook\libraries\MySensors/core/MyTransport.cpp:777:42: error: operator '>' has no left operand
    
     #if defined(MY_GATEWAY_FEATURE) && (F_CPU>16000000)
    
                                              ^
    
    In file included from C:\Program Files (x86)\Arduino\portable\sketchbook\libraries\MySensors/MySensors.h:396:0,
    
                     from C:\Program Files (x86)\Arduino\portable\sketchbook\libraries\MySensors\examples\GatewayW5100MQTTClient\GatewayW5100MQTTClient.ino:138:
    
    C:\Program Files (x86)\Arduino\portable\sketchbook\libraries\MySensors/core/MySensorsCore.cpp:479:11: error: operator '>' has no left operand
    
     #if (F_CPU>16000000)
    
               ^
    exit status 1
    Error compiling for board ATmega328 with MYSBootloader 1.3.0.
    

    Regards

    Development

  • Merry X-mas and Happy New 2018
    C cdr

    Thanks for this cool project, wishing all a good 2018!

    Announcements

  • MYSBootloader 1.3.0-beta.3
    C cdr

    Hi Tekka,

    Happy 2017! Thanks for the update, can you upload a 8Mhz precompiled bootloader? (and update boards.txt) :)

    I'm curious is there a changelog since last version?

    Development

  • Measure a node's NRF signal or distance value
    C cdr

    Hi All,

    I was wondering if there is an easy way to ask for the distance or signal level of an NRF node.

    I know there is I_DEBUG, but it seems rather new and I haven't found any docs on that topic.

    Anyone?

    Regards,

    General Discussion

  • 💬 FOTA (Wireless Programming)
    C cdr

    Thanks for the explanation, first try didn't work so I suspected the fuses, but turned out to be a voltage issue. :)

    Announcements wireless update over the air sensebender fota firmware over the air wireless programming

  • 💬 FOTA (Wireless Programming)
    C cdr

    For some reason I can't set the extended fuse to 0x06, it always reverts to 0xFE;

    avrdude.exe: verifying ...
    avrdude.exe: WARNING: invalid value for unused bits in fuse "efuse", should be set to 1 according to datasheet
    This behaviour is deprecated and will result in an error in future version
    You probably want to use 0xfe instead of 0x06 (double check with your datasheet first).
    avrdude.exe: 1 bytes of efuse verified

    Anyone knows why?

    Announcements wireless update over the air sensebender fota firmware over the air wireless programming

  • Windows GUI/Controller for MySensors
    C cdr

    @MarkV you might want to check your "AppData" folder, I noticed the same behaviour and had to change boards.txt in this location.

    C:\Users{{user}}\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10

    GL

    Controllers myscontroller mysbootloader

  • MyController - 0.0.3-Alpha2 pre-release - volunteers required to test
    C cdr

    great to hear! Please let me test :)

    MyController.org alpha pre-release mycontroller.org

  • 2.0 beta, compatible with 1.5?
    C cdr

    @rollercontainer correct

    Development

  • 2.0 beta, compatible with 1.5?
    C cdr

    I'm running beta2 for a month and haven't hit a real show stopper.

    The new syntax feels cleaner, I use it with a mqttclientgateway and it never went down since start. I upgraded gateway first and then ported my old 1.5 code to 2.0, OTU pushed via Mysloader 1.3 beta, living on the edge! :)

    Don't know about on-the-wire tho.

    Development

  • MYSBootloader 1.3 pre-release & MYSController 1.0.0beta
    C cdr

    @rollercontainer confirmed working with W5100mqtt here!

    Development ota myscontroller mysbootloader

  • MYSBootloader 1.3 pre-release & MYSController 1.0.0beta
    C cdr

    Great work, testing now

    Development ota myscontroller mysbootloader

  • beta testers required for MyController 0.0.3-alpha1 release
    C cdr

    do donators get priority? :)

    MyController.org mycontroller.org

  • Ethernet gateway example in DEV branch
    C cdr

    I'm testing the DEV branch with MQTT and W5100, I use a shield with an included SD-CARD. I had trouble sending messages using MQTT so I tried to debug using plain Ethernet gateway w5100, the same problem seems to occur.

    Everything seems to work normal in debug log, but I noticed that I never get a "gateway ready" command. Please note that radio init is good, and I get an IP adress that is reachable.

    I tried to enable SOFTSPI and UDP ethernet, but no dice.

    Really looking forward to the new w5100 MQTT client gateway! Any advice appreciated. (trying with a w5100 without SD CARD did not change anything)

    Development

  • Windows GUI/Controller for MySensors
    C cdr

    @petewill said:

    running into the sam

    You can edit myconfig.h and have te recompile after change.

    Controllers myscontroller mysbootloader

  • Windows GUI/Controller for MySensors
    C cdr

    Hi @tekka,

    Thanks for the reply, I created a "clear eeprom" hex and after uploading it is working as expected, the ID resets.

    Using the function in Mycontroller however, does not work. Not sure if this is a bug, or perhaps an error caused by an Arduino clone, but the "reassign ID" function is not working as intended here.

    Anyone here that got it working as intended?

    Controllers myscontroller mysbootloader

  • Windows GUI/Controller for MySensors
    C cdr

    I use MYSbootloader, but can neither get "reassign ID", nor "clear eeprom" functions to work.

    I guess I could make a cleareeprom hex, but that feels like a workaround.

    Controllers myscontroller mysbootloader
  • Login

  • Don't have an account? Register

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