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,
I have a beacon Kit PCA20006. I have programmed it with
SOFTDEVICE
C:/Users/Arsalan/Desktop/Engineering/Devices/nRF51822/SDK/sdk11/components/softdevice...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0 . I try to modify the example code let it can connect the Environmental Sensing...
I have implemented static passkey onto ble_app_uart.
I would like to configure this passkey through uart, then store it in the flash. I am confused at the choices available...
Hi, I'm having some trouble connecting to the nrf51822 chip and I've tried connecting to it using master controller, nrf connect, and nrf toolbox. The chip isn't even appearing...
Hi,
I'm working on NRF52 NFC and I meet an issue related to timing.
I'm using hal_nfc_t2t driver directly (Without nfc lib) because I want to do some custom work and I...
Hello !
I am trying to read WHO_AM_I register from a LSM9DS1 IMU.
I have spi_update_imu_data() as my callback for when the spi transfer completes and inside it I make spi_xfer_done...
Hi all,
Using nRF51422 on nRF51-DK as a Central I have been successfully connected to a non-Nordic BLE peripheral, however when using the ISP130301 chip that embedding...
nRFgo Studio will not install.
It is rolling back when it is in the proocessing of copying.
The net framework4.5 has been installed on win10, and the virus softwares have...
I have recently purchased a few nrf51822 beacons. I have been successful in detecting the beacons on the Android and iOS apps. The firmware documentation says I need to press...
I just got an 32u4 BlueFruit LE board. and want to create a customized FW for its nRF51822 v3 chip.
I am using STLink v2 and OpenOCD connected to this chip. To verified...
Hello everyone! Frist of all, sorry for my broken English.
I had a timeout handler, which call by application timer every 50ms. In this function I took data from accelerometer...
I have a few nRF51-DK's lying around. I've compiled this simple test program using Yotta/mBed.
#include <mbed-drivers/mbed.h>
Serial pc(USBTX, USBRX);
DigitalOut...
hello,, i want an additional information on this product.... End of life of this chip... how long the chip will be available in market. Because we in our company decided to...
Hi,
I use the nrf24le1 device in my design. I want to stroe data when power is off, so I write data to the NVM flash. But something is wrong in my design, could you help...