I recently blogged about Nordic and Hackathons, but didn't include too much information; I knew already there was something coming. And now it is finally published: #HackDublin - Ireland's First Design & Hardware Hackathon. In this comprehensive ...
Today, QuickLogic announced the availability of our TAG-N Wearable Sensor Hub evaluation kit for the Nordic Semi nRF51 DK, Nordic’s all-in-one, multiprotocol development kit for ultra-low power wireless development on the nRF51822 SoC. We’re very ex...
Recently we introduced support for CMSIS-Pack into our nRF51 SDK. The nRF51 SDK is natively supported in the Keil IDE. This means that nRF51 SDK latest version and example software for nRF51 are easily found in the Keil IDE. To do this install the K...
Hi,
I am planning to design a device based on nRF51-dk but with external programmer. I have ST-Link available so I thought I just provide a simple walk through showing how to set it up.
Firstly, here is shown how to wire up the programmer with dk. ...
The linker in the GCC toolchain, ld, produces a *.Map file which shows you how the memory on your micro is being used. This file is a goldmine of information but it's a bit difficult for humans to absorb.
I've whipped up a web page which uses the ex...
A good place to start with getting to know how to use the ADC with the S110 SoftDevice is by using one of the BLE ADC code examples provided on Nordic's Github page, where BLE examples have the "ble_" prefix.
Sampling frequency limitations...
Right before Web Summit - the "Davos for Geeks" - Nordic Semiconductor sponsored its second Hackathon in Dublin: the Hardware Hackathon. As a sponsor Nordic provides hardware and mentors for the participants at the event. Earlier this year ...
The beacon market is going in various directions with regard to format and limitations, but the nRF51822 can support all the various BLE based beacons as it’s just a specific type of non-connectable BLE advertising. The difference is that the content...
uCXpresso.NRF is a RTOS C/C++ Framework,
Features:
Develop on Mac OS/X, Linux and Windows with LPCXpresso IDE (free).
Multi-Tasking RTOS supported
Enhanced BLE C++ framework
Tickless Low Power technology ready. Activity avg. @ 26uA (Min.
6...
Build a custom BLE service and enable the write attribute
Configure the characteristic "attr_char_value.max_len = MAX_LEN";
max_len should be larger than your device name
In the BLE event handler, read back the data like bel...
BLE and ANT development kit
Nordic Semiconductor offers the nRF51 series for BLE and/or ANT wireless connectivity. The nRF51 (nRF51422 or nRF51822) is a System on Chip, which means it has internal microcontroller to perform various operations. There...
I am investigating Master Emulator API and found something interesting that can help you program your device through BLE DFU in Keil. This method calls the python script used in MCP. If you can use MCP DFU to program your device, it will also works f...
#Nordic Semiconductor nRF51822 Firmware for Background Data Recording
Updating on https://github.com/scytulip/nrf51-back-rec
Design Objective
This firmware is designed for low-cost long-time low-power unattended data recording.
Low-cost: All ...
Nordic nRF51822 ARM Cortex-M0 Development using emIDE
To avoid the hefty charges with commercial compilers I tried emIDE with some success; here are the settings I used for the EV Kit
Official emIDE website: http://www.emide.org/
Ev Kit: https://w...