Current Lua downloadable firmware will be posted here

User avatar
By AdrianM
#42940 This had me fooled for a while yesterday :D

Note that the NodeMCU serial interface uses 115200bps at boot time.


I'd just got a new Custom build from the Dev branch and hadn't realised that the NodeMCU team had finally got round to having a more sensible default baudrate. 9600 was so 1980's :D

I don't actually know of any reason not to run at 921600 - 1Mbit/s isn't that unusual in other serial devices. For NodeMCU boards with onboard USB<>RS232 chips the only unbalanced RS232 signal path is a few mm of PCB trace - and anyway, I use it all the time in ESPlorer even with a FTDI cable where the 921600 is rattling down a meter of multicore cable.
User avatar
By TerryE
#43044 We've got to get something right occasionally :) You can easily change this higher if you do your own Docker build. 115200 is a trade-off: it is a lot better that 9600 and solid on all current USB-UART chipsets, but feel free to spin this up as high as your dev system will support.
User avatar
By TerryE
#43147 Sorry xtal, they are implemented in H/W so it's a chip limitation.