Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
HI
I basically define uart_init(); in Main.
And use DEBUG below to decide whether to use UART.
#ifndef DEBUG
NRF_UART0->TASKS_STOPRX= 1; NRF_UART0->ENABLE =...
In the transition from SDK v2.5.x to v2.6.x, Nordic removed support for boards that don't have the nonsecure (_ns) configuration in the Azure IOT hub sample. In other words...
Hi
I developing a nrf9160 project and try to use FOTA, I reference to example /samples/cellular/nrf_cloud_rest_fota.
finally firmware can successfully downloaded
...
I'm learning to use the Zephyr toolchain and in the interest of connecting the Zephyr-side coding to the i2c protocols I am familiar with, I have some questions.
I'm trying...
I have my software set up so that it does some computation within the Attribute write callback function like this.
b roadcastKeyHandler does somewhat of...
We designed a board based on the nRF52840, and are using nrf5 SDK 17.1.0 with S140 SoftDevice. The board has an RTC, LSM6DSO as IMU, an opamp front end for the analog inputs...
I am looking at the "mesh_shell" example project. I was able to build the sample for nrf5340 dk this way:
- create a new build configuration for "nrf5340dk_nrf5340_cpuapp...
I am working with an IQS572 capacitive touch IC, and when communicating with this IC, the communication window will shut down if it receives a STOP bit.
I am writing a lot...
Dear all,
I am use nrf5340_audio_dk to run the audio_application and I use the BIS mode. I post 2 loggings at the headset device as the broadcast_sink. All things seems...
When I try to build the SDK example WiFi monitoring it showing error, C:/ncs/v2.6.1/nrf/ext/oberon/psa/core/library/check_crypto_config.h:80:2: error: #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA...
As far as I can tell, it is not currently possible to implement the following functionality in a simple way with pynrfjprog across the various device families.
* What is...
Dear Sir/Madam,
I am using Zigbee: Light bulb — nRF Connect SDK 2.6.99 documentation (nordicsemi.com) this sample to do an evaluation, and I would like to change the tx...
I'm trying to do an ADC measurement on AIN6 on an nRF52832. This is how I have things set up:
proj.conf:
Overlay file:
ADC initialisation (this gets called on power...
Hi Support Team
We are testing the sensing of zephyr sample in the below directory with nRF52840, but we can't find which callback function is used to get the sensor data...
Hello,
Im trying to update the custom nrf5340 board over BLE. I have managed it using nRF Connect and Device Manager.
I can upload it using nRF Connect, but I need to...