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...
I have bought from ebay 10 nRF24L01 and I'm trying work on a ,for more that 7 days, project sending 7bytes data. I have build (on a breadboard) the circuit described on that...
Hello everyone!
I have two sets of PIC18F45K22 and nRF24L01, one as a Tx, and another one as a Rx. I have programmed the PIC using mikroC compiler. My question is how do...
I am wnating to clarify, if i can use the Gazell protocols on the nrf51422? I can't find it in the SDK for the 51422, but it is in the sdk for the 51822.
There are some include dependencies that go like this:
app_uart.h -> app_util.h -> app_error.h -> nrf_error.h
and nrf_error.h is under Include/s110.
In order to debug...
Hi,
The err_code shows NRF_ERROR_INVALID_STATE when called sd_ble_gap_adv_start(). I want to know why it happen, and how to handle it. This happened upon the ble disconnected...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
Is it possible with Nordic NRF51422 to perform accurate proximity ranging to make sure that a circle of 2 to 3m but not more is identified in a reliable way?
What is the...
I'm assessing whether ANT is suitable for the network deployment I have in mind, and I would appreciate to hear any thoughts you have on this.
I have a network of say 20...
Hi,
I want to change the GAP params such as connInterval, slaveLatency, and have some questions:
1.can I call sd_ble_gap_conn_param_update directly or need to send...
I used nRFgo Studio(version 1.15.1) to program S110 and application through my Jlink. But it's not worked in version 1.16.0.
It's not a good feature! :(
Is there any compatibility table for nRF51 series chips with revisions, softdevice versions and SDK versions?
I have some custom boards with a module that contains a nRF51422...
I'm trying to output a relatively high frequency PWM (300kHz). I'll need to adjust the duty cycle on the fly, without glitches and minimal time spent in IRQ handlers.
Currently...
I'm trying to build the ble_app_hrs example from Nordic's SDK on a Mac OSX 10.9.2 and have been following Nordic's nAN-29 Note v1.1 to install required tools, while looking...