Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi everyone. I am trying to find the best way to establish a Bluetooth connection to a nRF52832 in the least amount of time.
I'm designing an ultra low power perpheral...
Hello,
Would it be possible to create a partial code that can be placed on external memory, and loaded into ram for execution when needed?
As I believe it is possible...
Hi,
I am developing a Bluetooth peripheral application using NRF52832 MCU , where in it is used for collecting vibration sensor data for about specific duration.
like...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hello All,
I am new to Nordic and i have nRF52840 development kit. I want to build code/ programm on thread and Zigbee base.
I have downloaded the Thread and Zigbee SDK...
Hi!
I do not know what the problem is.
First of all, I use nrf52-dk and SDK 15.2
And then, i read 'PPK User Guide v2.3'
I use 'nRF Connect > Power Profiler' to measure...
Hi,
I use the SAADC with the NRF52832.
This is the schematic used :
When we use AN_IN (TOR_IN 1 and TOR_IN 2 are not used), only the components assigned to AN_IN are...
File nrf_pwr_mgmt.h is lacking
#ifdef __cplusplus extern "C" { #endif
magic.
SDK version: nRF5_SDK_15.3.0_59ac345.zip
I guess it is a small oversight since all other...
Hi using nrf52 SDK 15.1, on custom boards
I have certain flash operations using FDS. I have peer manager as well.
I am writing 8 byte data & later in the code updating...
I am attempting to develop an application for a custom board with the nRF52832. I am attempting to use the UART functions in the SDK but I am running into compile errors....
Hi, I am trying to fix a crash in the dfu service. I am using a custom board based on the NR52840, SDK 15.0 and softdevice 6.0.
I am trying to add some new characteristics...
I would like to run a SPI program that reads data from a non Nordic chip. I would like to then take the data I received over SPI and send it via BLE.
Are there any code...
I'm trying to place my device in a low power mode for shipping. I used Logging and CLI while its in operation, but I'd like a way to enable/disable the CLI+Logging over BLE...