Difference between revisions of "BlankBoard"

From Kevin Darrah Wiki
Jump to: navigation, search
(Created page with "...Back to Projects: <!--300px--> 300px <!--300px--> = The Blank Mini Board = == Introduction...")
 
Line 9: Line 9:
 
== Introduction ==
 
== Introduction ==
 
This is the Eagle Project that can be used to create your mini boards compatible with the  [[PlatformBoard | Platform Board]] or as a stackable board with any of the other mini boards like the [[BLE Board|BLE Board]] or [[328Board|328 Board]]
 
This is the Eagle Project that can be used to create your mini boards compatible with the  [[PlatformBoard | Platform Board]] or as a stackable board with any of the other mini boards like the [[BLE Board|BLE Board]] or [[328Board|328 Board]]
* Uses the very popular [http://www.atmel.com/images/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.pdf ATMEGA328P]  Microcontroller with 32k of Flash Memory,  2k of RAM, and 1k of Non-Volitale Memory (EEPROM)
 
* Very Small Form Factor 0.8x1.0" or 20.32x25.4mm
 
* Compatible with the Arduino IDE and comes pre-programmed with the Arduino Mini (ATMEGA328) boot loader.
 
* Native x6 pin AVR header (ICSP) and x6 pin FTDI header both populated for a very flexible programming experience.
 
* Clocked at 16MHz with an external crystal
 
  
== Pinout ==
+
== Download ==
[[File:328diagram.png|900px]]
+
The board and schematic files can be downloaded [http://www.kevindarrah.com/wp-content/uploads/2016/12/BlankMiniV1.zip HERE]
 
 
== Schematic ==
 
[[File:328sch.png|500px]]
 
 
 
== Purchase ==
 
Board is now available!! [http://mklec.com/project-kits/kd-circuits/328-board-ATMEGA328P-microcontroller-board HERE]
 
 
 
== Parts ==
 
The parts list can be downloaded [http://www.kevindarrah.com/wp-content/uploads/2016/10/328-board-v1_BOM.xlsx **HERE**].  This can be directly uploaded into  [https://www.digikey.com Digikey] if you'd like. 
 
 
 
== Assembly ==
 
Here is what the board looks like when assembled - the only missing components here are the 9 pin headers and the x6 pin AVR programming header
 
 
 
[[File:328top.png|500px]]
 
 
 
And here's a video showing how I actually hand assembled this board:
 
 
 
{{#evt:
 
service=youtube
 
|id=https://www.youtube.com/watch?v=qqoHTKhIBRo
 
|dimensions=560x315
 
}}
 
 
 
I buy the stainless stencils here: http://www.electrodragon.com/product-category/new-products/pcb-service-new-products/
 
Plastic Stencils here: https://www.pololu.com/product/446
 
Hot Air Station here: https://www.amazon.com/gp/product/B00ITMPQS2/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1
 
Solder Paste: SMD291SNL10 (I keep mine refrigerated when not in use, then sit out for an hour or so before I need it)
 
https://www.digikey.com/product-detail/en/chip-quik-inc/SMD291SNL10/SMD291SNL10-ND/2057272
 
 
 
== Programming ==
 
If you want to be able to program the ATMEGA 328 from the Arduino IDE, then you'll need to first load the boot loader.  My preferred method is to use Nick Gammon's sketch running on another Arduino:
 
 
 
{{#evt:
 
service=youtube
 
|id=https://www.youtube.com/watch?v=dpgcBsl9D4k
 
|dimensions=560x315
 
}}
 
 
 
  A big thanks to Nick Gammon for putting this together:  http://www.gammon.com.au/bootloader
 
  The git hub link is here:
 
  https://github.com/nickgammon/arduino_sketches
 
  Click the Download Zip button, then pull out the Atmega Programmer folder and drop that right into your Sketches folder"
 
  Another way to do it:
 
  https://github.com/bkibby/OptiLoader
 
 
 
Note - from the board selection, if you're running at 16MHz, then select Arduino Mini, 328 processor.  Then you're all set to use the USB-Serial Converter with the 328 board:
 
 
 
[[File:328usbserial.png|500px]]
 
 
 
[[File:328programmed.png|400px]]
 
 
 
== Tutorials ==
 
Coming soon
 

Revision as of 20:35, 18 December 2016

...Back to Projects:


MiniBoardEagle.png

The Blank Mini Board

Introduction

This is the Eagle Project that can be used to create your mini boards compatible with the Platform Board or as a stackable board with any of the other mini boards like the BLE Board or 328 Board

Download

The board and schematic files can be downloaded HERE