jli157 / bluzDK

HW files for the main development kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoGlove

Bluz DK Hardware Files

Bluz is a Development Kit (DK) that implements the Wiring language and talks to the Particle cloud through Bluetooth Low Energy. It can be accessed through a REST API and programmed from a Web IDE.

These files have been made available online through a Creative Commons Attribution-ShareAlike 3.0 license.

You are welcome to distribute, remix, and use these files for commercial purposes. If you do so, please attribute the original design to Bluz both on the website and on the physical packaging of the product or in the instruction manual. All derivative works must be published under the same or a similar license.

All items are subject to change over time as the product is designed, so make sure you are always looking at the latest information by pulling often.

##Sections BOM: Current Bill of Materials for bluz.

Datasheets: Datasheets for all major parts on the board, including the nrf51822 and the MDBT40 module that it uses.

HW Design: Schematics, board layouts, and other design files.

HW Libraries: Eagle CAD libraries for the components used on Bluz DK.

Pin Mapping: Pin mapping diagram for Bluz.

##Tech Specs

Hardware

  • Nordic Semiconductor nRF51822 SoC
  • ARM Cortex M0, 16MHz
  • 32KB RAM, 256KB FLASH
  • Bluetooth LE 4.1
  • 10 bit ADC
  • 256KB External FLASH
  • 3.0V-6V (3.3V compatible)

Power Consumption

  • Connected/Standby: 60uA
  • Transmitting Max: 18mA

Typical Range (subject to environment):

  • Indoors: 60-100 feet
  • Outdoors: 150-200 feet

Software

  • Spark Web IDE
  • Wiring (same as Arduino)
  • Native C/C++ Programming
  • GCC ARM
  • Assembly (if you're that bold)

Cloud

  • Spark Connected
  • IFTTT Integrated
  • IPv6 Support
  • Remote programmable through Spark Cloud
  • Control via REST API

About

HW files for the main development kit


Languages

Language:Eagle 99.7%Language:Python 0.3%