Skip to content
Snippets Groups Projects
Commit e82fc0a7 authored by Kirsa's avatar Kirsa
Browse files

preamble 12, tx 14

parent c7cc9c62
Branches
Tags
No related merge requests found
...@@ -5,13 +5,13 @@ from sx127x import SX127x ...@@ -5,13 +5,13 @@ from sx127x import SX127x
import time import time
lora_default = { lora_default = {
'frequency': 417500000, 'frequency': 418500000,
'frequency_offset':0, 'frequency_offset':0,
'tx_power_level': 15, 'tx_power_level': 14,
'signal_bandwidth': 250e3, 'signal_bandwidth': 250e3,
'spreading_factor': 7, 'spreading_factor': 9,
'coding_rate': 6, 'coding_rate': 8,
'preamble_length': 8, 'preamble_length': 12,
'implicitHeader': False, 'implicitHeader': False,
'sync_word': 0x12, 'sync_word': 0x12,
'enable_CRC': False, 'enable_CRC': False,
......
...@@ -16,7 +16,7 @@ display = ssd1306.SSD1306_I2C(128, 64, i2c) ...@@ -16,7 +16,7 @@ display = ssd1306.SSD1306_I2C(128, 64, i2c)
fix = {'time': 0, 'long':0.0, 'lat':0.0, 'alt':0.0, 'sats':0, 'err':0} fix = {'time': 0, 'long':0.0, 'lat':0.0, 'alt':0.0, 'sats':0, 'err':0}
maxStale = 60 maxStale = 60
team = 'animals' team = 'animals'
name = 'crab' name = 'dog'
seq = 0 seq = 0
lastTX = 0 lastTX = 0
rx = {'time': 0, 'team':'', 'name':'','long':'','lat':'', 'alt':'','sats':'', 'err':'', 'seq':'', 'rssi':'', 'snr':''} rx = {'time': 0, 'team':'', 'name':'','long':'','lat':'', 'alt':'','sats':'', 'err':'', 'seq':'', 'rssi':'', 'snr':''}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment