MySensors
MySensors copied to clipboard
MySensors library and examples
There are two main problems with the newly included PJON library: 1. The addition seems to break the CI and let always fail the "Toll gate" step. 2. The included...
Add new transport layer. Uses github.com/coryjfowler/MCP_CAN_lib maintained by @coryjfowler.
WIP - do not merge yet.
In file hal/architecture/NRF5/drivers/wdt.h line 80: `NRF_WDT->CRV = (32768*timeout)/1000; \` Setting large timeout value generating overflow error. If changed to `NRF_WDT->CRV = (uint32_t)(32.768*timeout); \` there is no overflow error anymore. Not...
I have the same problem as described here: https://github.com/home-assistant/core/issues/59388 When sending multiple messages at the same time from HA to MySensors nodes I frequently experience some messages remain undelivered. The...
This proposal removes every core overrides that are needed to call `_process()` and uses `schedule_recurrent_function_us()` to call it from the pseudo-background. Not tested. Aims at fixing #1496 @Yveaux @virtual-maker @dungdao191299...
fix #1077 Use radio auto standby mode to get correct RSSI value. Details https://github.com/mysensors/MySensors/issues/1077#issuecomment-832228721
There is a problems with the newly included PJON library. The addition seems to break the CI and let always fail the "Toll gate" step. Details: Toll gate (STM32F1 -...
Is there any chance to merge Arduino_core_STM32 support to the main branch? https://forum.mysensors.org/topic/10998/stm32l0-support/5?_=1618699197788