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...
Hi,
Is there an example code which can be used to evaluate libuarte while softdevice enabled? I have tried the individual examples in "nRF5_SDK_17.0.2\examples\peripheral...
Hello,
I would like to know what exactly is doing PM_HANDLER_SEC_DELAY_MS and how can affect to the interoperability.
I saw in the bms example (sdk 15.2) it is set to...
The BLE specification says that the CTE can be a maximum of 160us long. I am trying to set CTE length to 160us, but every time i try to do so, firstly the transmitter stops...
Hi Devzone:
We are using J-link pro to collect trace data from nRF52833 DK board, and we found a rather strange behavior:
The sw interrupts would end on its own without...
Hi,
I'm trying to connect an NRF52840-DK to a MAX30101 Wing board via I2C/TWI. I've set up the TWI Manager to send a message asking the MAX board for its part ID.
This...
nRF5340 with NCS 1.4.0.
I'm using the NUS (code derived from central_uart & peripheral_uart sample) and i'm trying to send longer frame.
I have tried to add the following...
Hello,
I was trying to recreate the blinky program for the nrf52840dk using the nRF5sdk using Segger embedded studio.
I tried doing it by opening the blinky example code...
Hello ,
I am using nRF52832 , sdk 16version. I want to set the BLE connection interval via BLE using application. How to do that? I tried to assign the variable to the min...
Hi everyone,
Regarding the CDC ACM example I have a question. In the example, every time a button is pressed there is a writing. I would like the writing to happen every...
We are trying to use more than one nRF52840 dongles simultanuously on the same PC and within the same process using the pc-ble-driver library (pc-ble-driver library version...
Hi. I want to save sensor offset data to flash memory on chip.
I erased page 126 first, but no events were called.
I can only get 0 from the value of sd_evt_get function...
Hello Nordic Comunity,
I am new to the Nordic nRF52840 DK usage. I am working on the development of a connectable beacon for a longer duration.
Any type of help will...
Renode ( https://renode.io/ and https://github.com/renode/renode ) is an open source simulator and used by Zephyr OS for example to validate binaries for different architectures...