Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
Just started another project using an nrf52840 dev board, and the printk() call produces no output. There is no output for Zephy booting, or anything else. I have tried both...
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...