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...
I'm following your instructions for testing the Thread Secure DFU example , but I run into a message "Waiting for NCP to promote to a router ..." at step 6 and I don't o bserve...
I had used the examples\peripheral\blinky\pca10040\blank\arm5_no_packs Keil project from nRF-SDK v15.0.0 using Keil MDK v5.25.
EDIT: as described here: http://infocenter...
Hello,
I am currently implementing an OOK modulation with the nRF52 -DK and therefore I need to start the radio with a carrier on defined frequency. Obviously there is a...
Hello
My English is not very good and please point out if my problem description is not clear. I am building a central project that can connect two peripherals. The template...
Hello Nordic,
we are going to perform RF-PHY test for nRF52810 at DEKRA. Can you help us with IXIT filling? There is one answer available at devzone:
https://devzone.nordicsemi...
hi
i have written a service and added 3 characteristics .In master controll panel i am trying to discover services.i see these logs . Device gets disconnected while discovering...
Running the `examples/ble_app_uart` on below environments, in Nexus6 only, it causes that local name byte array will be broken.
* DK:nRF52 PCA10040 v0.9.0 * SDK:14.2.0 ...
Hello all,
I am working on a college project where i need to interface a SD card, an OLED display along with BLE support on nRF52DK, PCA10040, s132, SDK14.1, Segger embedded...
Hi Now I am developing the application to measure PER of each data rate of BLE.
For packet exchange, I use IPSP example in the latest nRF5 SDK version 15, s140.
I could...
As far as I can tell there is a sign error bug when setting the tx power to a negative value. ble_dtm.c uses an int32_t to represent the tx power so when calling dtm_set_txpower...
I have compiled and debugged the temperature_pca10036 code from nRF5_SDK_v11.0. I have used termite terminal for getting info about transferring of data from nRF52832 board...
Hi,
I am using nRF52 board and want to change the RESET output from P0.21 to P0.2.
-I have CONFIG_GPIO_AS_PINRESET defined in the makefile.
-When debugging I can...
First, we implemented ble secure dfu application on nrf51dk. After, we want to program nrf51822xxaa device with same ble secure dfu app. In addition, we saw about rom/ram...
Hello Friends,
I've Get my Thingy from Nordic Tech tour and have a good time with it.
I think everything is perfert, but location of ccs811 ( Tvoc +eCO2 Sensor ) is...
Hi Nordic & friends,
As I know, DLE(data length extension) is not supported in S112. We are using nrf52810 in our development, so I make a test.
A long data packet(>=20...