skycham / ElectronutLabs-hackaBLE

A tiny Nordic nRF52832 based board you can embed in your BLE projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackaBLE v2.2

hackable2

hackaBLE v2.2 is a redesigned hackaBLE that used the BLE SoC directly rather than a module. Here's the footprint.

hackable2

NOTE

hackaBLE 2 does not come with a regulator, since it's designed for low power applications. MAX input to VDD is 3.6 V.

pinout

Usage

Programming and integrating hackaBLE to your project is similar as before. Please follow the direction given below.

hackaBLE v0.2

hackaBLE

hackaBLE is a tiny (~ 18 mm x 28 mm) Open Source Nordic nRF52832 based BLE development board you can embed in your BLE projects. It's designed such that you can use it three ways:

  • On a breadboard
  • On a custom PCB, hand-soldered easily using the castellated 2.54 mm pitch headers
  • On a custom PCB, using a stencil and oven, making use of extra pads underneath the PCB

hackaBLE uses offers more value than just using the BLE module directly - since it incorporates the necessary passive components - including the ones for the buck converter for power saving - and adds an RGB LED and a button for convenience. It's also much easier to solder than the bare modules.

Pinout for hackaBLE

pinout

PCB Footprint for hackaBLE

pinout

(The kicad footprint for hackaBLE is readily available in this repository.)

Programming hackaBLE

hackaBLE

hackaBLE uses the Nordic nRF52832 which in turn is based on an ARM Cortex-M4 core. So you can really program it with any ARM compatible programmer. We do have a convenient solution though, in the form of our Bumpy blackmagic probe compatible SWD debugger and our PogoProg.

hackaBLE

As shown above, use the four SWD pins of PogoProg on hackaBLE to upload or debug hackaBLE.

Please read the bumpy documentation on using Bumpy to program hackaBLE.

For more details on nRF5 2programming, please read our guide on getting started with Nordic nRF5 SDK.

hackaBLE & Arduino

Hackable does not ship with a bootloader, but it is supported in arduino. Please see https://github.com/electronut/ElectronutLabs-bluey#Arduino for details (but select Hackable in the boards menu).

Buy a hackaBLE!

hackaBLE is available for purchase from our Tindie store. Please email us at info@electronut.in if you have any questions.

I sell on Tindie

About

A tiny Nordic nRF52832 based board you can embed in your BLE projects.


Languages

Language:C 79.5%Language:HTML 12.9%Language:Makefile 6.5%Language:Python 1.1%