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,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
Hi,
according to my system architect it should be possible to use a standard https://github.com/NordicSemiconductor/pc-ble-driver on the nRF52840 Dongle for implementing...
Hi guys, I'm trying to measure deep-sleep current of my application quite precisely to obtain a reference measurement to evaluate against for further improvements. The setup...
I tried to add a chip of our own design to NCS, but when I tried to write the device description file, I ran into two problems:
1.Even if the chip description file is compiled...
Hi,
I'm using the example project usbd_msc and I am having no luck having the volume come up on windows when I plug in the nRF_USB line. I can see "nRF52 USB MSC Demo...
We are currently getting our firmware ready to test devices for FCC and other radio testing. We have an AThost-like setup that passes AT commands from a terminal over a BLE...
.Hi Nordic Support team,
I'm using NRF52832, SoftDevice S132, SDK version is nRF5_SDK_17.1.0_ddde560.
I want to transmit 9 bytes of data collected from an I2C sensor...
Hi,
the I2C burst write function below work perfectly <16 number of bytes. Once I transfer more that this, the return code throws an error "-28" and my scope doesnt even...
Hello, I would like to develop an automated tool for our production line to use to perform DFU on our nRF52832 system. Is it possible to communicate with the nRF52 Dev kit...
Hi, I developed a custom board and I am able to toggle other IO pins but somehow pin 10, 9 wasn't working. After some research, I found that NFC must be disabled to make it...
Hi,
I am trying to set EDRx en LOG_INF the result using following code:
static struct lte_lc_edrx_cfg drx_cfg ;
//enable EDRx
LOG_INF("== Setting EDRx =...
Hi,
I have a custom board with a nRF52840 and the nRF21540 FEM. To control my FEM, I have added the following to my code to my nRF52840_nRF52840.dts file:
/ {
nrf_radio_fem...
Hello Everyone. I tried to run the ble_app_multirole_lesc example on SDK 16.0.0 to test the numeric comparison match feature on bonding. And found that the handling of this...
Hello,
I am currently updating from SDK v2.3.0 to v2.5.2 but I am not able to get the 'psa' functions working correctly (as they did with previous SDKs).
I am trying to...
Hi, How to find out what function is being called, when sw interrupt occurs? I have created a timer that should call a function. But I'm having a hard time finding what function...
Hi,
I am working on custom board which has nrf9160 as modem and stm32 as host controller.
here I am used lwip stack on stm32 controller to get the IP address.
I have...