Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
Hi,
I am using sdk_17 and nrf52810. I have build a bootloader from the examples folder(examples/dfu/secure_bootloader/pca10040e_S112_ble) for my device. After flashing,...
I have a long PDU which I need to send fragmented by indications.
So in a while loop I populate a ble_gatts_hvx_params_t hvx_params struct and call
error_code = sd_ble_gatts_hvx...
i am following this tutorial to change a Keil 5 project (sdk 12.1.0 S132 )into ses project.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fimport_ses...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi.
I am testing sleep mode using nrf_pwr_mgmt_run().
When nrf_pwr_mgmt_run() is called, it is changed to sleep mode, but it wake-up up immediately and it is changed to...
Hi,
We are getting a request from our customer on supporting on NB-IoT PoC test cases as below.
Can you please let us know how we can simulate or execute the same?
...
I have written two methods to read and write value from fds.I get FDS_EVT_WRITE call back with p_fds_evt->result=!= FDS_SUCCESS
but when i try to read it after that it gives...
Hello,
I use the method, armgcc.
The commends "make flash_softdevice" and "make flash" echo the below. It seems OK. But I cannot see the app "/nRF5_SDK_12.3.0_d7731ad...
Hi,
I'm having a bit of a problem with using friend nodes in mesh networks. I have connected a friend for 2 nodes:
1, But I do not understand the real mechanism of the...
Hi,
I am trying to receive data using USB Custom HID.
Data reception is normal using "app_usbd_hid_generic_out_report_get", but the data size is always 64 bytes.
Is...
Greetings,
We are using nrf-sdk v1.3.0.
We would like to monitor an adc channel using either limit event monitoring or maybe LPCOMP.
I was able to find "low level" documentation...