olavt
olavt
Yes, joining the datasets with different column names works. I would however expect to be able to join the datasets and have one resulting Date column rather than two different...
Hmm, that solution does not look pretty. What is the difference between Merge and Join? I would have expected the Join to be able to join on a "common" column...
According to my testing, both the Merge and Join produces the same result in the code below: DateTime?[] dates1 = { new DateTime(2022, 03, 01), new DateTime(2022, 03, 02), new...
I have written my own controller code from scratch and I'm also seeing messages from devices with correct checksum, but with payloads that are invalid according to the specification. I'm...
I know have evidence (from running Zniffer) that many nodes in a Z-Wave network will send invalid messages (incorrect payload). This seems to occur a bit on random and typically...
Is there really no way to list all users for a hub today? I have a use case where I would like to use Azure WebPubSub for a home automation...
Ok, then I can't use this service for my scenario.
I'm giving up. Using this instead: https://www.nordicsemi.com/Products/Development-hardware/nrf52840-dongle
I used the recipe above using the nRF52840 MDK USB Dongle w/ Case, and it looks like the OpenThread Border Router starts and works as expected. I can form a...
@studiofuga How can I recover to get into programming mode? I have the Dongle w/ Case. Can it be opened easily without destroying it?