Skip to content

Index

Robotics / uav

betaflight sitl

1
2
3
4
5
6
7
sudo apt update && sudo apt upgrade
sudo apt -y install build-essential git curl clang-18 python3 python-is-python3
git clone https://github.com/betaflight/betaflight.git
cd betaflight
make arm_sdk_install
make configs
make TARGET=SITL

betaflight web app

betaflight documentation

1
2
3
git clone git@github.com:novnc/websockify-other.git
cd websockify-other/c
make
run proxy
./websockify 127.0.0.1:6761 127.0.0.1:5761
run sitl
./obj/betaflight_2025.12.0-beta_SITL

config web app to manual connection

work only with chrome base

Then establish a connection by using address ws://127.0.0.1:6761 in the Port field and clicking Connect.


vehicle_gateway

github

alt text


Resources