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...
Hello.
Is there any difference between i2s hardware in nRF52840 and nRF52833? I made WS2812B i2s driver and working very good on nRF52840. The same code (project is adjusted...
Hi, I'm developing an application which is merging from (ble_app_uart + libuarte + app_timer + pwm). Here is my main.c Now I'm developing an feature that using timer ((app_timer...
Hi,
As mentioned in subject line, I am trying to enable BLE SC peripheral in SDK 17.0.1 with softdevice S113. I have enabled the PM_LESC_ENABLED macro in sdk_config and...
Hi Nordic,
My customer has imploy nRF52832 to develop a heart rate equipment.
We have test the ble_app_hrs_c and ble_app_hrs on two nRF52 DK.
I found that if I comment...
Hello Dear,
Why the time of uplink state is 950 ms if the data packet size is 0 Byte?
Can we say that every time a data is sent, it takes 950 ms to get the transmission...
Hi nordic, In the products I developed, since the entire product is metallic, only a small part is a non-metallic material, and an antenna has been designed to solve the problem...
I've had a lot of server errors on https://devzone.nordicsemi.com/ lately.
This happens more often than not on chrome/ff/edge/incognito/etc.
The one thing that seems...
In our cases, Serial interface needs to support Heartbeat of Configuration Server.
But configuration server's heartbeat handler is not support serial interface and serial...
Hi,
1. What does signaling test mean in bluetooth domain?
2. What does non-signaling testing mean in bluetooth?
3. In the Bluetooth world, I only know about DTM testing...
Hello.
It is under development using nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral device.
I am investigating how to do bonding with iPhone. As a way, bonding is...
Hi,
I have been able to program my NRF 52840DK with the following program: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_uart...
Hello Everyone,
I am using NRF52833 in my project. My code is FREERTOS based. I am also using 2 UART, one is normal uart and other is LIBUARTE. I have also initialised timers...