Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
There is a task to run a sniffer without Wireshark on windows. I'm using your example that comes with the SnifferAPI nrf_sniffer_for_bluetooth_le_4.0.0. After successfully...
After the command "zdo mgmt_lqi 0x0000" is successfully used to obtain the short address of the terminal device, you cannot obtain the short address of the terminal device...
Current I am using nRF52840 Dongle to develop a Bluetooth PC Tool base on nrf_ble_driver_obj_sd_api_v5 which shared on https://github.com/NordicSemiconductor/pc-ble-driver...
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...