Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
Hello Team,
We are developing an application with nRF52832 and ncsv1.8.0.
We are using NUS service to share data between Mobile and Nordic Chip. With the help of nRF...
Hey there!
The DFU over serial was successfully implemented. Unfortunately, I was only able to update the first node of my mesh, not all of them.
The first node in the...
Hello!
Recently I want to write a hci vs command in zephyr using nrf connect sdk, when I track ncs_v1.9.1\zephyr\samples\bluetooth\hci_pwr_ctrl samples code and find it...
Hi, for nRF5340 the "Build code" is a string of 3 chars
H - Hardware version code P - Production configuration code F - Firmware version code
https://infocenter.nordicsemi...
Hi
I am testing a thermometer peripheral using the nRF52840DK. It is advertising using BT LE Coded (BT_LE_ADV_OPT_CODED) with an advertising frequency of 3 seconds.
...
Dear Nordic Support Team,
I would like my nRF9160 DK to connect to multiple servers using TLS. Among others, I have read the following documentation: nRF9160: Simple MQTT...
APN setting of nRF9160 cannot be done well.
I am using soracom's SIM, and the contents are as follows.
(When I checked, it was a SIM that supports LTE-M.)
Name: Any (Example...
I'm relatively new to both nRF and Zephyr platforms and I'm wondering how to disable UART on the UART pins (such as p0.19-p0.22 on the nRF5340 that I'm using) so that they...
WHAT IS THE MAXIMUM OUTPUT CURRENT OF DCDC IN NRF52833 OUTPUT IN HIGH VOLTAGE AND NORMAL VOLTAGE MODE?
I AM POWERING UP TWO SENSORS WITH IT THAT USES CURRENT IN MICRO AMPS...
Hello there,
I am developing a door lock system. Where in final product door lock will be controlled and monitored by BLE+ZigBee. So far I have complete success of controlling...
Hi,
Much like the poster below, I have ran into some issues during FOTA when my flash usage gets VERY CLOSE TO 100% (Much less than a page left), disabling some features...
Hello, I'm working on implementing the buttonless DFU feature in my application. For now, I'm following this nrf52-ota-dfu-ble-part-4 and nRF52832-buttonless-dfu-development...