Skip to content

Various development boards/test for microcontrollers, check for breakouts here

License

Notifications You must be signed in to change notification settings

Squantor/squantorDevelBoards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Various development boards

This project contains a bunch of various development boards I use in my projects. They are usually focused on learning how to use a specific type of microcontroller or application.

Nuclone development board series

As the name implies they resemble the ST nucleo in shape and function, minimal evaluation boards with all pins broken out and lot of jumpers.

Structure

  • electronics contains the various nuclone examples, they are mostly LPC microcontrollers from NXP but a few STM32's, nordic and holtek ARM microcontrollers are planned too.
  • software some example projects or project templates
  • mechanical contains drawings for project boxes of the nuclone boards

Checking out

This project makes extensive use of submodules, use git clone --recurse-submodules https://github.com/Squantor/squantorDevelBoards.git to clone the repository and its submodules in one go.