OpenXSensor Jeti, flow sensor and reset through button / PPM

Development & General Chat for the superb openxvario project.

Moderator: rainer

mstrens
Posts: 1435
Joined: Fri Dec 27, 2013 7:49 pm
Country: -

Re: OpenXSensor Jeti, flow sensor and reset through button / PPM

Post by mstrens »

I just put a new version of oXs on github.
I made little changes about ppm handling. You can try it.
I am still not sure that it helps in your case because I do not understand what happens with BMP280.

If you want, I can make a special version with more debug information to try to understand.
If you are interested, I propose to continue with private messages on this forum.

onki
Posts: 40
Joined: Tue May 14, 2013 8:34 am
Country: -

Re: OpenXSensor Jeti, flow sensor and reset through button / PPM

Post by onki »

Hi,

just the result (with the old version) using the MS5611 on the breadboard. It works.
Seems to be BMP280 related.

Code: Select all

openXsensor starting..
 milli=0
freeRam=901
vario setting up..
vario is up..
End of GPS setup
Jeti Output Module: TX Pin=4
 milli=4207
Jeti Output Module: Setup!
Number of fields to send = 10
SeqRef=284
SeqMax=2
Sequence_m100=1 , 32 ,  
End of general set up
4402185 ppm=-62
4402791 ppm=-62
4403385 ppm=-62
4403971 ppm=-62
4404569 ppm=-62
4407756 ppm=-62
4408080 ppm=-62
4408412 ppm=-62
4411194 ppm=-62
4413560 ppm=-62
4417574 ppm=-62
4417892 ppm=-62
I will give the new code a try.

Best regards
Onki
onki
Posts: 40
Joined: Tue May 14, 2013 8:34 am
Country: -

Re: OpenXSensor Jeti, flow sensor and reset through button / PPM

Post by onki »

Hi,

still the same problem with the new version:

Code: Select all

⸮rio Sensor:BMP280 I2C Addr=76
openXsensor starting..
 milli=0
freeRam=877
vario setting up..
Vario Sensor:BMP280  
 milli=1000
calibration data #1 = 28048 error= 0
calibration data #2 = 25912 error= 0
calibration data #3 = 50 error= 0
calibration data #4 = 36546 error= 0
calibration data #5 = 54946 error= 0
calibration data #6 = 3024 error= 0
calibration data #7 = 8190 error= 0
calibration data #8 = 65463 error= 0
calibration data #9 = 65529 error= 0
calibration data #10 = 15500 error= 0
calibration data #11 = 50936 error= 0
calibration data #12 = 6000 error= 0
setup vario done.
vario is up..
End of GPS setup
Jeti Output Module: TX Pin=4
 milli=4125
Jeti Output Module: Setup!
Number of fields to send = 10
SeqRef=284
SeqMax=2
Sequence_m100=1 , 32 ,  
End of general set up
⸮⸮rio Sensor:BMP280 I2C Addr=76
openXsensor starting..
 milli=0
freeRam=877
vario setting up..
Vario Sensor:BMP280  
 milli=1000
calibration data #1 = 28048 error= 0
calibration data #2 = 25912 error= 0
calibration data #3 = 50 error= 0
calibration data #4 = 36546 error= 0
calibration data #5 = 54946 error= 0
calibration data #6 = 3024 error= 0
calibration data #7 = 8190 error= 0
calibration data #8 = 65463 error= 0
calibration data #9 = 65529 error= 0
calibration data #10 = 15500 error= 0
calibration data #11 = 50936 error= 0
calibration data #12 = 6000 error= 0
setup vario done.
vario is up..
End of GPS setup
Jeti Output Module: TX Pin=4
 milli=4125
Jeti Output Module: Setup!
Number of fields to send = 10
SeqRef=284
SeqMax=2
Sequence_m100=1 , 32 ,  
End of general set up
When changing to MS5611 with debug enabled:

Code: Select all

openXsensor starting..
 milli=0
freeRam=901
vario setting up..
vario is up..
End of GPS setup
Jeti Output Module: TX Pin=4
 milli=4207
Jeti Output Module: Setup!
Number of fields to send = 10
SeqRef=284
SeqMax=2
Sequence_m100=1 , 32 ,  
End of general set up
4313351 ppm=108
4434841 ppm=107
4556420 ppm=108
4678179 ppm=108
4799478 ppm=107
4921008 ppm=107
5042566 ppm=107
5164371 ppm=108
5285673 ppm=107
5407154 ppm=107
5528718 ppm=107
5651366 ppm=107
5771784 ppm=107
5893274 ppm=107
6014852 ppm=107
6138676 ppm=107
6257866 ppm=107
6379365 ppm=108
Best regards
Onki
mstrens
Posts: 1435
Joined: Fri Dec 27, 2013 7:49 pm
Country: -

Re: OpenXSensor Jeti, flow sensor and reset through button / PPM

Post by mstrens »

I sent you a new version in a private message.
onki
Posts: 40
Joined: Tue May 14, 2013 8:34 am
Country: -

Re: OpenXSensor Jeti, flow sensor and reset through button / PPM

Post by onki »

This is the debug output. I just changed the PPM input to port 3.
If you want I can also check with port 2-

Code: Select all

⸮rio Sensor:BMP280 I2C Addr=76
openXsensor starting..
 milli=0
freeRam=863
vario setting up..
Vario Sensor:BMP280  
 milli=1000
calibration data #1 = 28048 error= 0
calibration data #2 = 25912 error= 0
calibration data #3 = 50 error= 0
calibration data #4 = 36546 error= 0
calibration data #5 = 54946 error= 0
calibration data #6 = 3024 error= 0
calibration data #7 = 8190 error= 0
calibration data #8 = 65463 error= 0
calibration data #9 = 65529 error= 0
calibration data #10 = 15500 error= 0
calibration data #11 = 50936 error= 0
calibration data #12 = 6000 error= 0
setup vario done.
vario is up..
End of GPS setup
Jeti Output Module: TX Pin=4
 milli=4125
Jeti Output Module: Setup!
Number of fields to send = 10
SeqRef=268
SeqMax=8
Sequence_m100=1 , 32 , 3 , 0 , 1 , 32 , 3 , 0 ,  
End of general set up
Best regards any many thanks for your great support.

Onki

mstrens
Posts: 1435
Joined: Fri Dec 27, 2013 7:49 pm
Country: -

Re: OpenXSensor Jeti, flow sensor and reset through button / PPM

Post by mstrens »

So, it looks like oXs never reach the point where it read PPM signal.
I will send you a version with some more debug to see up to which point oXs can run.

No need to test with another pin for ppm.
onki
Posts: 40
Joined: Tue May 14, 2013 8:34 am
Country: -

Re: OpenXSensor Jeti, flow sensor and reset through button / PPM

Post by onki »

Hi,

I flashed the new code (with PPM Pin3) with this debug output (strippd since repeated ):

Code: Select all

⸮rio Sensor:BMP280 I2C Addr=76
openXsensor starting..
 milli=0
freeRam=801
vario setting up..
Vario Sensor:BMP280  
 milli=1000
calibration data #1 = 28048 error= 0
calibration data #2 = 25912 error= 0
calibration data #3 = 50 error= 0
calibration data #4 = 36546 error= 0
calibration data #5 = 54946 error= 0
calibration data #6 = 3024 error= 0
calibration data #7 = 8190 error= 0
calibration data #8 = 65463 error= 0
calibration data #9 = 65529 error= 0
calibration data #10 = 15500 error= 0
calibration data #11 = 50936 error= 0
calibration data #12 = 6000 error= 0
setup vario done.
vario is up..
End of GPS setup
Jeti Output Module: TX Pin=4
 milli=4125
Jeti Output Module: Setup!
Number of fields to send = 10
SeqRef=268
SeqMax=8
Sequence_m100=1 , 32 , 3 , 0 , 1 , 32 , 3 , 0 ,  
End of general set up
in loop=4129
read baro 1 at 4130
read gps at 4135
call calculateAllFields at4135
end of call calculateAllFields at4137
in loop=4141
read baro 1 at 4142
read gps at 4147
call calculateAllFields at4147
end of call calculateAllFields at4149
in loop=4153
read baro 1 at 4154
read gps at 4159
call calculateAllFields at4159
end of call calculateAllFields at4161
in loop=4164
read baro 1 at 4166
read gps at 4170
call calculateAllFields at4171
end of call calculateAllFields at4172
in loop=4176
read baro 1 at 4177
read gps at 4182
call calculateAllFields at4182
end of call calculateAllFields at4184
in loop=4188
read baro 1 at 4189
read gps at 4194
call calculateAllFields at4194
end of call calculateAllFields at4196
in loop=4200
read baro 1 at 4201
read gps at 4206
call calculateAllFields at4206
end of call calculateAllFields at4208
in loop=4211
read baro 1 at 4213
read gps at 4217
call calculateAllFields at4218
end of call calculateAllFields at4220
in loop=4223
read baro 1 at 4225
read gps at 4229
call calculateAllFields at4229
end of call calculateAllFields at4231
in loop=4235
with "NO_BARO" I do get this:

Code: Select all

openXsensor starting..
 milli=0
freeRam=1178
End of GPS setup
Jeti Output Module: TX Pin=4
 milli=2104
Jeti Output Module: Setup!
Number of fields to send = 7
SeqRef=268
SeqMax=8
Sequence_m100=1 , 32 , 3 , 0 , 1 , 32 , 3 , 0 ,  
End of general set up
in loop=2112
read gps at 2113
call calculateAllFields at2113
end of call calculateAllFields at2115
Read ppm at 2120
ppm time1= 2089
in loop=2124
read gps at 2124
call calculateAllFields at2124
end of call calculateAllFields at2126
Read ppm at 2131
ppm time1= 103
in loop=2135
read gps at 2135
call calculateAllFields at2135
end of call calculateAllFields at2137
Read ppm at 2142
ppm time1= 2256
in loop=2146
read gps at 2146
call calculateAllFields at2147
end of call calculateAllFields at2149
Read ppm at 2153
ppm time1= 160
in loop=2157
read gps at 2158
call calculateAllFields at2158
end of call calculateAllFields at2160
Read ppm at 2164
ppm time1= 2015
in loop=2168
read gps at 2169
call calculateAllFields at2169
end of call calculateAllFields at2171
Read ppm at 2176
ppm time1= 2256
in loop=2180
read gps at 2180
call calculateAllFields at2180
end of call calculateAllFields at2182
Read ppm at 2187
ppm time1= 2099
in loop=2191
read gps at 2191
call calculateAllFields at2192
end of call calculateAllFields at2193
Read ppm at 2198
ppm time1= 2065
in loop=2202
read gps at 2203
call calculateAllFields at2203
end of call calculateAllFields at2205
Read ppm at 2209
ppm time1= 2101
in loop=2213
read gps at 2214
call calculateAllFields at2214
end of call calculateAllFields at2216
Read ppm at 2221
ppm time1= 2094
in loop=2225
read gps at 2225
call calculateAllFields at2225
end of call calculateAllFields at2227
Read ppm at 2232
ppm time1= 2092
in loop=2236
read gps at 2237
call calculateAllFields at2237
end of call calculateAllFields at2239
Read ppm at 2243
ppm time1= 2178
in loop=2247
read gps at 2248
call calculateAllFields at2248
end of call calculateAllFields at2250
Read ppm at 2255
ppm time1= 1920
in loop=2259
read gps at 2259
call calculateAllFields at2259
end of call calculateAllFields at2261
Read ppm at 2266
ppm time1= 53
in loop=2269
read gps at 2270
call calculateAllFields at2270
end of call calculateAllFields at2272
Read ppm at 2277
ppm time1= 2295
in loop=2281
read gps at 2281
call calculateAllFields at2281
end of call calculateAllFields at2283
Read ppm at 2288
ppm time1= 2118
in loop=2292
read gps at 2293
call calculateAllFields at2293
end of call calculateAllFields at2295
Best regards
Onki
onki
Posts: 40
Joined: Tue May 14, 2013 8:34 am
Country: -

Re: OpenXSensor Jeti, flow sensor and reset through button / PPM

Post by onki »

Hi,

It seems to work now but I can test more detailed tomorrow.

Code: Select all

⸮rio Sensor:BMP280 I2C Addr=76
openXsensor starting..
 milli=0
freeRam=805
vario setting up..
Vario Sensor:BMP280  
 milli=1000
calibration data #1 = 28048 error= 0
calibration data #2 = 25912 error= 0
calibration data #3 = 50 error= 0
calibration data #4 = 36546 error= 0
calibration data #5 = 54946 error= 0
calibration data #6 = 3024 error= 0
calibration data #7 = 8190 error= 0
calibration data #8 = 65463 error= 0
calibration data #9 = 65529 error= 0
calibration data #10 = 15500 error= 0
calibration data #11 = 50936 error= 0
calibration data #12 = 6000 error= 0
setup vario done.
vario is up..
End of GPS setup
Jeti Output Module: TX Pin=4
 milli=4125
Jeti Output Module: Setup!
Number of fields to send = 10
SeqRef=268
SeqMax=8
Sequence_m100=1 , 32 , 3 , 0 , 1 , 32 , 3 , 0 ,  
End of general set up
in loop=4129
read baro 1 at 4130
read gps at 4135
call calculateAllFields at4135
end of call calculateAllFields at4137
Read ppm at 4142
ppm time1= 102
in loop=4146
read baro 1 at 4147
read gps at 4152
call calculateAllFields at4152
end of call calculateAllFields at4154
in loop=4157
read baro 1 at 4159
read gps at 4163
call calculateAllFields at4163
end of call calculateAllFields at4165
Read ppm at 4170
ppm time1= 412
in loop=4174
read baro 1 at 4175
read gps at 4180
call calculateAllFields at4180
end of call calculateAllFields at4182
in loop=4186
read baro 1 at 4187
read gps at 4192
call calculateAllFields at4192
end of call calculateAllFields at4194
Read ppm at 4198
ppm time1= 310
in loop=4202
read baro 1 at 4203
read gps at 4208
call calculateAllFields at4208
end of call calculateAllFields at4210
in loop=4214
read baro 1 at 4215
read gps at 4220
call calculateAllFields at4220
end of call calculateAllFields at4222
Read ppm at 4227
ppm time1= 102
in loop=4230
read baro 1 at 4232
read gps at 4236
call calculateAllFields at4237
end of call calculateAllFields at4238
in loop=4242
read baro 1 at 4243
read gps at 4248
call calculateAllFields at4248
end of call calculateAllFields at4250
Read ppm at 4255
ppm time1= 412
in loop=4259
read baro 1 at 4260
read gps at 4265
call calculateAllFields at4265
end of call calculateAllFields at4267
in loop=4270
read baro 1 at 4272
read gps at 4276
call calculateAllFields at4277
end of call calculateAllFields at4279
Read ppm at 4283
ppm time1= 310
in loop=4287
read baro 1 at 4288
read gps at 4293
call calculateAllFields at4293
end of call calculateAllFields at4295
in loop=4299
read baro 1 at 4300
read gps at 4305
call calculateAllFields at4305
end of call calculateAllFields at4307
Read ppm at 4311
ppm time1= 102
in loop=4315
read baro 1 at 4317
read gps at 4321
call calculateAllFields at4321
end of call calculateAllFields at4323
in loop=4327
read baro 1 at 4328
read gps at 4333
call calculateAllFields at4333
end of call calculateAllFields at4335
Read ppm at 4340
ppm time1= 1586
in loop=4344
read baro 1 at 4345
read gps at 4350
call calculateAllFields at4350
end of call calculateAllFields at4352
in loop=4355
read baro 1 at 4357
read gps at 4361
call calculateAllFields at4362
end of call calculateAllFields at4364
Read ppm at 4368
ppm time1= 309
in loop=4372
read baro 1 at 4373
read gps at 4378
call calculateAllFields at4378
end of call calculateAllFields at4380
in loop=4384
read baro 1 at 4385
read gps at 4390
call calculateAllFields at4390
end of call calculateAllFields at4392
Read ppm at 4396
ppm time1= 1569
in loop=4400
read baro 1 at 4402
read gps at 4407
call calculateAllFields at4407
end of call calculateAllFields at4409
in loop=4412
read baro 1 at 4414
read gps at 4418
call calculateAllFields at4418
end of call calculateAllFields at4420
Read ppm at 4425
ppm time1= 310
in loop=4429
read baro 1 at 4430
read gps at 4435
call calculateAllFields at4435
end of call calculateAllFields at4437
in loop=4440
read baro 1 at 4442
read gps at 4447
call calculateAllFields at4447
end of call calculateAllFields at4449
Read ppm at 4453
ppm time1= 102
in loop=4457
read baro 1 at 4458
read gps at 4463
call calculateAllFields at4463
end of call calculateAllFields at4465
in loop=4469
read baro 1 at 4470
read gps at 4475
call calculateAllFields at4475
end of call calculateAllFields at4477
Read ppm at 4482
ppm time1= 412
in loop=4485
read baro 1 at 4487
read gps at 4491
call calculateAllFields at4491
end of call calculateAllFields at4493
in loop=4497
read baro 1 at 4498
read gps at 4503
call calculateAllFields at4503
end of call calculateAllFields at4505
Read ppm at 4510
ppm time1= 310
in loop=4514
read baro 1 at 4515
read gps at 4520
call calculateAllFields at4520
end of call calculateAllFields at4522
in loop=4525
read baro 1 at 4527
read gps at 4531
call calculateAllFields at4531
end of call calculateAllFields at4533
Read ppm at 4538
ppm time1= 102
in loop=4542
read baro 1 at 4543
read gps at 4548
call calculateAllFields at4548
end of call calculateAllFields at4550
in loop=4554
read baro 1 at 4555
read gps at 4560
call calculateAllFields at4560
end of call calculateAllFields at4562
Read ppm at 4566
ppm time1= 1198
in loop=4570
read baro 1 at 4572
read gps at 4576
call calculateAllFields at4576
end of call calculateAllFields at4578
in loop=4582
read baro 1 at 4583
read gps at 4588
call calculateAllFields at4588
end of call calculateAllFields at4590
Read ppm at 4595
ppm time1= 310
in loop=4599
read baro 1 at 4600
read gps at 4605
call calculateAllFields at4605
end of call calculateAllFields at4607
in loop=4610
read baro 1 at 4612
read gps at 4616
call calculateAllFields at4617
end of call calculateAllFields at4618
Read ppm at 4623
ppm time1= 619
in loop=4627
read baro 1 at 4628
read gps at 4633
call calculateAllFields at4633
end of call calculateAllFields at4635
in loop=4639
read baro 1 at 4640
read gps at 4645
call calculateAllFields at4645
end of call calculateAllFields at4647
Read ppm at 4651
ppm time1= 412
in loop=4655
read baro 1 at 4656
read gps at 4661
call calculateAllFields at4661
end of call calculateAllFields at4663
in loop=4667
read baro 1 at 4668
read gps at 4673
call calculateAllFields at4673
end of call calculateAllFields at4675
Read ppm at 4680
ppm time1= 310
in loop=4683
read baro 1 at 4685
read gps at 4689
call calculateAllFields at4690
end of call calculateAllFields at4691
in loop=4695
read baro 1 at 4696
read gps at 4701
call calculateAllFields at4701
end of call calculateAllFields at4703
Read ppm at 4708
ppm time1= 102
in loop=4712
read baro 1 at 4713
read gps at 4718
call calculateAllFields at4718
end of call calculateAllFields at4720
in loop=4723
read baro 1 at 4725
read gps at 4729
call calculateAllFields at4730
end of call calculateAllFields at4732
Read ppm at 4736
ppm time1= 1768
in loop=4740
read baro 1 at 4742
read gps at 4746
call calculateAllFields at4746
end of call calculateAllFields at4748
in loop=4752
read baro 1 at 4753
read gps at 4758
call calculateAllFields at4758
end of call calculateAllFields at4760
Read ppm at 4765
ppm time1= 310
in loop=4768
read baro 1 at 4770
read gps at 4774
call calculateAllFields at4775
end of call calculateAllFields at4777
in loop=4780
read baro 1 at 4782
read gps at 4786
call calculateAllFields at4786
end of call calculateAllFields at4788
Read ppm at 4793
ppm time1= 102
in loop=4797
read baro 1 at 4798
read gps at 4803
call calculateAllFields at4803
end of call calculateAllFields at4805
in loop=4808
read baro 1 at 4810
read gps at 4814
call calculateAllFields at4815
end of call calculateAllFields at4817
Read ppm at 4821
ppm time1= 2027
in loop=4825
read baro 1 at 4827
read gps at 4831
call calculateAllFields at4831
end of call calculateAllFields at4833
in loop=4837
read baro 1 at 4838
read gps at 4843
call calculateAllFields at4843
end of call calculateAllFields at4845
Read ppm at 4850
ppm time1= 310
in loop=4853
read baro 1 at 4855
read gps at 4860
call calculateAllFields at4860
end of call calculateAllFields at4862
in loop=4865
read baro 1 at 4867
read gps at 4871
call calculateAllFields at4871
end of call calculateAllFields at4873
Read ppm at 4878
ppm time1= 620
in loop=4882
read baro 1 at 4883
read gps at 4888
call calculateAllFields at4888
end of call calculateAllFields at4890
in loop=4893
read baro 1 at 4895
read gps at 4900
call calculateAllFields at4900
end of call calculateAllFields at4902
Read ppm at 4906
ppm time1= 1418
in loop=4910
read baro 1 at 4912
read gps at 4916
call calculateAllFields at4916
end of call calculateAllFields at4918
in loop=4922
read baro 1 at 4923
read gps at 4928
call calculateAllFields at4928
end of call calculateAllFields at4930
Read ppm at 4935
ppm time1= 310
in loop=4939
read baro 1 at 4940
read gps at 4945
call calculateAllFields at4945
end of call calculateAllFields at4947
in loop=4950
read baro 1 at 4952
read gps at 4956
call calculateAllFields at4956
end of call calculateAllFields at4958
Read ppm at 4963
ppm time1= 102
in loop=4967
read baro 1 at 4968
read gps at 4973
call calculateAllFields at4973
end of call calculateAllFields at4975
in loop=4979
read baro 1 at 4980
read gps at 4985
call calculateAllFields at4985
end of call calculateAllFields at4987
Read ppm at 4991
ppm time1= 412
in loop=4995
read baro 1 at 4996
read gps at 5001
call calculateAllFields at5001
end of call calculateAllFields at5003
in loop=5007
read baro 1 at 5008
read gps at 5013
call calculateAllFields at5013
end of call calculateAllFields at5015
Read ppm at 5020
ppm time1= 310
in loop=5023
read baro 1 at 5025
read gps at 5029
call calculateAllFields at5029
end of call calculateAllFields at5031
in loop=5035
read baro 1 at 5036
read gps at 5041
call calculateAllFields at5041
end of call calculateAllFields at5043
Read ppm at 5048
ppm time1= 102
in loop=5052
read baro 1 at 5053
read gps at 5058
call calculateAllFields at5058
end of call calculateAllFields at5060
in loop=5063
read baro 1 at 5065
read gps at 5069
call calculateAllFields at5070
end of call calculateAllFields at5071
Read ppm at 5076
ppm time1= 412
in loop=5080
read baro 1 at 5081
read gps at 5086
call calculateAllFields at5086
end of call calculateAllFields at5088
in loop=5092
read baro 1 at 5093
read gps at 5098
call calculateAllFields at5098
end of call calculateAllFields at5100
Read ppm at 5104
ppm time1= 310
in loop=5108
read baro 1 at 5109
read gps at 5114
call calculateAllFields at5114
end of call calculateAllFields at5116
in loop=5120
read baro 1 at 5121
read gps at 5126
call calculateAllFields at5126
end of call calculateAllFields at5128
Read ppm at 5133
ppm time1= 620
in loop=5136
read baro 1 at 5138
read gps at 5142
call calculateAllFields at5143
end of call calculateAllFields at5144
in loop=5148
read baro 1 at 5149
read gps at 5154
call calculateAllFields at5154
end of call calculateAllFields at5156
Read ppm at 5161
ppm time1= 412
in loop=5165
read baro 1 at 5166
read gps at 5171
call calculateAllFields at5171
end of call calculateAllFields at5173
in loop=5176
read baro 1 at 5178
read gps at 5182
call calculateAllFields at5183
end of call calculateAllFields at5185
Read ppm at 5189
ppm time1= 102
in loop=5193
read baro 1 at 5194
read gps at 5199
call calculateAllFields at5199
end of call calculateAllFields at5201
in loop=5205
read baro 1 at 5206
read gps at 5211
call calculateAllFields at5211
end of call calculateAllFields at5213
Read ppm at 5217
ppm time1= 102
in loop=5221
read baro 1 at 5223
read gps at 5227
call calculateAllFields at5227
end of call calculateAllFields at5229
in loop=5233
read baro 1 at 5234
read gps at 5239
call calculateAllFields at5239
end of call calculateAllFields at5241
Read ppm at 5246
ppm time1= 1749
in loop=5250
read baro 1 at 5251
read gps at 5256
call calculateAllFields at5256
end of call calculateAllFields at5258
in loop=5261
read baro 1 at 5263
read gps at 5267
call calculateAllFields at5268
end of call calculateAllFields at5270
Read ppm at 5274
ppm time1= 310
in loop=5278
read baro 1 at 5279
read gps at 5284
call calculateAllFields at5284
end of call calculateAllFields at5286
in loop=5290
read baro 1 at 5291
read gps at 5296
call calculateAllFields at5296
end of call calculateAllFields at5298
Read ppm at 5303
ppm time1= 102
in loop=5306
read baro 1 at 5308
read gps at 5312
call calculateAllFields at5312
end of call calculateAllFields at5314
in loop=5318
read baro 1 at 5319
read gps at 5324
call calculateAllFields at5324
end of call calculateAllFields at5326
Read ppm at 5331
ppm time1= 869
in loop=5334
read baro 1 at 5336
read gps at 5341
call calculateAllFields at5341
end of call calculateAllFields at5343
in loop=5346
read baro 1 at 5348
read gps at 5352
call calculateAllFields at5352
end of call calculateAllFields at5354
Read ppm at 5359
ppm time1= 310
in loop=5363
read baro 1 at 5364
read gps at 5369
call calculateAllFields at5369
end of call calculateAllFields at5371
in loop=5374
read baro 1 at 5376
read gps at 5381
call calculateAllFields at5381
end of call calculateAllFields at5383
Read ppm at 5387
ppm time1= 612
in loop=5391
read baro 1 at 5392
read gps at 5397
call calculateAllFields at5397
end of call calculateAllFields at5399
in loop=5403
read baro 1 at 5404
read gps at 5409
call calculateAllFields at5409
end of call calculateAllFields at5411
Read ppm at 5416
ppm time1= 412
in loop=5419
read baro 1 at 5421
read gps at 5425
call calculateAllFields at5425
end of call calculateAllFields at5427
in loop=5431
read baro 1 at 5432
read gps at 5437
call calculateAllFields at5437
end of call calculateAllFields at5439
Read ppm at 5444
ppm time1= 102
in loop=5448
read baro 1 at 5449
read gps at 5454
call calculateAllFields at5454
end of call calculateAllFields at5456
in loop=5459
read baro 1 at 5461
read gps at 5465
call calculateAllFields at5465
end of call calculateAllFields at5467
Read ppm at 5472
ppm time1= 102
in loop=5476
read baro 1 at 5477
read gps at 5482
call calculateAllFields at5482
end of call calculateAllFields at5484
in loop=5488
read baro 1 at 5489
read gps at 5494
call calculateAllFields at5494
end of call calculateAllFields at5496
Read ppm at 5500
ppm time1= 1745
in loop=5504
read baro 1 at 5506
read gps at 5510
call calculateAllFields at5510
end of call calculateAllFields at5512
in loop=5516
read baro 1 at 5517
read gps at 5522
call calculateAllFields at5522
end of call calculateAllFields at5524
Read ppm at 5529
ppm time1= 310
in loop=5533
read baro 1 at 5534
read gps at 5539
call calculateAllFields at5539
end of call calculateAllFields at5541
in loop=5544
read baro 1 at 5546
read gps at 5550
call calculateAllFields at5551
end of call calculateAllFields at5552
Read ppm at 5557
ppm time1= 102
in loop=5561
read baro 1 at 5562
read gps at 5567
call calculateAllFields at5567
end of call calculateAllFields at5569
in loop=5573
read baro 1 at 5574
read gps at 5579
call calculateAllFields at5579
end of call calculateAllFields at5581
Read ppm at 5585
ppm time1= 412
in loop=5589
read baro 1 at 5590
read gps at 5595
call calculateAllFields at5595
end of call calculateAllFields at5597
in loop=5601
read baro 1 at 5602
read gps at 5607
call calculateAllFields at5607
end of call calculateAllFields at5609
Read ppm at 5614
ppm time1= 102
in loop=5617
read baro 1 at 5619
read gps at 5623
call calculateAllFields at5624
end of call calculateAllFields at5625
in loop=5629
read baro 1 at 5630
read gps at 5635
call calculateAllFields at5635
end of call calculateAllFields at5637
Read ppm at 5642
ppm time1= 620
in loop=5646
read baro 1 at 5647
read gps at 5652
call calculateAllFields at5652
end of call calculateAllFields at5654
in loop=5657
read baro 1 at 5659
read gps at 5663
call calculateAllFields at5664
end of call calculateAllFields at5666
Read ppm at 5670
ppm time1= 412
in loop=5674
read baro 1 at 5675
read gps at 5680
call calculateAllFields at5680
end of call calculateAllFields at5682
in loop=5686
read baro 1 at 5687
read gps at 5692
call calculateAllFields at5692
end of call calculateAllFields at5694
Read ppm at 5698
ppm time1= 310
in loop=5702
read baro 1 at 5704
read gps at 5708
call calculateAllFields at5708
end of call calculateAllFields at5710
in loop=5714
read baro 1 at 5715
read gps at 5720
call calculateAllFields at5720
end of call calculateAllFields at5722
Read ppm at 5727
ppm time1= 102
in loop=5730
read baro 1 at 5732
read gps at 5736
call calculateAllFields at5737
end of call calculateAllFields at5739
in loop=5742
read baro 1 at 5744
read gps at 5748
call calculateAllFields at5748
end of call calculateAllFields at5750
Read ppm at 5755
ppm time1= 412
in loop=5759
read baro 1 at 5760
read gps at 5765
call calculateAllFields at5765
end of call calculateAllFields at5767
in loop=5770
r⸮
Edit: I also tesed it with my sequence (ACL, beacon, landing and position lights) on my FunCub XL and it works like a charm.
If someone is interested im my final sequence I can put the code here. It really looks scale with ACL and beacon.

Best regards and thanks a lot again

Onki
onki
Posts: 40
Joined: Tue May 14, 2013 8:34 am
Country: -

Re: OpenXSensor Jeti, flow sensor and reset through button / PPM

Post by onki »

Hi,

I was able to test your last version with flow sensor as well.
Now the pushbutton reset as well as PPM-Signal reset are working as well in combination with the BMP280.

Thanks for your quick help

Onki

Post Reply

Return to “OpenXVario - an open source vario supported by the open source firmwares!!”