Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
hey
I have a nRF51822 eval board and I want to use it as hid keyboard to send some media key
such as vol+/- play/pause, etc. I have used the example code ble_hid_keyboard...
Hi,
I develop a program using arduino primo,
and i want to layout a new pcb board with new nrf52832 chip.
The new chip may not have any bootloader.
What kind of method...
Hi
In our Nordic SDK ble_peripheral projects , It almost support following boards
1. pca10028
2. pca10036
3. pca10040 .
I want to port in pca20006
May I know...
I am porting a C++ project that was using version 6 of the SDK to version 14.2 (big leap, I know). I want to use all the new bells and whistles from the new SDK that makes...
I am using power profiler with nRF52840 SDK. And I have measured the current of the board. But I want to calculate the energy consumption of my program. How can I get the...
hi :
I want 4 channel PWM output, the following code doesn't work, I want to know where is wrong
#include <stdbool.h>
#include <stdint.h>
#include "nrf.h"
#include...
Hi,
I would like to control gpio pins in micro seconds with timer,
I know that it is very difficult to implement with only timer owing to soft device (interrupt handing...
Hey Dev zone,
I flashed my application onto my Nordic Thingy board (through Onboard Jlink debugger present on nrf52840 dev board), and can see some pretty colors (LEDs...
I am seeing some significant temp fluctuation for the temp sensor on the thingy to the tune of +-1 to 2 deg celsius. This is when placing the device in a closed, sealed container...
hello,
Is there any examples to write beacon properties like uuid major and minor in flash memory when i edit the values from mobile app i want to advertise those values...
how to prevent the fstorage from wrting bond information in flash?
In our example,after pairing happens we will be storing and reading values from flash,so we saw some...
Hello ,
We are going to use nrf52840 for our product. We are going to use enhanced shockburst to transfer the data to other nrf52480. We are also performing sensor fusion...
I am having an issue including the adc drivers. I have added the path to both the nrf_drv_adc.h file and the nrf_adc.h file to the include path. I have also added both of...