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...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
My previous product uses an empty notification to indicate that a bulk transfer is finished. I attempted to send an empty notification but got error code 0x10 (NRF_ERROR_INVALID_FLAGS...
I'm using the pstorage driver on the nRF51 to maintain several NVM variables. The NVM functions correctly and maintains state between power cycles. However, when I reflash...
Hello to all Nordic jedi masters!
I am using the nRF52832 along with SDK v11.0
I want to have the SAADC generate events only when the converted value is above a certain...
Hi all,
I am using a nRF52-DK board to receive data from the USB port using Serial, and transmitting it using ESB to a second board. If I use either Serial or ESB individually...
The latest rev of the product spec (1.1 when this was posted) includes a table on page 77 that indicates that the System OFF draw depends on a wakeup source (e.g. GPIO, NFC...
while i open ble sniffer , it sucessfully recognizes the nrf51822 ble nano but when i press w to open the wireshark, it shows no packets and in the interface list it shows...
Example ble_app_uart compiled in Keil 5 O.K but the resultant HEX file in the build folder is only 34K whereas the hex file in the hex folder is 335k. I followed the tutorial...
Hi Nordic team,
Very impressive demo posted on the blog zone this week! I'm trying to understand the details and sorry if I ask something what would be visible in the source...
After upgrading to iOS 10, I have been unable to successfully interact with my device using the NUS. I used to use the NUS to communication with the device and retrieve stats...
Hi, my setup is:
nRF52 DK PCA1040 v1.0.1;
Adafruit MAX9814 electret microphone amplifier;
My project concerns about:
Sampling audio from the board with...
Hi,
I fix bug in original code and managed for nRF51822_xxAB. It is bootloader for application based on SDK7.This bootloader is buttonless and application start after 60s...
Hi all,
When using GCC and Eclipse with SDK 13.0.0 to program an nRF52832 with the Serial and ESB libraries, are there any limitations as to where you can put event handlers...
if i set the attr_md.vloc = BLE_GATTS_VLOC_STACK;
how to set the attr_char_value.p_value?
attr_md.read_perm = p_rrthermomter_init->rrthermomter_attr_md.read_perm;
attr_md...
I am working on a BLE project, n i have bought nrf51822 BLE nano chip. but honestly speaking i got stuck in installation itself. i have tried the blinky, HRM examples given...