-
Jump Started Car and Still Working
08/12/2017 at 04:04 • 0 commentsYesterday the car would not start as the battery was flat, so I used a LiPo Jump Start pack to start it, this did not damage the logging device which continues to work flawlessly.
-
Reliable Performance
05/17/2017 at 07:33 • 0 commentsA short update to say this project has now been continuously live behind the front bumper of my car for 8 months now and has survived everything the weather and the cars electrical system has thrown at it.
-
Monitoring and alerting on my phone
10/08/2016 at 05:19 • 0 commentsI have been using the IoT ThingSpeak Monitor Widget to view the current state of the battery on the home screen of my Android phone. The widget obtains the latest battery voltage from my ThingSpeak channel. The widget also contains configurable monitoring functionality so that if the voltage falls below a threshold then an alarm occurs.
-
Voltage measurement before Particle Cloud connect
10/07/2016 at 03:41 • 0 comments'Averaging of N-X ADC samples' technique does not seem to have made an observable difference. I have now move the voltage measurement to before connecting to the Particle Cloud to avoid ADC noise due to network activity.
-
Further ADC Noise Reduction in Firmware
09/24/2016 at 01:20 • 0 commentsUsing averaging in firmware has made the readings less noisy (see graph after 19th Sept) , so I am going to switch to the 'Averaging of N-X ADC samples' technique described in the application note, to see if it results in a further improvement.
-
ADC Noise Reduction in Firmware
09/20/2016 at 06:41 • 0 commentsFound this App Note from ST Microelectronics about software techniques for reducing the impact of noise in ADC measurements, given how noisy the measurements appear, I am going to update my code to try the 'Averaging of N ADC samples' method.
How to improve ADC accuracy when using STM32F2xx and STM32F4xx microcontrollers