Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
Hi, I am trying to get the rssi value of a connection, and what I am trying to do is to start the rssi in the beginning at the connection and end it at the end of connection...
Using S110 version 6.0.0, Sdk 5.2.0, GCC 4.8 (C++, but that don't matters here).
I want to know, if the central has switched Notification and/or Indication on or off for...
Hi,
is it possible to use the PCA10000 as a data logger, to transmit the incoming data over USB to a terminal programm? Are their any limits, e.g. for the data rate?
...
Hey guys,
We're seeing a problem with weird reboots after our system goes through a firmware update using the DFU. We are using the latest GCC for these builds (4.8 2014q1...
Hello,
I was wondering if Nordic plans to offer a dual core variant of the nRF51822? We are starting to see vendors offering dual core BLE radios with one ARM core dedicated...
Hi All.
I am trying to download the Bootloader to nRF51822 Dev Kit using nRFgo Studio (32 bit, v 1.15.1.2691) but getting an Error.
"ERROR: Attempted to write to UICR...
Hi, I am trying to write code to run the nRF8001 chip from a PIC microcontroller. I've been messing around with nRFgo Studio for generating the setup data, and I've noticed...
We need to send some custom data in advertising packet.
Is it possible to use 'ble_advdata_service_data_t' with UUID of a standard service (e.g. battery service or device...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
Hey all:
I have the Dev and Eval Kits and a handful of dongles. In addition to one of the Chinese nRF51822 devices. I have successfully connected via Segger debugger, used...
Hi.
I have a custom nRF51822 PCB with SWDCLK and SWDIO Header. I have a nRF51822 Dev Kit.
Is there any way to use the J-Link from Dev Kit to Program the Chip of the...
Hi,
I check the state of an channel (sd_ant_channel_status_get()) and get 0x13. Which mean the channel is assigned. But sd_ant_channel_unassign() return with ...CHANNEL_IN_WRONG_STATE...
Your served radio transmitter/receiver example using PCA 10000 USB dongle with PCA 10001 evaluation kit. There is only one-byte send/receiving example.
So, I was to send...
Hi,
I programmed nrf51822 development board as central device, with the s120_nrf51822_1.0.0-3.alpha_softdevice and ble_app_hrs_c profile on top of it, i am using nrf51_sdk_v5_2_0_39364...