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...
What changes are needed in SDK V15 sdk_config.h so nRF52832 can run on internal RC oscillator?
I am using the BLE UART example, nRF52832 with Soft device s132_nrf52_6.0...
I want to extend the list of known UUIDs with some custom definitions but I am unable to open the Open UUID definitions file.
I tried following the Adding UUID definitions...
When connected with RTT viewer, a pin reset with nrfjprog shows a J-Link Error popup saying:
J-Link currently uses target interface SWD while current debugger tries to select...
Hi!
I want to send heartbeat messages from 30 servers to 1 client/provisioner.
I can send _HEARTBEAT_PUBLICATION_SET to every server like OpCode = _HEARTBEAT_PUBLICATION_SET...
Hi,
I have searched the posts about how to send/receive more than 255 bytes ,SPI master EasyDMA mode , but still can not find the solution.
I want to know if a ArrayList...
Hi,
i am facing two issue in nRF9160 cellular application.
1.Asset tracker Application:
i loaded Asset tracker example firmware in nRF9160 eval. board. when i run this...
Hello,
I'm porting a project from SDK14.2.0 to SDK15.3.0. Now, all is compiling, i need to figure out why my project is triggering some exception. To help me, i would like...
I am a newbie with nRF Sniffer, which I have installed on one PCA10040 board. I am sniffing communications between a Samsung phone running nRF Connect and a second PCA10040...
Hi,
Here I am trying to use nRF52 DK single board to implement SPIM0(base address: 0x40003000) and SPIS1 (base address: 0x40004000) master and slave communication protocol...
Hello, It is my first time running FreeRTOS on NRF52 and I would really appreciate any help to figure out the root cause for the hard fault. I run a simple FreeRTOS application...
nRF52832_XXAA, S132 v5.0.1, SDK 14.0.0
We enable SoftDevice via nrf_sdh_enable_request(). We immediately assert nrf_sdh_is_enabled() so we know it worked. On the first...
I recently got a custom board manufactured using an NRF52840 with the TI AN043 antenna to find that everything worked except for the bluetooth antenna. So I'm here to seek...
Hi,
I was able to successfully complete Figure 2 on page 6 of nRF_Sniffer_UG_v2.2.pdf, and successfully loaded and ran sniffer_pca10028_1c2a221.hex.
I rebooted my computer...
Hi,
We’d like to migrate from nRF51822 to nRF52 series. We have 2 targets : nRF52811 and nRF52832. We’d rather use nRF52811 (better sensitivity, lower consumption, features...
Hello
I'm trying to send an uint16_t array with 750 elements over the NUS service.
To do so I fill the data in multiplle uint_8 arrays of length "m_ble_nus_max_data_len...