Great thanks a lot!
cdr
Posts
-
Need help with NODEMANAGER_CONDITIONAL_REPORT -
Need help with NODEMANAGER_CONDITIONAL_REPORTHi 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
-
MYSBootloader 1.3.0-beta.3@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=16000000Linto
MYSBL.menu.frequency.MYSBL16.build.f_cpu=16000000LThen it works again. Adding build. needs to be done for the other menu entries as well.
thanks a lot!
-
MYSBootloader 1.3.0-beta.3Hi,
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
-
Merry X-mas and Happy New 2018Thanks for this cool project, wishing all a good 2018!
-
MYSBootloader 1.3.0-beta.3Hi 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?
-
Measure a node's NRF signal or distance valueHi 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,
-
💬 FOTA (Wireless Programming)Thanks for the explanation, first try didn't work so I suspected the fuses, but turned out to be a voltage issue. :)
-
💬 FOTA (Wireless Programming)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 verifiedAnyone knows why?
-
Windows GUI/Controller for MySensors@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
-
MyController - 0.0.3-Alpha2 pre-release - volunteers required to testgreat to hear! Please let me test :)
-
2.0 beta, compatible with 1.5?@rollercontainer correct
-
2.0 beta, compatible with 1.5?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.
-
MYSBootloader 1.3 pre-release & MYSController 1.0.0beta@rollercontainer confirmed working with W5100mqtt here!
-
MYSBootloader 1.3 pre-release & MYSController 1.0.0betaGreat work, testing now
-
beta testers required for MyController 0.0.3-alpha1 releasedo donators get priority? :)
-
Ethernet gateway example in DEV branchI'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)
-
Windows GUI/Controller for MySensors -
Windows GUI/Controller for MySensorsHi @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?
-
Windows GUI/Controller for MySensorsI 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.