Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
We are using SDK15.0.0 and have products with both the NRF52832 and NRF52840 sharing the vast majority of code between them. The softdevices we use are S132 and S140 at version...
Hi,
The nRF52840DK-2.0.1 is not working/turned on.
it works intermittently, and keep on connect/disconnects continuously after sometime.
I suspect the SW9 switch is...
Hi,
is there a way to send some status data from the headset to the gateway in the nrf5340_audio application?
We would like to monitor the battery voltage of the headset...
I'm trying to go through the proes and cons of a Hosted Vs Hostless Solution for BLE using the nRF52840. I have an AP thats running a stripped down version of Linux. Currently...
Dear Engineer,
Working on sdk17.1, hrs free rtos demo. chip nrf52832, on pca10040 board.
From Sdk 17.1, log not resume in application hook to save power.
Use log_pending_hook...
I use the PPK2 to measure the power supplied from a lithium polymer battery to a test device. I use 'Ampere meter' and the 'Enable Power Output' switch in the UI then 'start...
Hello,
I am using SoftDevice S140 SDK 7.2.0. I need to initialize the no init parameters.
For doing that I used nrf_power_resetreas_get() return parameter. Two questions...
Hi,
The memory space of the application core for nRF9160 is empty.
Now,if I set the ERASEPROTCET register located in the UICR to 0( Erase protect will be enabled.), how...
I have a few issues/suggestions for improvement of the VSCode extension for Nrf Connect, that I like to submit to the developers : I tried the github link https://github.com...
Hi
In my firmware, i setup a NUS service, piece of code as below:
I found that the nus_send_enabled_cb function is always invoked before connected function...