esp8266-frankenstein
esp8266-frankenstein copied to clipboard
Alternative firmware for ESP8266 modules
Hi, what do you about implementing Basic interpreter to Frankenstein ? https://github.com/BleuLlama/TinyBasicPlus
Just two more questions: at which address should I flash the filesystem.espfs file? Do I flash it the same way as binary files using the write_flash option of esptool or...
Just a thought... Maybe get rid of sta-auto\* and telnet-autostart because it can be done in $bootcmd?
After updating antares and SDK make a new firmware and write it to esp via tftp, all was ok, esp bootup. ``` Memory Layout: data : 0x3ffe8000 ~ 0x3ffe8f90, len:...
Hi, this is just an option for discussion, it depends on which way you want to take this. I have a project I'm basing on frankenstein and one of the...
... Heatshrink's already in antares anyway.
UDP?
Some comments/questions : Does this have the ability to UDP listen, I cant seem to make that work ? Almost all protocols I could use this module for are UDP...
I flashed frankenstein firmware yesterday and couldn't do anything useful to it, I thought almost no functions are implemented. Only after checking forum thread it turned out something really works....