Page 1 of 7 12345 ... LastLast
Results 1 to 10 of 61

Thread: j4cDAC: a new open-source DAC project

  1. #1
    Join Date
    Apr 2010
    Location
    USA
    Posts
    216

    Default j4cDAC: a new open-source DAC project

    Here's a little something I've been cooking up over the past couple of months.

    There are a lot of DAC options out there already, ranging from the inexpensive sound card kits to pricey all-in-one boxes with DMX, Ethernet, and so on. Above a certain feature level, though, they tend to have one thing in common - they're all closed-off black boxes designed primarily to sell one manufacturer's software. Protocols tend to be minimally documented, if at all, and firmware is don't-even-think-about it closed. The only open interface effort I've seen so far is cfavreau's OLSC, which is a step in the right direction, but still only a host-side API. I'd like to change that.

    So, I'm designing a DAC. The goal is to have a small hardware device that can support "the kitchen sink" of interfaces. The software to exploit its capabilities will not be ready right off the bat - but it'll be open source, so it won't be limited to what a small number of people get around to implementing.

    Here's what's in the first build of the hardware:
    - 96 MHz ARM Cortex M3 processor
    - 512kB Flash memory, 64kB on-chip SRAM
    - 100mbps Ethernet interface
    - USB slave interface
    - 8-channel 12-bit DAC, driving X, Y, I, R, G, B, U1, U2
    - Output op-amps providing balanced +/-10v on X and Y
    - Shutter output
    - "Fail-safe" relay across ILDA interlock signal
    - Onboard microSD socket
    - Galvanically isolated DMX interface
    - Second independent non-isolated DMX interface
    - Plenty of extra high-speed I/O for controlling TTL outputs, servos, etc.
    - Second onboard USB interface for firmware programming.

    I've gone ahead and built a few of the first rev of the board:



    It's tiny. 2.7" by 2.8". The first run of five are all spoken for, but I plan to mass-produce this at some point. It's been a lot of fun debugging the various bits of it…



    I got the first boards back from fabrication a week and a half ago, and have been furiously soldering and hacking on the beginnings of the firmware ever since. Code will be posted as soon as it's cleaned up enough to not burn the eyes of other programmers. (I'm using the CodeSourcery lite toolchain, git, vim, and make - all free, standard stuff.)

    Here's what works so far:
    - Basic toolchain, build, and programming process
    - Ethernet driver and lwIP port - it can get an IP address and respond to pings
    - Ring buffer with hardware DMA to DAC peripheral
    - microSD driver and FAT filesystem port

    There's a lot left to do. I still haven't touched the main USB interface, DMX, or started to think about a wire protocol over TCP/IP for this to talk to whatever control software it'll support on the PC side. That said, I figured I'd announce this now, to get people interested and let them know what's going on. My goal is to have as much of the software ecosystem out there as possible supporting this device; I've talked to some software writers and interest is good.

    Questions? Comments? Feature requests?

    Merry Christmas!

  2. #2
    Join Date
    Jun 2010
    Location
    Australia
    Posts
    3,734

    Default

    Very interesting.

    The lwIP stack is very limited, but I guess you know this right? I had been thinking about how you could stream the ILDA signals over Ethernet and I guess something like RTSP would be required.

    Keep us updated, this looks very interesting.
    This space for rent.

  3. #3
    Join Date
    Apr 2010
    Location
    Grand Rapids, Mi
    Posts
    2,538

    Default

    Nice put on the list for the next batch. Curious will this be able to somehow double as a soundcard DAC? Could code be implemented to have it decode a 8chan FLAC file?


    Nice to see some pictures, heard a lot of the chatter in IRC.


    john
    leading in trailing technology

  4. #4
    Join Date
    Apr 2010
    Location
    USA
    Posts
    216

    Default

    I've used lwip on other projects, and yeah, it takes a bit of getting used to - but it's not that bad. (You may be thinking of uIP, which is very cut down; it only supports one packet in flight at a time. lwIP is more or less a full-featured TCP stack.)

    I'd be surprised if RTSP were needed over a small local network. It'd be a different story over the Internet, of course...

  5. #5
    Join Date
    Nov 2005
    Location
    Melbourne, Australia
    Posts
    3,702

    Default

    This looks pretty sweet
    KVANT Australian projector sales
    https://www.facebook.com/kvantaus/

    Lasershowparts- Laser Parts at great prices
    https://www.facebook.com/lasershowparts/

  6. #6
    Join Date
    Sep 2007
    Location
    Omaha, NE
    Posts
    769

    Default

    Looks good man
    cue the popcorn guy
    Last edited by mikkojay; 12-26-2010 at 08:40. Reason: kant spel


  7. #7
    Join Date
    Oct 2010
    Location
    Athens, Greece
    Posts
    1,930

    Default

    i just love this sort of community projects. definately interested

    this is a step to a secret right direction, i.e. an entirely community developed laser projector kit, a collaboration of PL machinists, electronics, opticians, dpss builders, programmers, merchants

    we have red and blue modules,we have galvos, mounts, psus, dacs, cases, optics, pretty much everything

    just imagine!!
    "its called character briggs..."

  8. #8
    Join Date
    Jun 2010
    Location
    Australia
    Posts
    3,734

    Default

    Quote Originally Posted by j4cbo View Post
    I've used lwip on other projects, and yeah, it takes a bit of getting used to - but it's not that bad. (You may be thinking of uIP, which is very cut down; it only supports one packet in flight at a time. lwIP is more or less a full-featured TCP stack.)

    I'd be surprised if RTSP were needed over a small local network. It'd be a different story over the Internet, of course...
    Cool. If I can contribute in any way, please let me know.
    This space for rent.

  9. #9
    Join Date
    Mar 2010
    Location
    Raleigh, NC
    Posts
    2,292

    Default

    Looks nice. I would like to add support for it to Spagehtti. Contact me via PM or any other means if you are interested.

  10. #10
    Join Date
    Jul 2010
    Location
    Netherlands
    Posts
    3,314

    Default

    Awsome!
    * typing this in bed on my phone while eating snacks, the popcorn guy should give a good impression

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •