8 ms·
Definitely worth a look. One of the guys behind this is pfalcon who maintains the best open development environment for programming the ESP8266 directly[1]. I
by bjpirt 11y ago
Definitely worth a look. One of the guys behind this is pfalcon who maintains the best open development environment for programming the ESP8266 directly[1].
I love the ESP as a platform. It's low cost but still pretty impressive. Having micropython running on it just increases its ease of use, but you've also got Arduino and NodeMCU (Lua) so there's a great budding ecosystem around it.
[1] https://github.com/pfalcon/esp-open-sdk https://github.com/pfalcon/esp-open-sdk
- pfalcon 11y agoThanks. I still can't believe that my little hack of a makefile became so popular ;-). I wish my other personal projects grew as popular as it. It started as personal "executable documentation" to keep sanity in the early days of esp8266 hacking, where there were lot of duplication and big binary blobs flying around (VMs, binary toolchains of questionable licensing). All the real kudos go to @jcmvbkbc who quickly implemented esp8266 support in GCC and maintains it well since then. My little project just makes his and other work accessible to almost everyone who can type few commands in a terminal, with as much as possible build from source (and thus available for tweaking). And the fact that it became popular means that OpenSource is not just an empty motto.