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 disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
In this previous discussion on minimizing power consumption on the NRF51-Dongle, it says:
You are using evaluation kit or
development kit and LEDs are connected
on...
My system is a BLE peripheral with 2 states. There is a characteristic that represents the state, and it can take 2 values: 0 and 1.
You can read the state, write it (force...
When the supply voltage drops below 0.6V and then get back to 3.3V the nrf51822 starts up in an undefined state and often some flash pages are corrupt after that. Is this...
Hello,
We're currently running softdevice s310 v2.0.1 with SDK 7.1.0 on the nRF51422-QFAAE0 (ie. rev 2). We're planning on upgrading to the nRF51422-QFAAF0 (ie. rev 3)...
Hi!
I was using SDK11 alpha previously and when the official version (89a8) got rolled out I started integration. First thing was the missing S210 and S130 softdevices...
Hi together,
I'm using the NUS example (NRF52832) for client and peripheral, which is running quite well. My goal is to inform the peripheral application when notification...
Hi,
I am using nrf51822 chip and i have compiled the TCP Client example from IOT SDK in eclipse.I am using Master control panel as a central device to discover the device...
I want to measure a current consumption for the 3rd-party evaluation board which has 32MHz crystal and 32KHz crystal, and there is not PO.18 on the 3rd-party evaluation board...
Hi,
I use nRF51822.
Is it possible to change a beacon timing of the advertiser by a trigger of the acceleration sensor in the advertising mode?
Thank you for any...
Hello everyone,
I compiled the nrf51-app-button-examples without any error and warnings but it is showing me this error (No cortex -M Device found in JTAG chain / Target...
According to PCA10028_Schematic_and_PCB.pdf (Rev 1.2.0), page 7, there should be SB22-25 surrounding TP5-8:
On my PCA10028, I have TP5-8, but no SB's there:
What...
Hi All,
I'm having a problem with my application which involves regularly sampling I2C slave data and sending it over Bluetooth. The I2C slave generates an active high...
It looks like the RTC0_CONFIG_FREQUENCY define in nrf_drv_config.h which is located in nearly every project may have a typo. The define is listed as 32678, and the RTC1 define...
I am seeing a problem identical to what's described in this question . I'm using SDK version 10.
My timers work fine for a while, but then suddenly and seemingly at random...
Hello, I am trying to build Smart beacon kit firmware from sources.
From ble_app_beacon folder I have built the firmware using armgcc (with the proper makefile) and got hex...