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 need to use two uarts for the project requirement. UART0 is enabled and working successfully. And I am trying to initialize UARTE, but I am not getting any output...
Hi,
I decided to try the “ble_peripheral/ble_app_gls” example on nRF52-DK.
While I could connect to the kit, pair and bond successfully, when I deleted the device from...
Hi:
I test this hids project, if remove the function bt_conn_auth_cb_register(&auth_cb_display). The iphone will require paired while reconnecting after disconnected. Can...
I am trying to determine the service handle of the nus example, to be able to verify that the central has turned on notifications.
I am using the sd_ble_gatts_value_get...
Hi,
I have a question about 'Thread Secrue DFU',according to the ' https://infocenter.nordicsemi.com/index.jsp ' ,the 'Thread Secrue DFU' does not use softdevice of transform...
Greetings,
CPU = nRF5340
SDK = nRF Connect SDK v1.6.1 and 1.6.0
Board = custom
For the nRF5430, we have a custom board that uses active high logic to turn LEDs on...
Hello,
I am trying to get the nvs driver working on the NET cpu and am having trouble getting the initialization working. The code below is what I am currently working with...
There have been several other posts on this issue dating back a few years, such as this one .
On Windows 10, if I am using SEGGER's RTT Viewer and I flash a nRF52832 with...
Dear,
As the example code is shown, I have been implementing on LED PWM through nRF53 GPIO0 12. If I set the brightness to 100, it was ON without any issue. However, if...
I use the "zb_sleep_now()" function in the main loop, which greatly reduces the start current. The device wakes up apparently due to the RTC2 interrupt used by the zigbee...
I want to use ncs to get the RSSI at 10ms intervals.
For example, central receives an empty packet from peripheral at 10ms interval.
I would like to know if there is a...
Is it possible to set up an NRF Connect SDK project such that the firmware can be updated over BLE, without including the SoftDevice in the update?
I'm using NRF52810 which...
Hello,
i have searched for uart, i2c/twi communication with polling, interrupt, DMA method different brief explained guide for NRF52
but i have not found it any where...