Changes between Version 8 and Version 9 of DevelopmentProjects
- Timestamp:
- Jan 27, 2016, 1:40:00 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProjects
v8 v9 10 10 We experiment with different hardware architectures: 11 11 12 * AVR all-build-yourself (very cheap but time intensive)12 * AVR ATMega (20Mhz RISC, very deterministic for real-time) 13 13 * Arduino, with stack-on-top boards 14 * Raspberry PI for applications which require high I/O or multimedia output 14 * Raspberry PI (for applications which require multimedia output or full-stack systems) 15 * ARM Cortex for Ghz range low latency data tapping 15 16 16 17 == Our Projects ==