Philip Gladstone
Philip Gladstone
If the nodemcu firmware builder automatically offered all these modules, then it would become easy to see when something gets significant usage. I'd be happy with two levels: "core" and...
There isn't much that does useful stuff on a naked board. For example, i2c, gpio, pwm, adc, etc. These can all be made useful with minimal hardware, whereas testing the...
I think that this is a serious issue -- we need to determine a short term approach on this.... I'm inclined to force call `collectgarbage` on every `send`.....
I think the this project suffers from only having a few significant contributors and there is a lot of legacy code from the past. I'd like to get the sntp...
Can you update the documentation please?
There are two aspects to this -- one is to make the build work with arbitrary combinations of modules and the other is to make sure all the required functionality...
I'm not sure that I follow. To my reading of the code, when the callback is fired by the OS, it adds an entry to the queue and then schedules...
I would hope that: ``` function task() node.task.post(node.task.LOW_PRIORITY, task) end ``` would not take down the system. Can we run our low priority stuff at the lowest conceivable priority? Otherwise,...
The event monitor does not (as far as I can see) do a hard CPU loop. It can consume all the CPU time if the callback code is time consuming...
I'm making progress by making random changes to things and have been having some success. I'm able to get some of nodemcu to build and it is mostly around weird...