Subversion Repositories dashGPS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
33 1078 d 5 h mjames /trunk/.vscode/ Adding launch.json  
32 1280 d 6 h mjames /trunk/Core/Src/ Reformatted  
31 1510 d 4 h mjames / Adding second I2C bus for extension as it crashed .  
30 1629 d 9 h mjames /trunk/ Updated error check for remote I2C device failure..  
29 1629 d 9 h mjames / Added power down to I2C1 bus - used a GPIO pin to power the low-power bus devices .  
28 1630 d 3 h mjames / Setup to use I2C1 for the external I2C bus.  
27 1642 d 6 h mjames / Added watchdog timer,
Updated to use new serial driver code.
 
26 1762 d 12 h mjames / Modified for two BME280 sensors.  
25 1767 d 9 h mjames / Improved average speed.  
24 1769 d 12 h mjames / Reducing the rate of buffer overflows.  
23 1770 d 4 h mjames /trunk/ Altered buffer size, and start up of speed averaging code.
Need to drop baud rate from 115200 as this is causing buffer overflow.
 
22 1770 d 8 h mjames / Updated to new STM32 lib API for UART  
21 1780 d 14 h mjames / Updated to add encoder push button and encoder pins for dial  
20 1802 d 7 h mjames / Fixed a couple of files that had not been correctly checked in.  
19 1802 d 7 h mjames /branches/dashGPS-bmp/ Commit this branch as I do not have a BME280 to work with  
18 1813 d 4 h mjames /branches/dashGPS-bmp/ Creating a branch to try BME Environmental sensor with humidity  
17 1813 d 4 h mjames /branches/ Creating branches folder  
16 1825 d 4 h mjames /trunk/ Changed print formatting to use NMEA XDR messages, and remember to ground the CS0 of the Bosch BMP280 sensor.  
15 1830 d 4 h mjames /trunk/src/ Reduced temperature read to every 5 secs  
14 1830 d 4 h mjames /trunk/Core/Src/ Reduced temperature read to every 5 secs  
13 2002 d 12 h mjames /trunk/ Update to provide USB CDC UART access for debug/logging.  
12 2002 d 14 h mjames /trunk/Core/Src/ Increased measurement rate on temperature to 2Hz  
11 2002 d 15 h mjames /trunk/ Added BMP280 sensor, and changed serial API  
10 2030 d 8 h mjames /trunk/ Updated code  
9 2058 d 7 h mjames /trunk/ Updated to show time, correctly read GPS data when buffer overflows.  
8 2061 d 2 h mjames /trunk/ Displays a small display  
7 2062 d 2 h mjames /trunk/src/ Updated to draw test data and use a font to display text.  
6 2064 d 2 h mjames /trunk/ Added call-out from C to C++ to allow using libOLED C++ library  
5 2067 d 2 h mjames /trunk/ Added SSD1306 display configuration and library use  
4 2070 d 3 h mjames /trunk/ Added NMEA parser and angle conversion from string to float.  
3 2071 d 3 h mjames /trunk/src/ Updated nmea.c  
2 2071 d 4 h mjames /trunk/ First commit - code setup to get code into NMEA handler  
1 2071 d 4 h mjames /trunk/ Added trunk