diff --git a/_board/electronut_labs_blip.md b/_board/electronut_labs_blip.md new file mode 100644 index 00000000..70068590 --- /dev/null +++ b/_board/electronut_labs_blip.md @@ -0,0 +1,27 @@ +--- +layout: download +board_id: "electronut_labs_blip" +title: "Blip Download" +name: "Blip" +manufacturer: "Electronut Labs" +board_url: "https://docs.electronut.in/blip/" +board_image: "/assets/images/boards/electronut_labs_blip.png" +downloads_display: true +features: + - Bluetooth/BTLE + - Battery Charging +--- + +Blip is a development board for Bluetooth Low Energy (BLE) and 802.15.4 based wireless applications, +based on the Nordic Semiconductor nRF52840 SoC. It has a Black Magic Probe compatible programmer and +debugger built in, along with temperature/humidity sensor, ambient light intensity sensor, and a +3-axis accelerometer. It can be used to prototype very low power devices. It also has provision +for an SD card slot, which makes it a complete and versatile development board. + +## Purchase + +* [Blip purchase information](https://docs.electronut.in/blip/#purchasing-blip) + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md). diff --git a/assets/images/boards/electronut_labs_blip.png b/assets/images/boards/electronut_labs_blip.png new file mode 100644 index 00000000..fba0e261 Binary files /dev/null and b/assets/images/boards/electronut_labs_blip.png differ