Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hi Nordic Dev Team,
I need suggestion on how to achieve this. My microSD saves chunks of 50kB raw data.
I would like to retrieve this data once connected to the phone...
Hello,
I am trying to receive advertised data by a sensor which is easily detected at nrf connect app and whenever data changes i am able to see the change in data on nrf...
I am trying to send a lot of data and I am trying to do this with notification. As I understood notification do not need acknowledgment and should not use que for messages...
Hello,
I am using SEGGER embedded studio to develope a project. I want to know how can I know the flash and SRAM use of part code. Because I have many files. After I build...
I am using the nrf9160 for an OTA firmware update application. After going through a lot of tickets and some documentation regarding the nrf, I have not been able to find...
I want to use the register of Nordic's P0 port directly to set 1 or clear 0. Like this,
p_reg-> OUTCLR = clr_mask;
P_reg - & gt; OUTSET = set_mask;
p_reg-> OUTCLR...
Currently we are developing against hardware sensors etc. that we have installed in our warehouse
It would be great to be able to develop remotely (ie. from home) without...
Hello Nordic Support Team,
I'm using nrf52840 DK for DFU update over ble with nrf5 sdk previously it was working fine and i was using nrfutil tool to generate settings,...
Hi,
I have downloaded the nRF5 sdk v17.1 and used the peripheral blinky example with pca10056e and S112 soft device and modified the preprocessor defines and this example...
Hello Everyone,
I am working on NRF52840 and we had enabled the APPROTECT feature in our firmware. The code for implementing this is as follows:-
void init_mem(void) ...
Hello,
I know that the bt_ctlr_set_public_addr() interface needs to be called before enabling Bluetooth, and this bt_id_create() .
But I read the description of bt_id_create...
Hi,
The nPM1100 Specification states in section 7.2 that:
An application should not be supplied directly from VBAT because it can disturb the battery charging process...
Hi everyone,
I wish know how i can set BLE_GAP_TX_POWER_ROLE_ADV at peripheral and BLE_GAP_TX_POWER_ROLE_CONN at central on UART example provided on nRF Connect SDK v1.6...
Hi All,
I am working on a nRF52832 project using SDK 17.0.2, SD 132 and a custom board. I added secured bootloader functionality according to example. At start of the main...