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...
In s130v2 SDK12.3.0, ble_uart_c, I have set BLE_DB_DISCOVERY_MAX_SRV to 12. Also memory linker is: IROM1: 0x1B000 size: 0x25000. IRAM1: 0x20001EB0 size: 0xBFC0. I use nrf51822xxaa...
Hi,
I have an application where first nrf51822 would act as central, a second nrf51822 would act as peripheral, a third nrf51822 would act as a peripheral. I found that a...
I have the opportunity to select the voltage of the power supply feeding an nRF52. There no other chips in the system, thus there are no other constraints on the voltage....
I want to sign a block of data from my nrf51822. I though the cryptographic library would serve my purpose. But I am not quite able to get my code working. I tried searching...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hi,
I have an application, where I need to send beacons and listen to beacons. Is it possible to do both in the same code base, without tearing down the softdevice and re...
Hi,
I would like first nRF51822(device 1) to use Gazelle library to talk with another nRF51822(device 2) and the same first nRF51822 to use Bluetooth to connect to another...
Hello,
i'm currently looking into ble-bcast-mesh with the goal to transfer a large amount of data (up to 1kB) from one node to another. ble-bast-mesh is working (as far...
Using GCC 4.8.4, it seems to me, that the nrf52_common.ld shiped with the sdk version 12.2 contains a bug:
If an image is defined where the .text data fits into the flash...
I am attempting to connect and send data between an nRF51422 (DK) running the UART Peripheral Example Code and an nRF52832 (DK) running the UART Central example. I am able...
We are a medical company utilizing the NRF51822 board with SDK 11 for our application. As part of filing for approval for our product from the FDA we are required to prove...
There is a corner case in pstorage_raw.c that can cause a deadlock between pstorage module and the pstorage system event handler. This in turn will cause all the future pstorage...
Hi,
I just implemented LESC Numeric Match on the NUS service for my peripheral device (based on ble_app_multirole_lesc example). I am able to connect to my device using...
I am using the esb_tx example on an nRF51 DK board modified to send BLE advertising packets at 1 KHz.
I am receiving the packets on a BlueTooth sniffer. The contents of...
Hi,
i'm designing a board based on NRF51822-QFAC chip and i'm using this antenna chip 2450AT43A100E and this balun 2450BM14E0003T .
I put the balun as close as possible...