Andrew
Andrew
@user2684 Thanks a lot for the answer, I'll submit the first PR against the core in a few days. I don't have too much time, so I'll send in code...
Here goes the first one. I have updated the TODO and will edit later the comment once more stuff is ready.
> The biggest one is Children are referenced by index in their underlying data structure so if you register a child with the same id, the previous one will be...
> Other more general guidelines, don't call child->sendValue() directly, but we need to find the way to go through sensor->loop() otherwise we lose PowerManager ad other stuff implemented there. Another...
I'm not a really big mac expert myself, just know a handful of tricks. The only thing I've found is this: http://krypted.com/lists/comprehensive-list-of-mac-os-x-error-codes/ and it doesn't list the numbers I got....
@abcminiuser Sorry for the delay, took me a long while to find my old logic analyzer capable of capturing and decoding usb fs. Here go the dumps: https://cloud.ncrmnt.org/index.php/s/iYSCHlKwTc2uEW1 Idle is...
Hm, this would be useful. I happen to have my own pure-C optimized library for nrf24l01 (basically @ManiacBug 's arduino ported to pure C. I'll see if it compiles for...
As far as I got the nRF24L01 part, we have a huge bunch of hardware and stacks: - Dumb sensors/boards using simple protocols. As simple as send/receive a predefined payload....
@glmnet I just learned about mysensors from this thread and rigged up a test mesh based on my older projects. (Yay, they're no longer sitting in the attic!). So far...
@glmnet I guess you're right. The only thing I can think of - combining esphome node and mysensors gateway. As for non-mysensors protocols - perhaps nrf24l01 beacons and presense sensors...