etrommer / ultramote

Development repository for the Ultramote long distance camera release system

Home Page:https://etrommer.github.io/ultramote/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

For a general overview as well as automatically updated documentation, please refer to the Ultramote website

Firmware

Remove Lora-E5 readout protection

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

Hardware

Documentation

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.

About

Development repository for the Ultramote long distance camera release system

https://etrommer.github.io/ultramote/

License:GNU General Public License v3.0


Languages

Language:HTML 76.3%Language:C 21.4%Language:Assembly 1.3%Language:Makefile 0.5%Language:SCSS 0.4%Language:CSS 0.1%