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 guys.
I'm using the nRF Mesh LED example and I'm using my Android/iOS phone as a provisioner. After provisioning, I was curious whether the phone can visually represent...
hi...
i am using latest sdk 3.1 mesh ,nRF52832 development kit while i am building it showing error "boards.h no such directory found ", even tools are set .how to solve...
Hallo everybody,
In or project we have an energy harvesting circuit. Because of this energy harvesting from an piezo we don`t have enough power to charge all supporting...
hi,could i ask you what should i do in order to use ant on the pca10056 board? i added the s340 softdevice but no example works on the board. thanks a lot!!
I am working on a MQTT related application on nRF9160 DK, and grabbed mqtt_simple as a baseline for development. All of my libraries are back at the last tagged releases:...
Hi, I'm confused, according to Bluetooth 4.0 Specification bytes are send in Little Endian byte order, and with LSB first in every byte. So when I receive raw data from characteristic...
When running "pip install nrfutil" I get this message - "Could not find a version that satisfies the requirement antlib~=1.0b (from nrfutil) (from versions: ) No matching...
Hi all,
In Nordic SDK ble_app_gls Example , the following UUID is added as part of Advertisement packet
static ble_uuid_t m_adv_uuids[] = /**< Universally unique service...
Hello,
I'm currently building a project for the nRF52 (using SDK 15.2). I need to have 2 ADC channels, 1 for temperature sensor and 1 for battery level. I figured that I...
I want to let nRF9160 communicate through UART with 3.3V logic level, but the logic level is originally 1.8V.
I have been reading nRF91_DK_User_Guide_v07.pdf, but I'm not...
Hello,
I'm working on the implementation of some custom services and I started to question why the SDK implements the service modules as instance managers (as of SDK 15...
We are having an issue with pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver ). We're using the nRF52840 dongle. We have compiled and run the `heart_rate_monitor_v6...
Hi,
I want to communicate with a legacy device nrf24l01p+ based using a nrf52840 DK.
Firmware of legacy device setup the card in this way:
I take the esb_ptx esample...
Hi
Getting problem in DFU feature while using segger embedded studio.Device gets programmed successfully but stops working after that.
I am following the same process...