Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
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...