Skip to content

Instantly share code, notes, and snippets.

@mr-sour
Created September 28, 2022 16:20
Show Gist options
  • Save mr-sour/7527046cd6cbe2f7d2053e784893d66a to your computer and use it in GitHub Desktop.
Save mr-sour/7527046cd6cbe2f7d2053e784893d66a to your computer and use it in GitHub Desktop.
Betaflight config for ATGM336H

#Connect at 9600 with minicom

minicom -b 9600 -D /dev/ttyUSB0

#After each command send ctrl-J to add the linefeed

#Suppress unwanted sentences:

$PCAS03,1,0,0,9,3,0,0,0*09

#set 10Hz:

$PCAS02,100*1E

#set 115200 baud:

$PCAS01,5*19

#Baud should immediately change, producing garbage. Either change baud inside minicom or exit and reconnect:

minicom -b 115200 -D /dev/ttyUSB0

#Save settings $PCAS00*01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment