- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 12 months ago
- Holographic Christmas TreePosted 12 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
tinyK20, perfect for wearable computing
This project is about to build a small and tiny (48mm x 19mm) development board based on a Freescale Kinetis K20 device (ARM Cortex-M4 running at 50 MHz). The microcontroller pins are on the outside to use the board with a breadboard. The board includes the option for an micro SD card, 32 kHz clock and a 3.3V DC-DC converter. The ARM Cortex can be debugged with standard development tools (Eclipse, GNU, SWD).
Main Features
- Freescale Kinetis K20DX128 Microcontroller (K20DX128VFT5)
- ARM Cortex-M4, 50 MHz, 128 KByte FLASH, 16 kByte RAM
- USB, ADC, DMA, FTM, I2S, I2C, PIT, GPIO, UART, TSIO, CMP, DAC
- Internal 5V to 3.3V DC converter (120 mA)
- Optional Micro SD card
- Optional 32 kHz RTC clock
- Optional 3.3V DC-DC converter
- Compatible to OpenSDA circuit on Freescale FRDM boards
- Microcontroller pins breadboard friendly on the outside
- Standard ARM SWD (Single Wire Debug) for flashing and debugging
- Detachable debugging circuit: board can debug external boards
Applications
- Data logger
- Wearables
- Robotics
- Debugger (OpenSDA, OpenOCD, pyOCD, CMSIS-DAP)
Example projects available for Eclipse (GNU ARM Eclipse with GNU lauchpad)/Kinetis design Studio.