Skip to content

Instantly share code, notes, and snippets.

@nicolsc
Last active August 29, 2015 14:19
Show Gist options
  • Save nicolsc/f6a36a54d13863fcaa32 to your computer and use it in GitHub Desktop.
Save nicolsc/f6a36a54d13863fcaa32 to your computer and use it in GitHub Desktop.
TD1204 Eval Kit

#Telecom Design TD1204 Eval Kit

##Refs

##FTDI driver Mac OSX Download

##open connection

screen /dev/tty.* 9600
```

##Get chip info
```
AT&V
```


##Sigfox Emission test
```
AT$SS=12 04
```

##GPS Test
```
AT$GPS=<mode>[,<min_sv>,<max_hdop>,<timeout>,<end_mode>,<nmea>]
```

* mode : 0=off, 1=on
* min_sv : int, min. number of visible sats
* max_hdop : int (x100) max hdop value
* timeout : int (secs), timeout after which fix is stopped if not successful yet
* end_mode : 0: power off GPS after fix, 1:leave gps on after fix, 2: set gps to hw backup after fix
* nmea
* 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment