dgatf / msrc

Multi Sensor for RC with RP2040 - FrSky D, SmartPort, XBUS, SRXL, IBUS, SBUS, Multiplex Sensor Bus, Jeti Ex Bus, Hitec
GNU General Public License v3.0
165 stars 39 forks source link

S-PORT/Teensy 3.2 return me no telemetry #85

Closed pierrotm777 closed 1 year ago

pierrotm777 commented 2 years ago

Hello Daniel,

I try to build my own telemetry with an Teensy 3.2 board. My S-Port use the pin 1 (TX1).

I try the Debug feature without success:

define DEBUG

define DEBUG_GPS

define SIM_SENSORS

My GPS is connected to the pins: GPS Rx on pin 8 Gps Tx on pin 7

Can you help me please ? Pierre

pierrotm777 commented 2 years ago

I have uncommented SIM_RX and i see on my serial: 2 RMC: 1 GGA: (6)00,(11)99.99,D:100 V:123456 T:17624 D:110 V:2345 T:17745 D:B60 V:123 T:17866 D:800 V:3233745120 T:17987 D:820 V:128300 T:18108 D:830 V:158000 T:18229 D:840 V:12345 T:18350 D:850 V:269943296 T:18471

2 RMC: D:111 V:567 T:18592

1 GGA: (6)00,(11)99.99,D:5103 V:10 T:18713 D:5104 V:0 T:18834 D:A00 V:1235 T:18955 D:900 V:1234 T:19076 D:200 V:123 T:19197 D:B61 V:786432 T:19318 D:400 V:12 T:19439

2 RMC: D:401 V:20 T:19560

1 GGA: (6)00,(11)99.99,D:100 V:123456 T:19681 D:110 V:2345 T:19802 D:B60 V:123 T:19923 D:800 V:1080669436 T:20044 D:820 V:128300 T:20165 D:830 V:158000 T:20286 D:840 V:12345 T:20407 D:850 V:201985791 T:20528

2 RMC: 1 GGA: (6)00,(11)99.99,D:111 V:567 T:20649 D:5103 V:10 T:20770 D:5104 V:0 T:20891 D:A00 V:1235 T:21012 D:900 V:1234 T:21133 D:200 V:123 T:21254 D:B61 V:786432 T:21375 D:400 V:12 T:21496

2 RMC: 1 GGA: (6)00,(11)99.99,D:401 V:20 T:21617 D:100 V:123456 T:21738 D:110 V:2345 T:21859 D:B60 V:123 T:21980 D:800 V:3233745120 T:22101 D:820 V:128300 T:22222 D:830 V:158000 T:22343 D:840 V:12345 T:22464

2 RMC: D:850 V:269943296 T:22585

1 GGA: (6)00,(11)99.99,D:111 V:567 T:22706 D:5103 V:10 T:22827 D:5104 V:0 T:22948 D:A00 V:1235 T:23069 D:900 V:1234 T:23190 D:200 V:123 T:23311 D:B61 V:786432 T:23432

I suppose than my GPS is seen but my S-Port return nothing to my transmitter.

dgatf commented 1 year ago

Based on the debug, the GPS is ok and Teensy is sending telemetry to the receiver. It should be ok. I've tested this with Teensy LC and it's ok. I suggest to use Teensy LC as Teensy 3 is out of stock and I can't test it (though should be the same in this case). Or better the RP2040, with the ported version of MSRC