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...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
I have a nRF9160 DK (sn 000960004886) that has been working fine, I've tested out to build and load some of the application samples (blinky, hello_world) and they all worked...
Hey!
I am programming on the nrf52dk connected with debug out with an HW using the nrf52805 BLE soc.
My Colleague is already programming with the Segger Embedded Studio...
[Bootloader is based on NRF SDK v11]
I am experimenting with the NRF SDK v11 bootloader source code and want to trigger the UART/serial DFU as the bootloader starts. Right...
hi,
I am running openthread coap_client sample from NRFconnect SDK v1.6.1 and I have enabled joiner in my code.
But still, when I flash the code on nrf52840dk_board, it...
Hi!
I am working on a project with NRF51422QFAB.
First I tried a simple program, which runs well.
After that I would like to try out my own board antenna with the...
Hello everyone!
This is actually more a suggestion to improve flexibility for NCS integration (i.e. nrf-sdk) into Zephyr workspaces. In many CMake- and Kconfig files there...
This relates to playing audio files over i2s.
So far I have managed to replay audio files using the method suggested in the SDK i2s example files - basically sending one...
Hello,
I have an own hardware using nRF5340. So I created first an own board in the device tree. I took the definition of the nRF5340 development board and simply removed...
Hi Nordic
I want to confirm whether this function pm_peer_id_get will return PM_PEER_ID_INVALID if nrf52833 has never been bound to a mobile phone when obtaining the peer...
Hi Nordic
I want to confirm whether this function pm_peer_id_get will return PM_PEER_ID_INVALID if nrf52833 has never been bound to a mobile phone when obtaining the peer...
Hello, i tried many things for almost now a month. I want to use and inject a code in a module the BC805 thanks to my nrf52840 DK. I used visual code, it didnt work so i decided...
Hi,
we use UART with /delete-property/ hw-flow-control; /delete-property/ rts-pin; /delete-property/ cts-pin; in UART DTS
Serial LTE Modem started to fail in build in...
Hello,
We are using nrf52832 soc for our product development and using that we are trying to increase the throughput of our device using the information from the following...
Hi, I'm having this trouble since some weeks ago and I was looking for an answer in documentation and was impossible to find it.
I have a device with Nordic ble chip and...
Hi,
I am trying to store a data using fstorage, but the code gets stuck at wait_for_flash_ready(&fstorage) when called outside the main().
Kindly help me to solve the...