billy

Results 28 comments of billy

Hi, Can you please test an older version of Arduino ? 1.8.13 ? 1.8.19 that i just tried uses more memory Sketch uses 16284 bytes (53%) of program storage space....

Can you please check the recent update on the smartbeaconing branch ? We will be able to narrow it down

Ok Two different topics: Altitude 1000000 comes from TinyGPS when the Altitude is invalid Course 1000 if the course is invalid I tried to fix the course issue, in the...

When stationary the GPS cannot provide a valid course (it jumps left,right) so it will get fired randomly. The height is not valid that's why you get a 1000000. Will...

I have pushed another update to the smartbeaconing branch 5 minutes ago. Can you please do another test ? its more clean/better output etc

Yes and it will stay in that loop till the altitude is correct

Yeap, no changes on the library. It is what TinyGPS reports, the value of 1000000 means invalid altitude

First of all thanks for the hug !!!. I can reproduce it with a NEO 6M here, and i think it is a matter of timing (processing data from the...

The issue is the RAM usage, excluding the libaprs part the code behaves as expected (so your GPS it not faulty)

Updated. Not RAM usage but the ADC ISR killing the SoftwareSerial... give it a try Its not the best solution to reduce the speed of the GPS to 4800 but...