mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Transmitters / GPS Sim
commit
b6ca979f9b
15
GPS-Sim.md
Normal file
15
GPS-Sim.md
Normal file
@ -0,0 +1,15 @@
|
||||
This app allows you to broadcast GPS baseband signal data streams. You can use [gps-sdr-sim](https://github.com/osqzss/gps-sdr-sim) to generate data for this app.
|
||||
|
||||
## Example
|
||||
`gps-sdr-sim -e brdc3540.14n -l 30.286502,120.032669,100 -b 8`
|
||||
|
||||
That will create a `gpssim.bin` file that you rename to `BBD_NNNN.C8` and then create `BBD_NNNN.TXT` with:
|
||||
```
|
||||
sample_rate=2600000
|
||||
center_frequency=1575420000
|
||||
```
|
||||
|
||||
Copy to your PortaPack MicroSD and open the file from the GPS Sim app.
|
||||
|
||||
## References
|
||||
https://blog.csdn.net/shukebeta008/article/details/103270214
|
Loading…
Reference in New Issue
Block a user