FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
Hi there,
I have been testing with the nrf9160 DK for a while now and I cant figure out how to get the device to sleep properly. I have been working with the asset_tracker...
Hi,
I've installed nRF sniffer version 2-0-0-beta on nRF52832 DK and verified it with BLE Beacon example. It works nice.
But when running light-switch example from Mesh...
Hi Nordic Team
We are working on BLE Modules which includes the chip-set nRF51822 and nRF52832.
We have tight form-factor and want to have longer range communication so...
Hi, I have a problem with waking up a device, description as below.
Application description: I made some application which is based on Serial example - all is working fine...
Hi
What is the default PHY when using NRF52832, SDK 14.2 and SD S132 v5.0?
When does a device's PHY get reset to this default value? Is it upon disconnect or is it as...
Hello,
I'm developing Win32 application, where I have to communicate with BLE device from our customer. At the beginning is simple application level authentication (with...
At the moment I am collecting 64 RSSI values into an array and want to calculate the average and variance of them. I have managed to calculate the average by adding up the...
Hi i am trying to debug the ble Uart app for confuguring device as Central. Which function is responsible for BLE Connection. I unable to debug this code with breakpoints...
I'm using a PCA10040 V1.1.1 dev board (nrf52). I programmed it with "Nordic_HRM" example, but modified it to send 20bytes data at 100Hz.
Then, on my PC, I use a PCA10031...
Hi,
I do not want to use the device id as my unique serial number of the nrf52840 chip and would like to generate my own . Where and how can I store this serial number...
I am using nrf51422 device with the SDK 11. I am running the hear rate application ble_app_hrs_pca10028_s130. When I connect to the device (using the nRF Connect app for ios...
Hi. I send 240 byte long messages using ble_nus_c_string_send at the moment.
How come the length field is a uint16_t if the max size is 247 bytes? Is it for future proofing...