Jordan

Results 14 comments of Jordan

itoa converts a number to string. I do not use Serial.print as it takes additional space in flash memory (which is very limited in attiny13). I will also verify print...

Thanks for the hints. I will try F and print in my program. The program I attached is just for reproducing the issue with interrupt. It does not do anything...

I have just ran the version with print instead write(itoa()) and it is working stable for now . I will do some more experimenting later. I guess it may be...

It's very interesting. When I add memset to clear buf in the main loop then it works correctly. Theoretically this memset should not make any difference. It looks like there...

It is out of my depth at this moment to analyse asm code. My statement was a pure speculation. I just reported this issue here with hope that I did...

I learned and analysed the ASM code of my program. I got some conclusions and please correct me if I am wrong. 1. My original program caused stack overflow what...

Looks clever. I will check this with my code.

I did some testing and seems working fine with my code. Thanks.

I also experienced such problems on my RPI. At certain point of time mycontroller started eating all CPU time. Mycontroller's web server became unresponsive because of that. It looked like...

I vote up for this feature. At this moment it is not possible to write efficient battery powered EspHome node. I am saying about a node which lasts for a...