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 there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
I have a simple OnOff client server running on Zephyr. I'm developing on macOS and platformio.The nodes are self configured. If I restart the client it cannot reconnect to...
Hi,
I want to add LIBUARTE example in nrf5 sdk into mesh light switch server example, I would like to know how to do that?
I'm using nRF5_SDK_16.0.0 & nrf5_SDK_for_Mesh_v4...
Hi All,
I am trying to implement I2C Slave functionality on NRF52832, So NRF52832 will act as a I2C slave.
So i found there is an example TWIS Slave and TWI Master Mode...
Hello,
I'm using nRF52840. I developed a project using openthread libraries: in particular I included " libopenthread-nrf52840-softdevice-sdk.a " library to have the CLI...
Hello. I'm using the NUS BLE service to send ADC sensor data. I am having the SAADC callback function call ble_nus_data_send() to send raw samples. I have set the min and...
I need to measure full power consumption of nrf52, on PCA10040 from... a 5V source (because including some other 5V devices). I measure it from 5V pin and not usb plug. I...
Hi,
as I know from the mesh spec, the number of elements cannot change after a device was provisioned. Nordic even went so far as to define the number of elements during...
Hi, how to measure RSSI in OpenThread? I have 2 nodes, what is correct state that I have to assign to each node to do transmit/receive test, is it leader and router? or router...
Hello,
We're thinking of powering external sensors through GPIO pins configured as high-drive. The sensors themselves consume only a few milliamps at most, which is easily...
Hi,
I would like to control a piezo driver using GPIO pin on nRF52840 DK.
I've read posts about this kind of application. But still confused about how to set up PWM...
Hello again Nordic Pro's,
I have a mildly modiffied version of ble_app_uart_c that compiles and runs fine on an NRF52-DK board. I am now trying to use the same code on a...
Hi,
I'm very new to the Nordic BLE chips. Sorry in advance for asking stupid questions, but I'm willing to learn! This is my first project for my current job, I want to...
Hello,
I've been trying to run the OpenThread mqttsn_client_publisher example from the SDK. I have also set up the border router according to the tutorial on the infocenter...
Hi:
I meet a strange softdevice assert when I do dfu in nrf52832. There is no info or call stack for this assert, I only get the assert is NRF_FAULT_ID_SD_ASSERT.
Do you...