MySensors
MySensors copied to clipboard
MySensors library and examples
I check that in mMySensors arduino lib 2.3.2 on ArduinoMega, when i use node as MY_GATEWAY_SERIAL Problem with the cut message when arduino send version info: `0;255;0;0;17;2 /*!< Major release...
Made the preprocessor throw an error if an ancient define is specified, user must update their defines to avoid very difficult to diagnose issues further on. I personally stumbled upon...
Hi, Has anyone managed to make RFM95 (Sx1276) work on an Orange Pi PC Armbian Buster ? Spidev0.0 working Version 2.3.2 on master or 2.4-alpha tested without success. Wiring SPI...
Mysensors/gateway/Transport/MQTT-pubsubclient/Lastwill It would be very cool if the MQTT gateway could offer the option for Last Will so that our controllers can monitor and alert to loss of MQTT connection....
Hi, a code review of Radio's interrupt handler has revealed a possible defect: if `RXMATCH == NRF5_ESB_TX_ADDR`, then the `else` branch at https://github.com/mysensors/MySensors/blob/b9d9cc339659f724aa94d4108fc5289a720d1bcd/hal/transport/NRF5_ESB/driver/Radio_ESB.cpp#L574-L581 is executed, followed by the `if` branch...
Enhancement: Add option to enable OTA logging/debug via web page for ESP8266 gateways/nodes, using an existing web serial monitor library e.g. https://github.com/ayushsharma82/WebSerial I initially thought that this would be fairly...
Hello, im using a Rock-Pi 4b (Like Raspberry Pi 3+) i got the gateway working and connected the NRF Antenna the right way. On The Sensor Side im using the...
Hi! ATmega328PB macros in digitalWriteFast.h are not correct for pins >= 20. ``` #if defined(__AVR_ATmega328PB__) #define __digitalPinToPortReg(__pin) (((__pin) = 8 && (__pin) = 14 && (__pin) = 20 && (__pin)
The same output gives boards with ATMega64, 128, 640, 1281, 2561. ``` >Executing task in folder home_light_automation: C:\.platformio\penv\Scripts\platformio.exe run Processing ATmega128 (platform: atmelavr; board: ATmega128; framework: arduino) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Verbose mode...
Hi There, Is it possible to add the following options: Type: S_TIME Variables: V_TIMEMS, V_TIMESEC, V_TIMEMIN and V_TIMEHOUR or something that looks like it This gives the possibility to display...