Main Page
From ErikaWiki
(Difference between revisions)
(→FLEX Boards) |
|||
Line 1: | Line 1: | ||
- | |||
- | |||
= Microcontrollers = | = Microcontrollers = | ||
Line 24: | Line 22: | ||
* [http://www.kerhuel.eu/wiki/index.php5?title=Flex_Board_Blinking_Led A link to Lubin's wiki explaining how to use Matlab/Simulink with the FLEX Boards] | * [http://www.kerhuel.eu/wiki/index.php5?title=Flex_Board_Blinking_Led A link to Lubin's wiki explaining how to use Matlab/Simulink with the FLEX Boards] | ||
+ | == FLEX usb data communication using Scilab/Scicos == | ||
+ | |||
+ | This demo focuses on the usb data communication between the FLEX board and the host PC. The three accelerometer values are represented in a Scicos scope. A pdf guide is included in the zip archive. | ||
+ | * http://www.evidence.eu.com/download/USB_DEMO_wiki.zip | ||
= Wikimedia Useful Links = | = Wikimedia Useful Links = | ||
* [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] | * [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] | ||
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ] | * [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ] |
Revision as of 15:12, 18 August 2008
Contents |
Microcontrollers
ERIKA Enterprise and RT-Druid
FLEX Boards
- FLEX Peripheral usage list This is an index of some peripherals and board connections used in the FLEX boards, to avoid making device drivers with conflicts on the dsPIC/PIC18 peripherals
Scilab/Scicos code generation
- Links to courses and material on how to use Scicos for Embedded code design:
- http://www.dii.unisi.it/~giannibi/teaching (look at the pages of "Progetto dei Sistemi di Controllo" and "Controllo Digitale" (in Italian)
Matlab/Simulink code generation
FLEX usb data communication using Scilab/Scicos
This demo focuses on the usb data communication between the FLEX board and the host PC. The three accelerometer values are represented in a Scicos scope. A pdf guide is included in the zip archive.