Mercurial > hg > beaglert
log core/I2c_Codec.cpp @ 151:e9c9404e3d1f ClockSync
age | author | description |
---|---|---|
Tue, 22 Sep 2015 04:10:07 +0100 | Giulio Moro | Pff partially working. No PID. When setting the audio clock on the bbb to 44098 the master and slave clock keep diverging instead of converging ... ClockSync |
Mon, 21 Sep 2015 03:12:21 +0100 | Giulio Moro | Added simple one-variable one-measurement Kalman filter, Pid controller(which output is not used). Virtual clock is now much more precise and reactive for period. Still it is lagging behind a bit on the overall offset. ClockSync |
Tue, 15 Sep 2015 02:01:15 +0100 | Giulio Moro | Something weird happened when pllP=8, so I set pllP=7, which reduces (a bit) the clock adjustment precision ClockSync |
Mon, 14 Sep 2015 21:38:09 +0100 | Giulio Moro | Further updates and refactoring of the I2c_Codec class |
Mon, 14 Sep 2015 17:31:24 +0100 | Giulio Moro | Added I2c methods to set R and P values for the PLL |
Thu, 27 Aug 2015 01:42:04 +0100 | Giulio Moro | Added some sort of synchronization, not working great though scope-refactoring |