RedBearLab BLE Nano Kit v2 - nRF52832

The BLE Nano v2 from RedBearLab is the smallest Bluetooth 4.2/5.0 Low Energy (BLE) development board on the market. With the included DAPLink USB in this kit, you'll be able to deploy firmware to BLE Nano v2 even easier. At each BLE Nano's core is a NordicnRF52832, an ARM Cortex-M4F System on Chip (SoC), plus BLE capable of running at 64MHz with ultra low power consumption. The RedBearLab BLE Nano also supports numerous different wireless devices running iOS 7/8, Android 4.3 or higher, and Windows Phone 8.1.

The DAPLink board functions as a USB dongle, accepting 5V from the USB port and regulating it to 3.3V via the onboard LDO, which can be used to power RedBearLab BLE Nano v2. When plugged into your computer, the USB board will appear as both a serial port and a removable mass storage disk.

Developing a Bluetooth Smart-enabled 'appcessory' (accessory device + companion application) is easier than ever. You can quickly produce prototypes and demos targeted for Internet of Things (IoT) and other interesting projects. The RedBearLab BLE Nano v2 can operate under 1.8V to 3.6V, making it able to work in conjunction with a wide variety of electronic components. Since the RedBearLab BLE Nano v2 can work as low as 1.8V, the DAPLink USB board has been designed to run at 1.8V as well. All you need to do to get the USB board to run at 1.8V is short the switch S. Then the regulator will output 1.8V instead, allowing your Nano to work with applicable components.

  • 1x RedBearLab BLE Nano v2
  • 1x DAPLink USB Board
  • Smallest BLE development board, only 18.5mm x 21.0mm
  • Nordic nRF52832 ARM Cortex-M4F SoC (32-bit, @64MHz)
  • 2.4 GHz transceiver
  • Ultra low power consumption
  • Bluetooth BLE 4.2 Certified & 5.0 Ready
  • 64kb SRAM
  • 512kb Flash
  • Easy firmware deployment with the DAPLink USB board

RedBearLab BLE Nano Kit v2 - nRF52832 Product Help and Resources

Core Skill: Programming

If a board needs code or communicates somehow, you're going to need to know how to program or interface with it. The programming skill is all about communication and code.

3 Programming

Skill Level: Competent - The toolchain for programming is a bit more complex and will examples may not be explicitly provided for you. You will be required to have a fundamental knowledge of programming and be required to provide your own code. You may need to modify existing libraries or code to work with your specific hardware. Sensor and hardware interfaces will be SPI or I2C.
See all skill levels


Core Skill: Electrical Prototyping

If it requires power, you need to know how much, what all the pins do, and how to hook it up. You may need to reference datasheets, schematics, and know the ins and outs of electronics.

2 Electrical Prototyping

Skill Level: Rookie - You may be required to know a bit more about the component, such as orientation, or how to hook it up, in addition to power requirements. You will need to understand polarized components.
See all skill levels


Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • James G. / about 6 years ago / 1

    Do you still need the DAPlink if you're just going to program it with the Arduino IDE (using a 3.3v programming cable)?

  • Member #754861 / about 7 years ago / 1

    is there any information or schematic of the layout of the nNRF52832 board? I want to use this for a pcb, but the documentation section is kind of lacking.

  • Member #69070 / about 7 years ago / 1

    I built a Remote Controlled Light Switch with this kit that works for 240VAC and 110VAC https://www.instructables.com/id/Remote-Controlled-Light-Switch-Retrofit-Light-Swit/

    The remote control retrofits to the existing light switch allows you to turn the light on and off from your Android. The existing light switch still works and you can turn the light ON from your Android after you turn it OFF from the light switch and visa versa.

    No extra power wiring need. Because the current required by this board is so low, <~1.5mA, you can run it from the two power wires already running to the light switch.

    The code also has an option for a timed Auto Off function. I have set my garage light to turn off 10mins after it is turned on, either from the wall light switch or from the remote.

  • Member #69070 / about 7 years ago * / 1

    There is a quick start on instructables, https://www.instructables.com/id/Redbear-Nano-BLE-Custom-Controls-With-PfodApp-No-C/ Note: this Instructable is for V1.5. Currently the supporting BLEPeripheral library does not support nRF52832 used in V2.0

    Update 15th September 2017, The instructable has been updated to work with this BLE Nano V2. There is also a link to the previous version of have BLE Nano V1.5 boards

Customer Reviews

4 out of 5

Based on 5 ratings:

Currently viewing all customer reviews.

0 of 1 found this helpful:

Couldn’t get past install

I got the great bear lab nano because of the ultra small BLE form factor. I followed instructions to download preferences libraries etc. After a few steps I realized I have lost my adafruit libraries and example sketches. I am using Arduino IDE v1.7 on the Mac Yosemite OS. I will now have to reconstruct all these sketches and libraries. Oh, well.

Cool BLE

A great way to prototype BLE apps. Works with Nordic SDK and Arduino. Lot easier to use than other NRF eval boards.

Works very well

Easy to use and compatible with Arduino, MBed and nRF5 SDK, you just need to remember to flash the right SoftDevice.

Nice little device

I wanted a Bluetooth device small and easy to use. BLE Nano was perfect for it, I had my project up and running in one day using Arduino IDE.