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...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
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...