1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Epics/Raspberry Pi data acquisition |
From: | Emmanuel Mayssat <[email protected]> |
To: | John Dobbins <[email protected]>, EPICS mailing list <[email protected]> |
Date: | Thu, 20 Feb 2014 15:41:57 -0800 |
Thanks John,
The past year, I left my RaspPi and Beagleboard in the drawer and started playing with the papilio board http://papilio.cc/.You probably want to have a look at it! This solution is probably better than what you have + you won't have to deal with the missing ~ $20 FTDI. Ultimately I have my eyes on the Xilinx ZynQ http://zedboard.org/ http://www.xilinx.com/training/zynq/index.htm which offer the combination ARM + FPGA for ~ $400 / dev board which is certainly more expensive than the RaspPi+FPGA solution, but more flexible and higher performance. I also predict that Intel + Altera will offer a similar SOC soon. In the same space, I am looking at PoE and Qt Embedded. Check this out http://www.megaleecher.net/Raspberry_Pi_POE#axzz2tuLQEoyv http://www.ics.com/blog/building-qt-and-qtwayland-raspberry-pi#.UwaOhsv8NhF https://gitorious.org/raspberry-qt/raspberry-qt/source/3c2ed05270137644300cde3b22829380698ff9a9:README.txt Now imagine that you plug your embedded IOC, PVs are available but GUI are also deployed on a distributed file-system. Cheers, -- E In the end I was, with relatively little work, able to write some HDL code for the FPGA, program the FPGA from the Pi over the USB connection, and then connect an IOC on the Pi to the FPGA via the USB connection, thus creating a simple stand alone data
acquisition instrument with built-in IOC. |