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, We are looking for a way to downgrade our apps OTA. Currently, the only way we have found is by "lying" on package creation (ie- to downgrade fw3 to fw2, package fw2 as...
Hi there, we use Adafruit Feather nRF52 Bluefruit LE - nRF52832 in a product. For CE radio testing the lab is asking to set the bluetooth to the first and last channel. We...
We have AD74413R and we try send 32-bits frame size using spi interface and try read results, but it return always zero or 0xff bit. Maybe spi interface nrf9160 cannot work...
In SDK 12.2, why is the SAADC #define NRF_DRV_SAADC_LIMITH_DISABLED (2047) set to this value? On a reset the register is set to 32767 according to the product spec and my...
I am generating a bus fault with the code
static struct cloud_channel_data *ccd=0; int i = ccd->type;
I wish to run the program under SEGGER debugger or any other debugger...
Hello.
I have trouble to run the nRF Connect SDK v.3.4.1 on my Linux Elementary OS.
First problem shows up when you try to clone the nRF and you want to insert the sourcecode_root...
There was a problem converting the structure to JSON. I have two structures
And their description:
I create a structure and initialize:
Code for getting JSON:
...
BLE 4.2 uses something called LESC (LE Secure Connection) for significantly enhancing the link encryption between 2 devices (using public private key pair model). But prior...
HI... I'm in the middle of understanding code line by line...I've taken classes of C/C++ for an year, but BLE programming by myself is so difficult ㅠㅠ I have a very simple...
Hi,
I am using the example above on a PCA10056 development board with nRF5_SDK_15.2.0_9412b96.
No changes have been made to the example code.
After 3 minutes approx...
Smoe android devices can not connect to ble while starting dfu. The android duf library i used was https://github.com/NordicSemiconductor/Android-DFU-Library ,but in some...
I'm trying to run nRF52840 as central to discover and connect to a sensor. This sensor advertises once every 5 seconds. I find it's time consuming to discover the sensor and...
Hi. I am starting design of anothe rproduct which will be on a flexi PCB wherein i'll use nrf52840 and nrf52833 in the two product variants. Nordic Semi has reference design...
The OOB data for LESC pairing contains the BLE GAP Address 256bit random and 256bit confirm value, and is generated by sd_ble_gap_lesc_oob_data_get using the connection handle...