-
Notifications
You must be signed in to change notification settings - Fork 7
Introduction
kwilson edited this page Aug 1, 2014
·
8 revisions
"Four legs and two voices; a most delicate monster!" -The Tempest
The Marionette Project is firmware for an interactive configurable data acquisition device. Users can interact with Devices Under Test (DUTs) connected to a Marionette Board through GPIO, ADC, DAC, SPI and I2C. This interaction is accomplished through a serial terminal or by writing a program to interface with the serial device. A command language called Fetch has been developed to configure and execute commands.
The target device is an STM32F407 system. This is an ARM Cortex M4 based microcontroller.
The code is managed on Marionette Github Repository