Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi,
I use pstorage to allocate 32bytes of memory with 2 block, means each block having 16 bytes, when I write 16byte data into block_0 portion, I am not able to go to the...
Hello,
I use the Segger J-link software with my PCA10001 and recently updated it to last version (v.5.1). After install it asked me to update the firmware to the last version...
Hello,
I'm trying to flash external nrf51422 module.
I want to flash both softdevice and application. I used below commands:
mergehex -m %SOFTDEVICE_NAME% %APP_NAME...
I want as much control over advertising as possible. Barring that, I want to understand why the softdevice automatically goes back into advertising after a GAP disconnect...
Hi,
Assume that we want to send a data array by putting it in consecutive advertisement packets. I know that data update has to be done by calling ble_advdata_set(...)...
Hi
I'm trying to implement battery level on my custom profile.
So I used battery.c and ble_bas.c files for the battery service from nodic's sdk nrf51822_v4.4.1.31827....
I have make over your bootloader example to create my own without BLE support in bootloader (new programs are send in application instead of in dfu bootloader). Bootloader...
Having some trouble using the NRF52 as RX and nrf24l01+ as TX. The NRF52 receives the packet, but for some reason it always says CRCerror.
Anyone ever tried to use NRF52...
Hey Guys,
In my custom board I need to use two different I2C bus and one SPI.
At the moment i'm using twi_master to comunicate with one of the TWI bus,
but to switch...
I have several nRF6930 beacon kits. Some have a sticker indicating they have a PCA10006 board, on others, the sticker indicates PCA20006. All PCBs are marked 400059 0138RUBR...
Dear developers,
As we know, nrf51 has a maximum flash erase / write cycles of 20.000 times. So, in my code, I have implemented a counter that checks if max. flash write...
Dear All,
Does it worth coding a selection (scanning?) of "relatively free" radio channel to stick to?
Say, before starting our distributed application (consider a network...
Hi,
The artical form this link is great !
devzone.nordicsemi.com/.../
but I've some interogations.
the clear text contains the nonce value; 12 random bytes starting...