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...
We just locking for your mesh protocol...
Can mesh example source communicate Ping_pong, Scaling_example, Template by using BLE_Gateway?
Please let me know...
I am using sniffer to monitor the BLE packets.
I noticed that when master is reading the list of the characteristics, sometime there are 2 handles involved, sometime there...
I'm setting up the nRF52 environment on Linux. I have previously used the pure-gcc setup with the nRF51 and that currently works, but since the nRF52 came with all the GCC...
In nutshell, I intend to achieve
Buttonless DFU over BLE on a custom
board with SDK v10.0.0 and Softdevice
v8.0.0 with bonding retained.
On this custom board...
Hi,
I am attempting to make a PCB for NRF51822 and I was wondering how I would upload a bootloader to the chip? I can't seem to find it. The device in the end will be using...
I checked several (not All) Keil nRF SDK 11.0 Ble_pheripheral examples and the S132 softdevice Hex File doesn't seem to be in the project any more.
The flash softdevice target...
Since the Intel Curie SoC integrates a nRF51822 circuit, it would be great to program it. Being that the canonical OS for Curie's (current) reference platform 'Genuino 101...
I ran watchdog with this code:
void wdt_init(void)
{
NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Pause << WDT_CONFIG_HALT_Pos) | ( WDT_CONFIG_SLEEP_Run << WDT_CONFIG_SLEEP_Pos...
Hi, I'm trying to get pairing working. So far I have set the following in nrfgo studio:-
Device security: security required
Required level of security: Authenticated...
I am from a Chinese company which produce power supply, I plan to use your product and try to download the APP for my Android phone(Sumsung A8). However, I can't download...
Hi,
I would like to add DFU support to my product.
How can I protect from people producing/buying counterfeiter boards and flashing my software on these boards ?
Do...
Hi,
I implemented two services, now I have the following problem. Each service is working standalone, but when I put both together only the first initialized service works...
Hi
I'm trying to get an ANT example running on the PCA10028 but I can't make it work.
All supplied make files are for nrf52 based boards.
As I understand it, I need to...
I have tried many different initialize setting, however the ACK could not be received in pine 1 to 5. The PRX can receive all of the 6 pipes. It works for pipe 0 only. Would...
Hello, sorry if this is a stupid question.I'm using a nRF51822, SDK6.0.0 and S110 7.0.0.I want to modify ble_app_hids_keyboard
to be able to send Volumn_up/down keys to android...