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 am testing that nRF52832 transfer QVGA still image from image sensor to phone as follows.
nRF52832(nRF52 DK) is connected with image sensor through some...
Hi All,
About DFU.
I want to know about UART DOWNLOAD for nRF51822 with S130.
Can I download the firmware via UART for nRF51822 with S130 ?
It's not OTA DFU.
...
I wanted to know what's the maximum data throughput if one device has both roles (Client/Server) working at the same time. I already saw the tables for the different SoftDevices...
Is there another IC I need to integrate into my board to allow the chip to be programmed through USB? Also, is the same true for programming OTA? I understand that I will...
Is there anyway to enable the UART on a NRF51822 to be 7-bit data instead of the default 8-bit?
Lowest level driver structure I could find is
NRF_UART_Type (nrf51.h...
I'm using Master Control Panel for PC to try to test bonding with MITM security on the peripheral I'm developing, and I suspect there's something wrong with the Master Emulator...
I am using the nRF52 in 2Mbps proprietary mode. I am running my own custom stack to maximize data throughput. There are no re-transmissions in my design. I have a loop of...
In sample code for central devices,, the BLE event handler, on_ble_evt() , handles the `BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST' by accepting the request. Is it possible to...
On pages 49-50 on the nRF51 Product Specification, in section 8.5.2, there's a bunch of current consumptions listed for the Radio with the DC/DC disabled.
Do those values...
Hi there,
I was hoping to first pull the SD version and application version from the device before I attempt to send an update.
Are these values exposed anywhere within...
LAST EDIT AT END OF POST
We are using a custom board with an nRF51822 programmed with a modified beacon application (which worked several months ago). After opening MCP...
Hi,
Everyone,
I am Using S130 and sdk 11.0.0.2-alpha with nRF51422 chip.
I have two crystal in my custom pcb,
one is 32 Khz crystal for LFCLK between XL1 and XL2 (pin...
My application is using the FIFO UART module to communicate with another MCU. It is also running softdevice S132 v2.0.0.
While most of the time everything runs smoothly...