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...
Hi All.
I have modified the ble_app_multilink_central project, and replaced the button service LBS with the NUS service. When I switch on my peripheral device (based on...
Hi all,
I would like to modify nrf connect app on mac os.
I cloned nrf connect from: https://github.com/NordicSemiconductor/pc-nrfconnect-ble
I execute commands on...
I want to connect Connect ADXL345 with nRF52832 to read movement of ADXL345. I am using example code ADXL375_I2C.zip
1. Please let me know the wired connection diagram between...
Hi,
I'm trying to do some on device FFT (and more) of data from accelerometer and microphone and would like to use the CMSIS-DSP functionality. I didn't find any zephyr...
We use the Development Kit PCA 10056 from Nordic (Ver 1.0.0).
When we test different SDK 15.0 - Examples with different configurations we allways expierience following error...
Hi,
I have make a package through nrftil,and I set the version of the app.DFU works well.
1.I wanna read the dfu package version.Can you offer the order?
2.I wanna know...
Hi!
Just to make sure - if I set
advdata.include_appearance = true ;
to
advdata.include_appearance = false ;
inside
static void advertising_init (void)
I simply...
Hi
I have implemented the Nordic Uart Service on the evaluation kit and now I would like to track the data troughput from the dongle to the board with different settings...
Hello,
I'am working with a Taiyo Yuden Bluetooth Module "EYSHCNZWZ"
This Module include the LC Network for DCDC use and the 32.768kHz X'tal.
I'am using Arduino and...
Hi all, I tried to modify the OpenThread's source codes(Just modify an API) and then built them.
Run the build_gcc_libs.bat script to build all of the libraries. That...
Hi:
I use nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_buttonless_dfu.
I want to add flash operation.
The code is as follows.
mian()
{
...............
Hi,
I am developing on a nRF52832 with S132 softdevice using Segger and SDK15.2.0. I am doing some tests with the Flash memory, and my goal is to have some const variables...
We are preparing an application to enter production and seeking to harden it to protect against unexpected system lockup.
The application is a datalogger peripheral based...
Hi,
In the Light Switch Example, on-off instruction was send to either even or odd address, may I know how can I cancel this action so that I can send the on-off instruction...
Hi,
I am using nRF mesh Android app version 1.0.3 and nRF mesh IOS app version 1.0.2
I have flashed the devices with light-switch example application under nRF5 SDK for...