Max Prokhorov

Results 502 comments of Max Prokhorov

Just a lack of time and focus on the issue. iirc, library above has the 'shortest' algorithm (loc wise :) The idea is still to not re-write the schedule, but...

Have you tried building with dev branch instead?

Also note that we probably need these if we want to implement EZSP UART protocol: https://www.silabs.com/documents/public/user-guides/ug100-ezsp-reference-guide.pdf https://www.silabs.com/documents/public/application-notes/an706-ezsp-uart-host-interfacing-guide.pdf (Assuming that Itead used Silabs SDK and built apps based on the things...

@hedda My comment regarding connectivity & library was referring to the esp8266 networking side, nvm that. I am still slightly confused by the terminology used by Silabs / Zigbee docs....

Thanks! Latest link to the https://github.com/zsmartsystems/com.zsmartsystems.zigbee/tree/master/com.zsmartsystems.zigbee.dongle.ember looks like a great example of the protocol implementation. (although, I am not yet sure why it reads as if data transport is implemented...

I don't have any use-case for the zbridge hardware, so idk when I'll have time to write something to test / make it work. At this point, I am not...

@arihantdaga Old counter just wrote to flash on each boot, perhaps easiest way is just do the same. Settings variable or byte at `EEPROM_CRASH_COUNTER` offset. I wonder though, how *do*...

The main idea is: > Assume flash is default all ones an setting a bit to zero does not need an full sector erase However, if is reusing eeprom sector...

As mentioned in the #2472, Tone also uses the Core PWM library and hijacks our interrupt handler attached to the NMI TIMER1. I'd expect it to work when using the...

afaik newpwm only implements the analogWrite part with a shared freq, the '50% duty cycle, custom frequency note signal (plus limited duration)' needs to be implemented on top of it...