#-------------------------------# # Hardware depending settings #-------------------------------# # pin: 255=disabled; x=button x+128=touch button #button_pin=130 #button2_pin=142 # No specification in config file: try autodetection (gpio4 pin level at startup) #button_pin=0 #button2_pin=255 # LED port led_pout=9 # OLED Setup is depending on hardware of LoRa board # TTGO v1: SDA=4 SCL=15, RST=16 # TTGO v2: SDA=21 SCL=22, RST=16 # T-BEAM, OLED: SDA=21, SCL=22, RST=16 # T-BEAM, ILI9225: SDA=4, CLK=21, RS=2, RST=22, CS=0 # No specification in config file: try autodetection (gpio4 pin level at startup) # # disptype: 0=OLED, 1=ILI9225 #disptype=0 #oled_sda=21 #oled_scl=22 #oled_rst=16 #tft_rs=2 #tft_cs=0 tft_orient=1 #gps_rxd=-1 gps_txd=-1 # Show AFC value (for RS41 only, maybe also DFM, but useful for RS92 or M10) # showafc=1 # Frequency correction, in Hz # freqofs=0 #-------------------------------# # General config settings #-------------------------------# maxsonde=20 debug=0 # wifi mode: 1=client in background; 2=AP in background; 3=client on startup, ap if failure wifi=3 # TCP/IP KISS TNC in port 14590 for APRSdroid (0=disabled, 1=enabled) kisstnc.active = 1 # display configuration. List of "displays" # first entry: "Scanner" display # second entry: default "Receiver" display # additional entries: alternative receiver display, activated by button display=0,1,2,3,4 #-------------------------------# # Spectrum display settings #-------------------------------# startfreq=400 channelbw=10 spectrum=10 noisefloor=-125 marker=1 #-------------------------------# # APRS settings #-------------------------------# call=N0CALL passcode=12345 #-------------------------------# # Sonde specific settings: bandwidth # valid values: 3100, 3900, 5200, 6300, 7800, 10400, 12500, # 15600, 20800, 25000, ... # other values will be rounded up to the next valid value # rs92.alt2d: default altitude used by RS92 decoder if only 3 sats available #-------------------------------# rs41.agcbw=12500 rs41.rxbw=6300 rs92.rxbw=12500 rs92.alt2d=480 dfm.agcbw=20800 dfm.rxbw=10400 #-------------------------------# # axudp for sending to aprsmap #-------------------------------# # local use only, do not feed to public services # data not sanitized / quality checked, outliers not filtered out axudp.active=1 axudp.host=192.168.42.20 axudp.port=9002 axudp.symbol=/O axudp.highrate=1 axudp.idformat=0 #-------------------------------# # maybe some time in the future #-------------------------------# # currently simply not implemented, no need to put anything here anyway tcp.active=0 tcp.host=radiosondy.info tcp.port=14590 tcp.symbol=/O tcp.highrate=20 tcp.idformat=0 #-------------------------------# # EOF #-------------------------------#