|
Forum Index : Microcontroller and PC projects : yet another Pico + GPS
| Author | Message | ||||
| cdeagle Senior Member Joined: 22/06/2014 Location: United StatesPosts: 266 |
Picture of a minimalist Pico/GPS project. It uses a Waveshare RP2040-LCD-0.96 and a Waveshare Pico-GPS-L76B. The GPS plugs into the Pico/display board. Powered by a Voltaic battery via USB. The RP2040 has a MM1.25 connector and charging circuit for a battery. Thanks to Peter for providing the MMBASIC parameters for the display on the RP2040. |
||||
| zeitfest Guru Joined: 31/07/2019 Location: AustraliaPosts: 622 |
Neat. Just wondering about the pi pico "accelerated floating point" math, is it solid ? |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10628 |
Exactly matches CMM2/MMB4W on cdeagles' complex solar eclipse calcs See also https://forums.raspberrypi.com/viewtopic.php?p=2019820&hilit=floating+point#p2019820 |
||||
| cdeagle Senior Member Joined: 22/06/2014 Location: United StatesPosts: 266 |
I have several picomites that have been running my double precision sun rise/set MMBASIC code 24 hours a day for more than 6 months without crashing. Not bad for a $4 micro-controller and an impressive BASIC. |
||||
| zeitfest Guru Joined: 31/07/2019 Location: AustraliaPosts: 622 |
(edited) I think that is a testament to the accuracy of your work ! However the iterative approach used would tend to give the same numerical results in any case I think. Does the pico MMBasic version use the updated math routine library, which AFAIK superseded the standard MMBasic at the time? Edited 2022-08-16 11:53 by zeitfest |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10628 |
Microchip S/W FP library on MM+ gets it slightly wrong Don't understand. The firmware just calls the relevant system routines all double precision. |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |