-
photo uploaded
03/22/2016 at 02:27 • 1 commentI uploaded a screen cap of a scope display program I wrote last year. It's located at the end of the Project Details section. It's running on a Model B+ with an older version of raspbian. It's actually displaying data captured with the analog2pi interface - before the DMI api was changed. And I spent far too much time on it making it look just like my trusty Philips scope.
Just a little tease to hold you over while I work on the module rewrite...
-
progess update
03/13/2016 at 16:48 • 0 commentsSorry about the lack of progress. The new DMA API is quite different, but I think I have it almost figured out. I'm going to use the spi-bcm2835 code as an example, and I'll use device tree to reserve channels.
If you can't wait, you can use the code at my old site to get it working (with only one channel) now. You'll have to use an older version of Raspbian though.
-
changed a gallery photo
03/06/2016 at 14:31 • 0 commentsMade it square.
-
files posted
02/29/2016 at 23:38 • 0 commentsPosted files for old version that was a character device. Second channel (i2s) won't work with this version of the interface.
-
initial posting
02/25/2016 at 17:28 • 0 commentsInitial posting, copied from my website https://sites.google.com/site/mincepi/analog2pi
It doesn't include code since I'm in the process of writing a proper sound device module. My previous code was a simple character device, but it worked just fine, and served to prove the concept.