Uwe Hennig

Results 18 comments of Uwe Hennig

Just to make it more clear: The solution still is according to the 6A minimum current. It does not go below the 6A. The "trick" is just to have 1...

Coming back to your question "Can I enter the debug session with cubeide?", I summarize what I interpret from the discussiones above, in short words: "Nobody tried until now." My...

Maybe show the number of transmitted and received messages, to give the user the chance to see what is happening. BTW: the esp32 web interface lives in a separate repository,...

tested the latest esp32-web-interface, can-backend branch. I do not get the red error bar, no matter what I do. [Edit] The upload of the new files (e.g. ui.js) via the...

My test case: Precondition: Foccci running, Web interface on spot values, auto-reload, everything live. Webinterface shows correct version 2.2 after cleaning the browser cache. Windows 10, Edge. Action: Turn-off Foccci,...

I do not know the overall concept, so just dreaming: In the browser (javascript), there is a timer which is started as soon as data is requested from the ESP,...

This finding helped me a lot, to understand that the "non-blocking" seems not fully supported (or my understanding is wrong). Nevertheless, I see it a bit different: The loop function...

Found out, that, instead "solving" the non-blocking issue like mentioned above, there is a better, a real solution: Do not used the iterators or loop. Use the dispatch(). Example of...

I propose a centralized approach. A module "RegisterMonitoring", containing a const table, with the elements "address", "value" and "mask". The mask allows to selectively check bits, even if other bits...

I'm used to the hardcoded variant, but the TakeSnapshot is quite elegant. With a little drawback: If a bit in a register is corrupted, and then a normal functionality writes...