Results 118 comments of Johan Kanflo

@makefu . Could you please try to change the following line to set DAC_DHR12R1 to 0xfff? If the DAC if still used this should crank up the output voltage to...

We could try to remove ``STARTUP_SKIP_COUNT``but reading the old comments (glad I wrote 'em) I am thinking we might still need them. My first DPS was actually calibrated but still...

``ADC_CHA_IOUT_GOLDEN_VALUE``is definitely obsolete now that we have proper calibration.

Hi @fisherman-cp. As ``adc_counter`` is a global variable it will be zeroed by the C runtime before ``main(...)`` is called. This is different from local function variables that needs zeroing....

Build problems with libopencm3 is probably handled more efficiently in the [libopencm3 repo](https://github.com/libopencm3/libopencm3). As for the OpenOCD issue I noted last week that the script syntax changed some time ago....

As soon as you move your changes @JackNewman12 I will merge this.

Really cool device, thanks for the info @MartinDejmal. Getting OpenDPS run on that thing would be nice but sadly I do not have the bandwidth to do it.

It's a nice idea for battery changing as you say.

This is being worked on in #166 and will hopefully soon reach master.

This is very strange. Do you see the delay immediately after power on or after some time of usage?