I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
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...