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 all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96 ,PC is windows 10 .My testing master device is cell phone(Huawei HTC and so on,android system),and using...
Hi
nrF52840 SoftDevice S140 - What is the max ATT_MTU size supported? 244 bytes?
Is there any allowed number of packets per connection event that can be transferred on...
Hey, I just got this nrf52 board with pca10040 and tested few Nordic's examples, which worked just fine. I want to simply put some sine wave signal to one analog input and...
Hello all,
I'm working on a device using nRF52832, interfacing to another microcontroller. I was seeing higher than expected consumption, so started to reduce code to find...
Hi
I just downloaded the nRF connect v2.6.0 - Programmer, but i don't what i have to do to start writing the code.
I only get 2 ``Boxes``, and one of them is called File...
Hello,
I was wondering if there was a way to use the NRF SDK for Mesh DFU example without a serial port. Currently I have 2 Nordic Thingy52s with no serial ports so I cannot...
I am trying to erase the EnOcean switch data without erasing the board. node_reset() function isn't erasing the EnOcean switch data after commissioning.
I would like to...
I am using the example nRF5_SDK_15.2.0_9412b96/examples/proprietary_rf/gzll/gzll_ack_payload.
I tried to modify the default PAYLOAD_LENGTH to 32,but the speed I tested is...
Hello,
This is Jahnavi.I am having 3 nrf52 DK boards and I have to make mesh configuration with those 3 devices.How to connect the nodes of the mesh with group Key?
What...
Hi,
I create my application image using nrfutil like this :
Everything was working great so far but for test purpose I added one argument to this line :
I...
I'm working with nrf52840
i was working on one of examples of BLE and after editing the code 'then burned it on the kit
the code is burnt on the kit , but isn't executed...
I'm having trouble debuging an external module with the j-link included in the nRF52840 DK. I'm using the debug output provided in the P19 connector.
The connections are...
I am using the nRF5 SDK Version 15.2 and nRF52840-DK to model a custom service containing five characteristics along with the standard BMS and DIS service provided in the...
Hi,
when sending small 11 byte messages on the mesh nrf52840 S140 mesh 3.1 Only every 3rd message return status 0, the rest returns status "Device is busy". I know this...