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 created a custom board in the boards.h file.
I then created the fanstel header file and copied the PCA10056 information accross. Everything is working as it should...
Hello,
I have been struggling with multilink uart example for a while. I have done 3 peripherals and one central communication but still I have some problems. I am using...
I have a PCA10056 (nrf52840 DK) and a couple PCA10059's (nrf52840 Dongle).
I'm trying to get the DK to have the same/similar DFU as the dongles.
My development machine...
Good Day
I'm probably missing something very simple.
Working through this tut.
https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
Line 1 is requesting ...
Hello,
I want to use nRF52840 dongle as complite hardware for comunication with other device via USB CDC (Virtual Com port).
End device is datalogger, and i can configure...
I am using nRF52840 Preview DK (0.12.0) and I want to measure USB currents. I am using the DK as a starting point for doing measurements on custom HW and verifying that we...
I can program and debug using Segger Embedded Studio v4.12 on my mac without a problem. When I try to use the command line to program and erase a nrf52840, I receive the following...
Hi All.
Practising Secure DFU, my nRF52840 DK board seems like if it is locked. Only Leds 1 and 2 are ON. The board is advertising with DEVICE_NAME=Dfu Targ and its COM...
Hi,
I would like to know the correct way to change the polarity of the CS line for SPI devices. The SHARP memory display is opposite of most SPI slave devices so I need...
Hi, I am using the nRF5_SDK_14.0.0_3bcc1f7 with SD v5.0.0 and the ble_app_beacon example together with the Jlink Monitor mode for debugging. The issue is that under some circumstances...
Hi,
I m using now two thingy and I m looking for the possibility to compute the difference between the two accelerometer to determinate the the moment of one compared to...
I'm trying to get back into the swing of bluetooth development, and right now I'm trying to find an overall ladder/timing diagram for a full bluetooth/softdevice transaction...
Is model Publish Retransmit (Mesh Spec 4.2.2.6 and 4.2.2.7) currently implemented in the Mesh SDK? I noticed that with Publish Retransmit Count set to 1, the Zephyr Mesh stack...
In nrf52832 datasheet, it uses" 64 MHz crystal oscillator, using external 32 MHz crystal "
then, can I use external 16 MHz crystal or external 4 MHz crystal to drive nrf52832...
I couldn't find nrf_drv_timer.c file. I want to create timer so I try to different SDK for my work. I am using SEGGER IDE for prepare software but i encountered lots of problems...