Jac Mika
Jac Mika
Unfortunately, P1.00 is not activated when set to #define NRF52832_XXAA, as NRF52832_XXAA do not have it. Moreover, I started to use NRF52805, part of the NRF52 family and it lacks...
Hi, Thanks for your help. The list is empty then: 
Hi, This is wonderful work. However, if the bug is unexpected, I am providing with login details to debug the problem. Please let me know ASAP, as the droplet is...
Yes, that is the problem, as wdt_enable expands to: #define wdt_enable(timeout) \ NRF_WDT->CONFIG = NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Pause RREN |= WDT_RREN_RR0_Msk; \ NRF_WDT->TASKS_START = 1 in hal/architecture/NRF5/drivers/wdt.h
I hope that will help. src\main.cpp:251:34: warning: integer overflow in expression [-Woverflow] #define timeout 5 * 60 * 1000 .pio\...\MySensors/hal/architecture/NRF5/drivers/wdt.h:80:24: note: in definition of macro 'wdt_enable' NRF_WDT->CRV = (32768*timeout)/1000; \...
Edit the main.cpp line 1491 from static inline uint32_t convertChipType(const char* chip) { char buffer[5]; memset(buffer, 0, sizeof(buffer)); to static inline uint32_t convertChipType(const char* chip) { char buffer[558]; memset(buffer, 0,...
Hiya, I have this valve from derekangl and came up with this converter, based on the Koenkk/zigbee-herdsman-converters#7670 NB zigbee-herdsman-converters update has not yet been merged. (latest v19.58.0). When playing with...