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 am using Heart Rate rate monitor code to send floating value instead of unit16_t.
I am using the heart rate service to send the data. Instead of using simulated sensor...
Hi,
I am new to nRF5x BLE devices.
I need to create a project and would like you to help me out.
I need to connect two nRF51822 devices. If one of the devices goes...
hi dear officers
since the datasheet states that value 1 stand for connected, does it mean this pin is active-low.
in order to physically reset the device, could i connect...
I have tried ble_app_uart_c project in SDk 9 , SDK 10 or SDK11 , but they have the same problem.
Problem is that slave(SDk 9,ble_app_uart) can send data to master(by terminal...
While trying to bond an iPhone 6 (running nRF MCP App) with an nRF52 with S132 2.0.0 I encountered the following error:
On the first try, when the iPhone is not yet paired...
I am trying to set up a button interrupt by adding the following functions:
void button_interrupt_handler(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_gpio_pin_toggle...
Dear Sir,
When nRF51822 is a slave, it should be updated software through Master(Z-Wave CPU) remotely.
How can we update SoftDevice software in nRF51822? UART, SPI, or...
My code detects an external signal using GPIOTE. Whenever the signal falls, GPIOTE calls a handler, audio_stimulus_handler . The code is shown below. Essentially, after detecting...
I have a nrf51-dk. I would like to the pincode to be stored in some configuration settings which is written in non-volatile memory. I do not want the pincode to be hard-coded...
I want to place a IoT application on an Application chip and connect it to a Connectivity chip running the BLE IoT SoftDevice.
Does the nRF5 IoT SDK support serialization...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
I am coding a Sharp memory LCD display using SPI and the nRF51422 development board.
I have tested the SPI connection using a logic analyzer and signals are being...