MySensors icon indicating copy to clipboard operation
MySensors copied to clipboard

MySensors library and examples

Results 122 MySensors issues
Sort by recently updated
recently updated
newest added

This is the complete log from a Raspberry Pi 4 running the latest version of Buster. ``` pi@gateway:~/MySensors$ ./configure [SECTION] Detecting target machine. [OK] machine detected: SoC=unknown, Type=unknown, CPU=armv7l. [SECTION]...

Do you have any explanation or reference for this formula? https://github.com/mysensors/MySensors/blob/f4fd69eb131cd5df5572bc9018d3aa2245020123/examples/DustSensorDSM/DustSensorDSM.ino#L136

question
documentation

Refer to: https://forum.mysensors.org/topic/10581/isr-not-in-iram-error/3 Likely yield() is missing somewhere.

bug
ESP8266

Moved from #1066. I am using a [Moteino M0](https://lowpowerlab.com/guide/moteino/moteinom0/). A Moteino M0 uses a [ATSAMD21G18](https://www.microchip.com/wwwproducts/en/ATsamd21g18) processor. When I try to run a simple serial gateway, I found during initialization when...

Reported on the forum: https://forum.mysensors.org/topic/8814/cleareprom-does-not-work-for-sensebender-gw When clearing eeprom, operation is halted.

bug
SAMD

Shouldn't users be able to set what weight scale they are measuring in? For example: Kilograms, grams, or even non-metric things? Or is that perhaps what that 'V_Impedance' is for?

I am really missing a built-in push button type. I was again triggered to create this request while working on a mysensors adapter for the Mozilla Gateway. It has the...

Do you plan to support [Arduino_Core_STM32](https://github.com/stm32duino/Arduino_Core_STM32) in your library? I tried to support in my fork [mysensors](https://github.com/spectrespc/MySensors) I get a compilation error: ``` core\core.a(main.cpp.o): In function `premain()': main.cpp:(.text.startup._Z7premainv+0x0): multiple definition...

At this moment I do not see any option to do a factory reset(erase EEPROM completely) via default library. It may be a good idea to implement `I_FACTORY_RESET` to perform...

Hi, I have a strange behavior with sendSketchInfo fonction. I reproduced the problem with the motion sensor exemple. If I enable #define MY_DEBUG => the presentation is complet (I_SKETCH_NAME +...