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 am trying to develop a low power scanner with nrf52832 which is is acting as both central and peripheral (beacon)
I need to detect other tags like itself transmitting...
Hi,
is there any example of firmware that can be used on nRF24LU1P that perform some data receiving on RF side and send them over USB?
The most important part is the USB...
Hello, We have designed a PLE peripheral based on nRF52840, SDK16.0, Softdevice v7.0.1. We have having an issue where, occasionally, we send a certain data (a command) to...
Hi everyone,
I created a custom service that I want to be advertised through scan response. Also, I want to advertise the INFORMATION SERVICE through advertising data. I...
Hi, I'm working with nRF52840 with NFC. I don't have yet the external antenna to connect to (now I'm using uFL), but I'm not sure about the trace width that goes from the...
MeshSDK: 3.2.0
StockSDK: 15.2
Hello,
I have a network where the sequence numbers have become corrupt due to removing devices from a network and then provisioning other...
Hello,
I've been trying to write my own library that uses UART.
I went through the "uart" example and wrote this piece of code.
uart.c
gpio.c
main.c
...
I would like to ask you a question, that is, the RTC in the chip of 52832, in the case of non-power-off restart, is there any way to keep the RTC time and continue the timing...
I am trying to extract the gps coordinates and use CoAP to sent the info to Telenor IoT server. I am using the gps demo code provided by Nordic .
https://github.com/NordicPlayground...
Hello,
I want to program nRF5340 via UART.
What is the hardware related event that puts the application processor in program mode over the UART ?
All ARM microprocessors...
Hi
OS: Windows 10 (32-bit)
nRF Connect application: v3.3.1
Getting started assistant: v3.3.1
Please see the attachment. After installing ninja, tried to verify it...
I`m searching after an application document / description of a test setup, how to measure BLE data throughput with our product including nRF52840. Maybe Nordic have a smart...
I've been programming in SES for several months now, and I need to put the code into libraries to keep an overview of my project.
I've been able to include SDK libraries...
hi, I used NRF52833 to debug the program, and I used the ble_app_hid_mouse project in SDK16 to debug the fstore function ,and the file path is E:\nrf52833\nRF5SDK160098a08e2...
Hi everyone,
This is my first time using Nordic nRF SDK, so i hope that I'm not asking for anything too stupid, I'm having troubles in adding nrf_logger.h into a project...