Olimex 328 5v versus 3.3v, via both 2.1 mm Bat connector and 3.7v Lipo Bat

Started by Kurt, February 09, 2014, 02:35:06 AM

Previous topic - Next topic

Kurt

This code:

#include <lowpower.h>

void setup()
{

} // setup

void loop()
{
     
   LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF); 
   
   delay(2000);   
     
} // loop



was run on an Olimex 328 while it was powered via another Uno that had a Adafruit's INA219B Current Sensor Breakout to measure it.  When the Olimex 328 was powered via the 2.1 mm battery connector in both 5v and 3.3v modes it ran fine.  When powered via 3.7v Lipo it doesn't seem to do anything when the board is set to 4v mode.  It runs fine when the board is set to 3.3v mode.

The Uno with the IN219B writes the results to a csv file.

Here it is:

Olimex 328 2.1mm Battery connection, Board at 5v, Sleep Test
Time, Bus Voltage, Shunt Voltage, Load Voltage, Current mA
02/08/2014 17:54:18,1.03,0.72,1.03,4.20
02/08/2014 17:54:19,1.04,0.38,1.04,4.70
02/08/2014 17:54:20,1.03,0.41,1.03,5.10
02/08/2014 17:54:21,1.04,0.86,1.04,6.40
02/08/2014 17:54:22,1.04,0.65,1.04,9.10
02/08/2014 17:54:23,1.04,0.46,1.04,4.20
02/08/2014 17:54:24,1.04,0.61,1.04,4.80
02/08/2014 17:54:25,1.04,1.69,1.04,18.00
02/08/2014 17:54:26,1.02,1.89,1.03,16.10
02/08/2014 17:54:27,1.04,0.40,1.04,8.40
02/08/2014 17:54:28,1.04,0.47,1.04,7.30
02/08/2014 17:54:29,1.04,0.56,1.04,6.60
02/08/2014 17:54:30,1.04,0.84,1.04,4.30
02/08/2014 17:54:31,1.04,0.39,1.04,5.20
02/08/2014 17:54:32,1.03,0.50,1.03,9.20
02/08/2014 17:54:33,1.04,0.74,1.04,4.20
02/08/2014 17:54:34,1.04,0.42,1.04,5.90
02/08/2014 17:54:35,1.04,0.60,1.04,7.00
02/08/2014 17:54:36,1.04,1.71,1.04,19.80
02/08/2014 17:54:37,1.03,1.60,1.03,19.60
02/08/2014 17:54:38,1.03,0.82,1.03,6.80
02/08/2014 17:54:39,1.04,0.41,1.04,3.90
02/08/2014 17:54:40,1.04,0.60,1.04,4.80
02/08/2014 17:54:41,1.04,0.38,1.04,8.50
02/08/2014 17:54:42,1.04,0.52,1.04,9.00
02/08/2014 17:54:43,1.04,0.74,1.04,4.40
02/08/2014 17:54:45,1.03,0.46,1.03,7.60
02/08/2014 17:54:46,1.03,0.89,1.03,4.10
02/08/2014 17:54:47,1.04,1.96,1.04,19.00
02/08/2014 17:54:48,1.04,1.78,1.04,19.50
02/08/2014 17:54:49,1.04,0.44,1.04,6.00
02/08/2014 17:54:50,1.03,0.89,1.03,4.00
02/08/2014 17:54:51,1.03,0.51,1.03,9.20
02/08/2014 17:54:52,1.04,0.73,1.04,4.30
02/08/2014 17:54:53,1.04,0.51,1.04,8.80
02/08/2014 17:54:54,1.04,0.58,1.04,4.50
02/08/2014 17:54:55,1.04,0.55,1.04,7.60
02/08/2014 17:54:56,1.04,0.39,1.04,4.70
02/08/2014 17:54:57,1.03,0.65,1.03,4.00
02/08/2014 17:54:58,1.02,1.98,1.02,16.70
02/08/2014 17:54:59,1.04,1.90,1.04,17.10
02/08/2014 17:55:00,1.04,0.42,1.04,5.60
02/08/2014 17:55:01,1.04,0.91,1.04,5.60
02/08/2014 17:55:02,1.04,0.60,1.04,5.10
02/08/2014 17:55:03,1.04,0.45,1.04,3.70
02/08/2014 17:55:04,1.04,0.75,1.04,4.30
02/08/2014 17:55:05,1.04,0.56,1.04,6.90
02/08/2014 17:55:06,1.04,0.42,1.04,5.70
02/08/2014 17:55:07,1.03,0.78,1.03,4.30
02/08/2014 17:55:08,1.02,1.87,1.03,16.80
02/08/2014 17:55:09,1.03,1.85,1.03,17.70
02/08/2014 17:55:10,1.04,0.41,1.04,5.60
02/08/2014 17:55:11,1.03,0.47,1.03,4.20
02/08/2014 17:55:12,1.04,0.41,1.04,7.20
02/08/2014 17:55:13,1.04,0.90,1.04,6.20
02/08/2014 17:55:14,1.04,0.86,1.04,4.20
02/08/2014 17:55:15,1.04,0.54,1.04,7.60
02/08/2014 17:55:17,1.03,0.51,1.03,4.30
02/08/2014 17:55:18,1.04,0.39,1.04,3.80
02/08/2014 17:55:19,1.04,0.54,1.04,4.50
02/08/2014 17:55:20,1.04,1.79,1.04,18.40
02/08/2014 17:55:21,1.03,1.95,1.03,16.20

Olimex 328 2.1mm Battery connector, Board at 3.3v
Time, Bus Voltage, Shunt Voltage, Load Voltage, Current mA
02/08/2014 18:01:26,1.02,0.39,1.02,5.30
02/08/2014 18:01:27,1.03,0.38,1.03,7.40
02/08/2014 18:01:28,1.03,0.85,1.03,4.20
02/08/2014 18:01:29,1.04,0.73,1.04,4.40
02/08/2014 18:01:30,1.03,0.39,1.03,5.80
02/08/2014 18:01:31,1.03,1.22,1.03,11.90
02/08/2014 18:01:32,1.03,1.11,1.03,11.10
02/08/2014 18:01:33,1.03,0.75,1.03,4.40
02/08/2014 18:01:34,1.04,0.61,1.04,4.50
02/08/2014 18:01:35,1.03,0.58,1.03,4.90
02/08/2014 18:01:36,1.03,0.63,1.03,5.10
02/08/2014 18:01:37,1.03,0.73,1.03,5.40
02/08/2014 18:01:38,1.02,0.91,1.02,6.10
02/08/2014 18:01:39,1.03,0.42,1.03,5.20
02/08/2014 18:01:40,1.03,0.40,1.03,5.50
02/08/2014 18:01:41,1.02,1.21,1.02,11.90
02/08/2014 18:01:42,1.02,1.09,1.03,11.20
02/08/2014 18:01:43,1.04,0.86,1.04,4.10
02/08/2014 18:01:44,1.03,0.75,1.03,4.30
02/08/2014 18:01:45,1.03,0.53,1.03,4.60
02/08/2014 18:01:46,1.03,0.60,1.03,4.70
02/08/2014 18:01:47,1.04,0.61,1.04,5.20
02/08/2014 18:01:49,1.04,0.74,1.04,5.70
02/08/2014 18:01:50,1.03,0.88,1.03,6.50
02/08/2014 18:01:51,1.03,0.85,1.03,4.30
02/08/2014 18:01:52,1.02,1.06,1.03,10.90
02/08/2014 18:01:53,1.03,1.16,1.03,11.90
02/08/2014 18:01:54,1.03,0.47,1.03,9.20
02/08/2014 18:01:55,1.02,0.50,1.02,7.80
02/08/2014 18:01:56,1.03,0.53,1.03,7.40
02/08/2014 18:01:57,1.04,0.56,1.04,4.30
02/08/2014 18:01:58,1.03,0.68,1.03,5.40
02/08/2014 18:01:59,1.03,0.95,1.03,5.90
02/08/2014 18:02:00,1.03,0.88,1.03,6.20
02/08/2014 18:02:01,1.04,0.81,1.04,7.40
02/08/2014 18:02:02,1.03,0.67,1.03,9.40
02/08/2014 18:02:03,1.04,1.07,1.04,9.80
02/08/2014 18:02:04,1.03,0.95,1.03,8.60
02/08/2014 18:02:05,1.04,0.75,1.04,4.20
02/08/2014 18:02:06,1.03,0.58,1.03,4.70
02/08/2014 18:02:07,1.03,0.58,1.03,5.00
02/08/2014 18:02:08,1.02,0.63,1.02,5.30
02/08/2014 18:02:09,1.02,0.78,1.02,5.60
02/08/2014 18:02:10,1.04,0.39,1.04,4.80
02/08/2014 18:02:11,1.03,0.45,1.03,4.00
02/08/2014 18:02:12,1.03,0.49,1.03,4.20
02/08/2014 18:02:13,1.04,0.94,1.04,12.20
02/08/2014 18:02:14,1.04,1.17,1.04,11.40
02/08/2014 18:02:15,1.03,0.41,1.03,3.90
02/08/2014 18:02:16,1.03,0.43,1.03,3.90
02/08/2014 18:02:17,1.02,0.46,1.02,9.40
02/08/2014 18:02:18,1.03,0.94,1.03,3.70
02/08/2014 18:02:19,1.03,0.89,1.03,4.20
02/08/2014 18:02:21,1.03,0.78,1.03,4.30
02/08/2014 18:02:22,1.02,0.52,1.02,4.40
02/08/2014 18:02:23,1.03,0.58,1.03,4.70
02/08/2014 18:02:24,1.03,0.71,1.03,5.60
02/08/2014 18:02:25,1.03,1.13,1.03,12.00
02/08/2014 18:02:26,1.04,1.23,1.04,12.00
02/08/2014 18:02:27,1.04,0.38,1.04,6.80
02/08/2014 18:02:28,1.04,0.42,1.04,5.50
02/08/2014 18:02:29,1.04,0.45,1.04,6.60
02/08/2014 18:02:30,1.03,0.46,1.03,9.30
02/08/2014 18:02:31,1.04,0.47,1.04,4.00
02/08/2014 18:02:32,1.03,0.49,1.03,4.20
02/08/2014 18:02:33,1.02,0.56,1.02,4.60
02/08/2014 18:02:34,1.03,0.62,1.03,5.00
02/08/2014 18:02:35,1.04,0.93,1.04,9.50
02/08/2014 18:02:36,1.03,1.19,1.03,11.90
02/08/2014 18:02:37,1.03,0.54,1.03,6.80
02/08/2014 18:02:38,1.03,0.61,1.03,3.70
02/08/2014 18:02:39,1.04,0.79,1.04,3.90
02/08/2014 18:02:40,1.04,0.83,1.04,4.50
02/08/2014 18:02:41,1.03,0.52,1.03,4.40
02/08/2014 18:02:42,1.03,0.58,1.03,4.90
02/08/2014 18:02:43,1.02,0.70,1.02,5.40
02/08/2014 18:02:44,1.03,0.38,1.03,5.10
02/08/2014 18:02:45,1.03,1.15,1.03,11.80
02/08/2014 18:02:46,1.02,1.05,1.03,11.10

Olmix-328 3.7v Lipo battery @ Board at 5v
Time, Bus Voltage, Shunt Voltage, Load Voltage, Current mA
02/08/2014 18:50:52,1.03,0.05,1.03,0.50
02/08/2014 18:50:53,1.04,0.08,1.04,0.90
02/08/2014 18:50:54,1.04,0.10,1.04,0.60
02/08/2014 18:50:55,1.04,0.08,1.04,0.70
02/08/2014 18:50:56,1.04,0.06,1.04,0.70
02/08/2014 18:50:57,1.02,0.06,1.02,0.40
02/08/2014 18:50:58,1.03,0.07,1.03,0.60
02/08/2014 18:50:59,1.03,0.06,1.03,0.90
02/08/2014 18:51:00,1.03,0.11,1.03,0.60
02/08/2014 18:51:02,1.04,0.07,1.04,0.70
02/08/2014 18:51:03,1.04,0.09,1.04,0.60
02/08/2014 18:51:04,1.04,0.07,1.04,0.70
02/08/2014 18:51:05,1.04,0.07,1.04,0.70
02/08/2014 18:51:06,1.03,0.07,1.03,0.60
02/08/2014 18:51:07,1.03,0.07,1.03,0.70
02/08/2014 18:51:08,1.03,0.07,1.03,0.80
02/08/2014 18:51:09,1.02,0.06,1.02,0.60
02/08/2014 18:51:10,1.02,0.06,1.02,0.70
02/08/2014 18:51:11,1.03,0.07,1.03,0.70
02/08/2014 18:51:12,1.03,0.06,1.03,0.90
02/08/2014 18:51:13,1.03,0.06,1.03,0.70
02/08/2014 18:51:14,1.04,0.06,1.04,1.10
02/08/2014 18:51:15,1.03,0.07,1.03,0.70
02/08/2014 18:51:16,1.03,0.08,1.03,0.70
02/08/2014 18:51:17,1.03,0.05,1.03,0.60
02/08/2014 18:51:18,1.03,0.11,1.03,0.60
02/08/2014 18:51:19,1.03,0.07,1.03,0.60
02/08/2014 18:51:20,1.03,0.05,1.03,0.60
02/08/2014 18:51:21,1.03,0.08,1.03,0.70
02/08/2014 18:51:22,1.03,0.05,1.03,0.40
02/08/2014 18:51:23,1.03,0.07,1.03,0.50
02/08/2014 18:51:24,1.03,0.10,1.03,0.60
02/08/2014 18:51:25,1.02,0.07,1.02,0.70
02/08/2014 18:51:26,1.03,0.06,1.03,0.70
02/08/2014 18:51:27,1.03,0.09,1.03,0.70
02/08/2014 18:51:28,1.03,0.08,1.03,0.80
02/08/2014 18:51:29,1.02,0.07,1.02,1.00
02/08/2014 18:51:30,1.03,0.07,1.03,0.60
02/08/2014 18:51:31,1.04,0.06,1.04,0.50
02/08/2014 18:51:33,1.02,0.09,1.02,0.90
02/08/2014 18:51:34,1.02,0.08,1.02,0.80
02/08/2014 18:51:35,1.03,0.10,1.03,0.80
02/08/2014 18:51:36,1.03,0.08,1.03,0.60
02/08/2014 18:51:37,1.03,0.05,1.03,0.70
02/08/2014 18:51:38,1.04,0.07,1.04,0.80
02/08/2014 18:51:39,1.03,0.08,1.03,0.70
02/08/2014 18:51:40,1.03,0.08,1.03,0.80
02/08/2014 18:51:41,1.02,0.08,1.02,0.70
02/08/2014 18:51:42,1.02,0.07,1.02,0.60
02/08/2014 18:51:43,1.03,0.10,1.03,1.00
02/08/2014 18:51:44,1.03,0.06,1.03,0.80
02/08/2014 18:51:45,1.04,0.08,1.04,0.80
02/08/2014 18:51:46,1.03,0.06,1.03,0.90
02/08/2014 18:51:47,1.03,0.09,1.03,0.70
02/08/2014 18:51:48,1.04,0.08,1.04,0.90
02/08/2014 18:51:49,1.03,0.09,1.03,0.80
02/08/2014 18:51:50,1.03,0.07,1.03,0.80
02/08/2014 18:51:51,1.03,0.07,1.03,0.90
02/08/2014 18:51:52,1.02,0.07,1.02,1.00
02/08/2014 18:51:53,1.03,0.05,1.03,0.70
02/08/2014 18:51:54,1.03,0.09,1.03,0.90
02/08/2014 18:51:55,1.03,0.09,1.03,0.80
02/08/2014 18:51:56,1.04,0.09,1.04,0.90
02/08/2014 18:51:57,1.03,0.06,1.03,0.80
02/08/2014 18:51:58,1.04,0.07,1.04,0.60
02/08/2014 18:51:59,1.03,0.08,1.03,0.70
02/08/2014 18:52:00,1.03,0.10,1.03,0.60
02/08/2014 18:52:01,1.03,0.09,1.03,0.70
02/08/2014 18:52:02,1.04,0.05,1.04,0.70
02/08/2014 18:52:03,1.04,0.06,1.04,1.00
02/08/2014 18:52:05,1.03,0.06,1.03,0.80
02/08/2014 18:52:06,1.03,0.10,1.03,0.60
02/08/2014 18:52:07,1.04,0.06,1.04,0.70
02/08/2014 18:52:08,1.03,0.05,1.03,1.10
02/08/2014 18:52:09,1.03,0.10,1.03,0.90
02/08/2014 18:52:10,1.03,0.04,1.03,0.90
02/08/2014 18:52:11,1.02,0.07,1.02,0.70
02/08/2014 18:52:12,1.03,0.08,1.03,0.70
02/08/2014 18:52:13,1.03,0.05,1.03,0.70
02/08/2014 18:52:14,1.04,0.07,1.04,0.80
02/08/2014 18:52:15,1.03,0.06,1.03,0.80
02/08/2014 18:52:16,1.03,0.07,1.03,0.70
02/08/2014 18:52:17,1.03,0.06,1.03,0.70
02/08/2014 18:52:18,1.02,0.07,1.02,0.60
02/08/2014 18:52:19,1.03,0.07,1.03,0.70
02/08/2014 18:52:20,1.03,0.07,1.03,0.70
02/08/2014 18:52:21,1.03,0.08,1.03,0.70
02/08/2014 18:52:22,1.03,0.09,1.03,0.90
02/08/2014 18:52:23,1.04,0.07,1.04,1.00
02/08/2014 18:52:24,1.03,0.07,1.03,0.90
02/08/2014 18:52:25,1.03,0.08,1.03,0.80
02/08/2014 18:52:26,1.04,0.09,1.04,0.80
02/08/2014 18:52:27,1.03,0.07,1.03,0.90
02/08/2014 18:52:28,1.03,0.06,1.03,1.00
02/08/2014 18:52:29,1.03,0.06,1.03,0.80
02/08/2014 18:52:30,1.02,0.05,1.02,0.80
02/08/2014 18:52:31,1.03,0.06,1.03,0.90
02/08/2014 18:52:32,1.03,0.08,1.03,0.80
02/08/2014 18:52:33,1.03,0.07,1.03,0.60
02/08/2014 18:52:34,1.04,0.08,1.04,0.70
02/08/2014 18:52:35,1.03,0.06,1.03,0.60
02/08/2014 18:52:37,1.04,0.05,1.04,0.80
02/08/2014 18:52:38,1.03,0.09,1.03,0.80
02/08/2014 18:52:39,1.03,0.06,1.03,0.70
02/08/2014 18:52:40,1.03,0.07,1.03,0.90
02/08/2014 18:52:41,1.03,0.08,1.03,0.70
02/08/2014 18:52:42,1.02,0.07,1.02,0.60
02/08/2014 18:52:43,1.02,0.09,1.02,0.70
02/08/2014 18:52:44,1.03,0.05,1.03,0.90
02/08/2014 18:52:45,1.03,0.06,1.03,0.90
02/08/2014 18:52:46,1.02,0.07,1.02,0.50
02/08/2014 18:52:47,1.03,0.09,1.03,0.80
02/08/2014 18:52:48,1.03,0.08,1.03,0.90
02/08/2014 18:52:49,1.03,0.05,1.03,0.80
02/08/2014 18:52:50,1.03,0.05,1.03,1.00
02/08/2014 18:52:51,1.03,0.06,1.03,0.70
02/08/2014 18:52:52,1.02,0.06,1.02,1.00
02/08/2014 18:52:53,1.02,0.08,1.02,0.80
02/08/2014 18:52:54,1.03,0.06,1.03,0.70
02/08/2014 18:52:55,1.03,0.07,1.03,0.70
02/08/2014 18:52:56,1.03,0.08,1.03,1.00
02/08/2014 18:52:57,1.03,0.07,1.03,0.90
02/08/2014 18:52:58,1.04,0.07,1.04,0.90
02/08/2014 18:52:59,1.03,0.10,1.03,0.60
02/08/2014 18:53:00,1.03,0.09,1.03,0.40
02/08/2014 18:53:01,1.03,0.08,1.03,0.60
02/08/2014 18:53:02,1.03,0.06,1.03,1.00
02/08/2014 18:53:03,1.03,0.07,1.03,0.50
02/08/2014 18:53:04,1.03,0.05,1.03,0.90
02/08/2014 18:53:05,1.02,0.07,1.02,0.90
02/08/2014 18:53:06,1.02,0.11,1.02,0.70
02/08/2014 18:53:08,1.03,0.10,1.03,0.80
02/08/2014 18:53:09,1.03,0.05,1.03,0.70
02/08/2014 18:53:10,1.03,0.07,1.03,0.90
02/08/2014 18:53:11,1.03,0.07,1.03,0.60
02/08/2014 18:53:12,1.03,0.08,1.03,0.80
02/08/2014 18:53:13,1.04,0.07,1.04,0.60
02/08/2014 18:53:14,1.03,0.10,1.03,0.70
02/08/2014 18:53:15,1.03,0.08,1.03,0.90
02/08/2014 18:53:16,1.03,0.06,1.03,0.60
02/08/2014 18:53:17,1.03,0.08,1.03,0.60
02/08/2014 18:53:18,1.03,0.07,1.03,0.90
02/08/2014 18:53:19,1.02,0.06,1.02,0.70
02/08/2014 18:53:20,1.02,0.06,1.02,0.60
02/08/2014 18:53:21,1.02,0.05,1.02,1.00
02/08/2014 18:53:22,1.03,0.07,1.03,0.80
02/08/2014 18:53:23,1.03,0.05,1.03,1.00
02/08/2014 18:53:24,1.03,0.06,1.03,0.90
02/08/2014 18:53:25,1.03,0.07,1.03,0.90
02/08/2014 18:53:26,1.04,0.08,1.04,0.80
02/08/2014 18:53:27,1.02,0.10,1.02,0.60
02/08/2014 18:53:28,1.02,0.08,1.02,0.60
02/08/2014 18:53:29,1.03,0.05,1.03,0.90
02/08/2014 18:53:30,1.03,0.07,1.03,0.80
02/08/2014 18:53:31,1.03,0.08,1.03,0.70
02/08/2014 18:53:32,1.02,0.09,1.02,0.60
02/08/2014 18:53:33,1.02,0.06,1.02,0.70
02/08/2014 18:53:34,1.03,0.08,1.03,0.90
02/08/2014 18:53:35,1.03,0.04,1.03,0.80
02/08/2014 18:53:36,1.03,0.07,1.03,0.70
02/08/2014 18:53:37,1.03,0.10,1.03,0.70
02/08/2014 18:53:38,1.03,0.08,1.03,0.60
02/08/2014 18:53:40,1.03,0.07,1.03,0.70
02/08/2014 18:53:41,1.03,0.06,1.03,0.90
02/08/2014 18:53:42,1.04,0.08,1.04,0.70
02/08/2014 18:53:43,1.03,0.10,1.03,0.70
02/08/2014 18:53:44,1.03,0.07,1.03,0.60
02/08/2014 18:53:45,1.02,0.06,1.02,0.90
02/08/2014 18:53:46,1.02,0.07,1.02,1.00
02/08/2014 18:53:47,1.02,0.07,1.02,0.50
02/08/2014 18:53:48,1.03,0.08,1.03,0.70
02/08/2014 18:53:49,1.03,0.07,1.03,0.70
02/08/2014 18:53:50,1.03,0.10,1.03,0.70
02/08/2014 18:53:51,1.04,0.07,1.04,0.50
02/08/2014 18:53:52,1.03,0.08,1.03,0.60
02/08/2014 18:53:53,1.02,0.07,1.02,0.60
02/08/2014 18:53:54,1.03,0.09,1.03,0.70
02/08/2014 18:53:55,1.03,0.07,1.03,0.60
02/08/2014 18:53:56,1.03,0.06,1.03,0.90
02/08/2014 18:53:57,1.03,0.07,1.03,0.70
02/08/2014 18:53:58,1.02,0.05,1.02,0.60
02/08/2014 18:53:59,1.02,0.09,1.02,0.60
02/08/2014 18:54:00,1.03,0.07,1.03,0.70
02/08/2014 18:54:01,1.03,0.04,1.03,0.80
02/08/2014 18:54:02,1.03,0.07,1.03,0.50
02/08/2014 18:54:03,1.04,0.05,1.04,0.70
02/08/2014 18:54:04,1.04,0.09,1.04,0.60
02/08/2014 18:54:05,1.03,0.06,1.03,0.80
02/08/2014 18:54:06,1.03,0.06,1.03,0.90
02/08/2014 18:54:07,1.03,0.07,1.03,0.60
02/08/2014 18:54:08,1.03,0.09,1.03,0.90
02/08/2014 18:54:09,1.03,0.07,1.03,0.70
02/08/2014 18:54:10,1.03,0.07,1.03,0.70
02/08/2014 18:54:12,1.04,0.06,1.04,0.60
02/08/2014 18:54:13,1.03,0.09,1.03,0.70
02/08/2014 18:54:14,1.03,0.07,1.03,0.70
02/08/2014 18:54:15,1.03,0.07,1.03,0.80
02/08/2014 18:54:16,1.04,0.06,1.04,0.70
02/08/2014 18:54:17,1.04,0.09,1.04,0.60
02/08/2014 18:54:18,1.03,0.08,1.03,0.60
02/08/2014 18:54:19,1.02,0.07,1.02,1.00
02/08/2014 18:54:20,1.03,0.09,1.03,0.40
02/08/2014 18:54:21,1.03,0.05,1.03,0.90
02/08/2014 18:54:22,1.02,0.09,1.02,0.70
02/08/2014 18:54:23,1.03,0.07,1.03,0.80
02/08/2014 18:54:24,1.03,0.07,1.03,0.60
02/08/2014 18:54:25,1.03,0.04,1.03,0.50
02/08/2014 18:54:26,1.03,0.08,1.03,0.50
02/08/2014 18:54:27,1.04,0.09,1.04,0.70
02/08/2014 18:54:28,1.03,0.09,1.03,0.70
02/08/2014 18:54:29,1.03,0.05,1.03,0.60
02/08/2014 18:54:30,1.02,0.07,1.02,0.50
02/08/2014 18:54:31,1.03,0.11,1.03,0.90
02/08/2014 18:54:32,1.03,0.09,1.03,0.50
02/08/2014 18:54:33,1.03,0.08,1.03,0.80
02/08/2014 18:54:34,1.03,0.07,1.03,0.90
02/08/2014 18:54:35,1.03,0.06,1.03,0.80
02/08/2014 18:54:36,1.03,0.06,1.03,0.50
02/08/2014 18:54:37,1.04,0.08,1.04,0.70
02/08/2014 18:54:38,1.03,0.08,1.03,1.00
02/08/2014 18:54:39,1.03,0.07,1.03,0.80
02/08/2014 18:54:40,1.02,0.07,1.02,0.60
02/08/2014 18:54:41,1.02,0.06,1.02,1.10
02/08/2014 18:54:43,1.03,0.07,1.03,0.50
02/08/2014 18:54:44,1.03,0.06,1.03,1.00
02/08/2014 18:54:45,1.03,0.07,1.03,1.00
02/08/2014 18:54:46,1.03,0.08,1.03,0.90
02/08/2014 18:54:47,1.04,0.10,1.04,1.00
02/08/2014 18:54:48,1.02,0.07,1.02,0.70

Olimex 328 3.7v Lipo, Board at 3.3v
Time, Bus Voltage, Shunt Voltage, Load Voltage, Current mA
02/08/2014 19:02:21,1.03,0.12,1.03,1.00
02/08/2014 19:02:22,1.02,0.10,1.02,0.90
02/08/2014 19:02:23,1.02,0.07,1.02,0.80
02/08/2014 19:02:24,1.03,0.10,1.03,0.80
02/08/2014 19:02:25,1.02,0.08,1.02,0.80
02/08/2014 19:02:26,1.02,0.06,1.02,0.90
02/08/2014 19:02:27,1.02,0.07,1.02,0.80
02/08/2014 19:02:28,1.03,0.05,1.03,0.70
02/08/2014 19:02:29,1.02,0.84,1.02,8.50
02/08/2014 19:02:30,1.02,0.82,1.02,8.20
02/08/2014 19:02:31,1.02,0.08,1.02,0.90
02/08/2014 19:02:32,1.02,0.09,1.02,1.00
02/08/2014 19:02:33,1.02,0.10,1.02,1.10
02/08/2014 19:02:34,1.02,0.08,1.02,0.70
02/08/2014 19:02:35,1.03,0.08,1.03,0.70
02/08/2014 19:02:36,1.03,0.07,1.03,0.90
02/08/2014 19:02:37,1.02,0.09,1.02,0.90
02/08/2014 19:02:38,1.03,0.06,1.03,0.80
02/08/2014 19:02:39,1.04,0.09,1.04,0.90
02/08/2014 19:02:40,1.02,0.85,1.02,8.20
02/08/2014 19:02:41,1.02,0.84,1.02,8.30
02/08/2014 19:02:42,1.01,0.10,1.01,0.90
02/08/2014 19:02:43,1.03,0.10,1.03,1.00
02/08/2014 19:02:44,1.03,0.10,1.03,0.90
02/08/2014 19:02:45,1.03,0.07,1.03,0.50
02/08/2014 19:02:47,1.04,0.09,1.04,0.90
02/08/2014 19:02:48,1.03,0.06,1.03,1.00
02/08/2014 19:02:49,1.03,0.07,1.03,0.80
02/08/2014 19:02:50,1.03,0.07,1.03,0.80
02/08/2014 19:02:51,1.02,0.83,1.02,8.30
02/08/2014 19:02:52,1.02,0.84,1.02,8.40
02/08/2014 19:02:53,1.03,0.11,1.03,1.00
02/08/2014 19:02:54,1.03,0.09,1.03,0.80
02/08/2014 19:02:55,1.02,0.06,1.02,0.70
02/08/2014 19:02:56,1.03,0.09,1.03,0.90
02/08/2014 19:02:57,1.03,0.07,1.03,1.00
02/08/2014 19:02:58,1.03,0.08,1.03,1.00
02/08/2014 19:02:59,1.04,0.07,1.04,0.70
02/08/2014 19:03:00,1.02,0.06,1.02,0.80
02/08/2014 19:03:01,1.02,0.84,1.02,8.20
02/08/2014 19:03:02,1.02,0.83,1.02,8.40
02/08/2014 19:03:03,1.02,0.06,1.02,0.60
02/08/2014 19:03:04,1.03,0.09,1.03,0.60
02/08/2014 19:03:05,1.03,0.09,1.03,0.70
02/08/2014 19:03:06,1.03,0.08,1.03,1.00
02/08/2014 19:03:07,1.03,0.10,1.03,1.00
02/08/2014 19:03:08,1.02,0.10,1.02,0.90
02/08/2014 19:03:09,1.02,0.08,1.02,0.90
02/08/2014 19:03:10,1.03,0.07,1.03,0.60
02/08/2014 19:03:11,1.02,0.07,1.02,0.90
02/08/2014 19:03:12,1.01,0.82,1.01,8.40
02/08/2014 19:03:13,1.02,0.83,1.02,8.40

Kurt

Make that:

powered via 3.7v Lipo it doesn't seem to do anything when the board is set to 5v mode.

Any ideas on what is up with that?

 

Lurch

???  The LiPo just powers the 3,3V regulator - so it seems kind of obvious that 5V stuff won't work the way it should ....
Take a look at the schematic.