Software Installation - vitotai/BrewPiLess GitHub Wiki
To install BPL onto a NodeMcu or D1 mini, you can use a flasher or PlatformIO.
Using flasher is easy.
- Download desired binary from Github
https://github.com/vitotai/BrewPiLess/tree/master/bins
- Download the flasher and use to to upload the binary. https://github.com/nodemcu/nodemcu-flasher
Using platformIO is recommended. It will enable you to change the configuration when necessary.
-
Download and install VSCode: https://code.visualstudio.com
-
Follow the instruction to install PlatformIO http://platformio.org/get-started/ide?install=vscode
-
Download BrewPiLess GitHub repository.
-
Launch VSCode, open the path of BrewPiLess that contains
platformio.ini
-
If everything goes well, you can build and upload. Check PlatformIO manual for more detail.