Ardumower future PCB: Unterschied zwischen den Versionen
Aus www.wiki.ardumower.de
(→CPU) |
(→Abstract) |
||
Zeile 1: | Zeile 1: | ||
=Abstract= | =Abstract= | ||
− | Ideas for a future | + | Ideas for a future HW/SW architecture... |
=Circuits= | =Circuits= |
Version vom 22. Januar 2016, 12:49 Uhr
Inhaltsverzeichnis
Abstract
Ideas for a future HW/SW architecture...
Circuits
The PCB circuits (for battery, charging, etc.) should be based on the Mega/Due PCB:
https://code.google.com/p/ardumower/source/browse/#svn%2Ftrunk%2Fpcb
CPU
- STM32F4 (Cortex M4, DSP, 100 I/O pins, 256K RAM) http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF252419
PCB
- One board or
- 2 boards (one cpu/imu + one IO board for example)
Software
- For the software part, ChibiOS could be a very nice start . It's a good RTOS with high integration of STM32 drivers , FATFS integration, LWIP etc... http://www.chibios.org/dokuwiki/doku.php?id=chibios:matrix
And: There's chibistudio (modified Eclipse) for chibi...