For a general overview as well as automatically updated documentation, please refer to the Ultramote website
The Seeedstudio Lora-E5 comes with a preloaded firmware and readout protection enabled. This needs to be disabled before other firmware can be flashed. Run:
openocd -f interface/stlink.cfg -f target/stm32wlx.cfg
then connect to the OpenOCD session from another terminal, using: nc localhost 4444
. In the telnet session, run:
init
reset halt
smt32wlx unlock 0
reset halt
exit
Schematics, BoM, Gerber files etc. are generated using KiBot. To automatically generate documentation, install KiBot as described here.
With kibot installed, change to the pcb
directory and run KiBot:
cd pcb
kibot
This generates all documentation in the local subfolder generated
. If you think that an important piece of documentation is missing, please open an issue.