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...
Hi, everyone
I'm developing nRF52832 S132 with SDK 17.0.x
I wanted to change MTU size to 247 using 2 peripheral link in ble_app_multiperipheral example.
but i...
Hi Sir/Miss,
I try to implement static passkey in my project. Which is using nRF52810.
The SDK version is 17.0.2.
Softdevice is S112.
My project is based to develop...
hardware: NRF52832
SDK:17.02
I'm trying to get SPIM working with a RF(SX126). I'm currently trying to use the nrf_drv_spi_transfer() function.
I need to read and write...
Hello everyone,
I have a problem with my device name. First of all I want tro write the device ID into the device name. I get the device ID over "RF_FICR->DEVICEID[0]"....
Dear Members,
How can I stop ANT HRM channel temporarily, and save the heart rate value on to SDcard ?
My code at static void page0_data_log(ant_hrm_page0_data_t const...
Hello,
I’m designing a custom nrf52832 device and i came across an issue with energy buffering. I am using inside of the device the battery CR2032, SoC nrf52832 and two...
Hello,
I've successfully setup a development environment for nRF Connect and Zephyr on windows (VS Code extension) where I can build, debug and flash code to my board...
The nRF52833 isn't supported Bluetooth low energy by nRF Connect for Desktop as list device in link https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfconnect_ble...
Hi, I'm working on nRF52840-DK board and NCS SDK-v1.7.0 on Windows with Visual Studio Code.
We want to add support for Image validation for imaged signed with ECC curve...
Hello,
I have nRF Connect Desktop v3.9.1 for MacOS installed. I am trying to run the "Bluetooth Low Energy" utility using a nRF52840 dongle.
If the only device connected...
Hello
I was trying to get this example ble_app_template to work but it seems like it doesn't, the code is executed on the ic since I was uploading some code to blink a light...
Hi,
I have a question about running a secure service that does RSA encryption and decryption in SPM using mbedTLS.
I am using SEGGER Embedded Studio for ARM (Nordic Edition...
Hello all, Currently I am developing a code in which a central (nRF52840) scans and reads adverisement packets from 2 beacons (no connection required). I decided to use an...
Using nRF52832, I've got some firmware that uses NFC pins (9 & 10) without problem, using CONFIG_NFCT_PINS_AS_GPIOS.
I'm now trying to replicate this using nRF52833, and...
I am working with the nRF52840 under Zephyr to develop some wireless sensors. The issue I am having I build a test module using the nrf/samples/light. This running on the...