I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
Hi,
I am using EVB of RAYTAC MDBT50Q-DB (nrf52840 module) for power consumption testing,
I'm running a zephyr application on it, to debug power consumption issues, using...
I have an application where I would like to use ACLK at 12.0 MHz to drive the I2S MCLK signal and create an atypical audio sampling rate (46875 samples/sec). If ACLK is at...
Hello!
Using SDK v2.6.1 and the nRF5340 Audio application, I want to use an external button as button5 instead of the one that is on the board.
I noticed that if i change...
Sometimes I just want to compile a single file for an nRF Connect project with VS Code and the nRF Connect extension. This sometimes fails because an include file isn't found...
Hi.
I am updating an nrf9160 B1 project on a custom board in SDK 2.1.0 to SDK 2.5.3, and I am running into a problem when building. This error does not show up when building...
Hi,
Hello, I have a project that's working great but now I want to extend the abilities of the device by using the extended PHYs. I know there are a so many threads on this...
Hi DevZone!
I'm currently developing a device that has several hardware actuators and I've implemented 2 OnOff Models each belonging to an element. But right now I'm having...
Hello there!
I'm trying to enable secure boot via CONFIG_SECURE_BOOT and am currently getting the following error:
I'm using zephyr via sdk-nrf v2.6.1
Searching the...
Hi,
I just try to use the DFU over USB to upgrade the FW but i found one problem which is the process will erase the external flash data
but i put the some sensor FW data...
I'm upgrading from SDK version v2.4 to v2.7 which introduces the new Zephyr hardware model and I'm struggling with the transition. I have two custom revisions is based off...
Hello,
I am using nrf7002dk on NCS version 2.6.0.
I want to send data to an HTTPS web server using WiFi.
I saw some mentions about HTTPS in several posts on Devzone...
HW/SW Versions:
nrf52840 Dongle DK
nrf Connect SDK 2.5.2
Issue:
I'm developing a Zigbee device based on the ZBOSS, using an nrf52840 dongle development kit and there...
Hi,
We have developed a nrf5340 custom board powered 1.8 V. So we cannot use the nordic DK board to program it.
I would like to know if there is an interface other than...
I have an application where I am using the SAADC to take ADC samples. At any point during the measurements, I want to be able to stop the samples prior to the ADC buffer filling...
Hi,
I trying to adapt the ble_app_multilink_central example to allow more than 8 peripheral connections to the central device. However, when I change NRF_SDH_BLE_TOTAL_LINK_COUNT...