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
We are currently in the midst of our production process and are utilizing a microcontroller that communicates with a BLE chip. As part of our quality assurance, we aim...
I want to use XY485 converter for serial communication between 485 relay and nrf52832. The converter does not need enable as it does it on its own. I have implemented this...
Hallo everyone,
nrf52840 Dk (Master device)
MAX86140 (Slave device)
I have been working with an AFE (Analog front end) sensor recently. It is a 19 bit charge ADC with...
Hi there,
I have some nRF5340 Audio DKs, and have got the example nRF5340_audio application working fine. I am using VS Code on Windows for this, and SDK 2.4.0.
What...
I am trying to run the NCP light_zc sample (with nrf52840 dk on usb) on latest RaspberryPI 4 (aarch64)
The sample starts, does some communication on usb then the nrf reboots...
Hi,
I am trying to use the UART on my nRF9160DK board.
In my program I have 2 uarts in use. uart0 is used for printk output and uart1 is used to receive data in async...
Hello! I'm working on an application with precise timing and I'm using timers and PPI.
In the callback pulse_end_cb() I seem to get garbage instead of the parameters, which...
Hey, so we have been building a prototype similar to a hearing aid with the nRF5340 Audio DK. I had a few queries regarding the DSP block of CS47L63 Hardware Codec which is...
Hi,
I'm implementing a BLE GATT peripheral that has no display but it does have a button.
I'd like to make some characteristics only available to devices that are BONDED...
Hi,
I am using CJSON_LIB from nrf-sdk modules, I even tested this cjson lib in such a simple way in helloworld app (I attached the sample project.), and after running for...
Hi!
We're looking into possibility to use nRF5340 and nRF7002 to provide BLE and WiFi access to an external MCU. The idea is to use one of NXP's MCUs as the main processor...
In the Power Profiler, when I select a larger area in the data logger, then it stops updating the selection time. It works great till 16:40m, but then stays at this value...
Hi,
We have developed our code against SDK 2.3.0 and I wanted to try to upgrade the SDK to 2.6.0. I had to remove CONFIG_OPENTHREAD_CHILD_SUPERVISION from my prj.conf, but...
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...