https://github.com/kbumsik/nucleo2arduino-adapter
Universal Adapter for Nucleo 64 boards that supports various expansion boards
https://github.com/kbumsik/nucleo2arduino-adapter
Last synced: 7 months ago
JSON representation
Universal Adapter for Nucleo 64 boards that supports various expansion boards
- Host: GitHub
- URL: https://github.com/kbumsik/nucleo2arduino-adapter
- Owner: kbumsik
- License: mit
- Created: 2016-11-26T20:53:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T19:46:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T11:12:54.396Z (9 months ago)
- Language: KiCad
- Size: 14.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Universal Shields Adapter for STM32 Nucleo 64 boards
====================================================Universal Adapter for Nucleo 64 boards that supports various expansion boards
including:* STM32 Nucleo pinsas a mother
* Arduino shields, **including ICSP(SPI) pins**
* TI BoosterPack (LaunchPad) 40-pin
* 2 x Atmel Xplained Pro expansion boardsImage (v0.5 test board)
=======================

Why?
====STM32 Nucleo boards are awesome development boards to start a microcontroller
project. However, ther is a caveat: it does not have variaous expansion boards.
Even though Nucleo boards have Arduino-compatible header pins, a problem still
aries here:> *Nucleo boards do not have Arduino ICSP/SPI pins!*
Absence of ICSP pins losses supports for various arduino shields. So I decided
to make an adapter shield to support for Arduino shields. Making this adapter I
also added some headers for other companies expansion boards like TI's BoosterPack.I believe this adapter will remove nasty wiring jobs when you work with expansion boards.
Tested expansion boards
=======================
Although this adapter will support most of Arduino shields and expansion boards
we are always unexpected things making it not to supports some boards. So I attach
tested expansion boards here* ATWINC1500 Xplained Pro
Please email me (kbumsik@gmail.com) or PR if you tested other boards.
External Libraries Used
=======================
I used the following libraries:* [KiCad Library](https://github.com/KiCad/kicad-library/tree/master/template)