Hi everyone,
I am experiencing an issue with my custom board configuration for the nRF9151. When using the same code that works with the nRF9151 DK configuration, I encounter...
My ultimate goal is to develop a pc application to provision and manage a ble mesh. I have around 50 devices in the mesh based on nef52840. I plan to use nrf52 ble usb dongle...
Hi,
I am wondering whether I can have one "RELAY" device in BLE communication (not BLE mesh), I have look through this forum but only saw some example 5 years ago. As I...
Hi,
I have used the sample given in blog , however, my purpose is to get data from two device "IMU1" and "IMU2", using callback " static uint8_t ble_data_received " to print...
https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-4-bluetooth-le-data-exchange/topic/blefund-lesson-4-exercise-3/
There are two "Section...
I have used ADC Channel 6 (P0.30) for voltage measurement using NRF52832. Previously It was working well. Now it is returning an error.
00> [00:00:00.398,345] <err> adc_nrfx_saadc...
I'm building a system with onboard stereo speakers that can take a maximum of 1,4A when operating at low battery voltage. Can I safely bypass the npm1300 and directly draw...
Hi Nordic,
I have a general question about kernel threads in the mesh stack. From memory, Bluetooth has its own thread in the stack I think. At some point in the stack the...
Hi,
As title, please help to share the required information for nRF52085 pre-design evaluation, thank you.
1. Reference schematic & layout file & guidance.
2. Design...
I've installed Visual Studio Code and nrfutil and nRF Connect and J-Link and managed to compile Blinky and flash the Thingy:91 X using the terminal:
./nrfutil device program...
Dear all,
I’m working on a project using the nRF9151-DK and need to implement frequent data transmission via LTE. My setup includes multiple I2C sensors, and I want to send...
Hi everyone,
I am getting this build error while I am trying to call a function from gpio.h in my custom code
Looking at my includes I see this
This is a really...
Hello,
I'm just starting with the Power Profile Kit 2. I've read all available documentation but I didn't find any information about the switch SW1 called 'POWER'. There...
Hi,
I'm using an nRF52810 on a custom board and I'm using softdevice s112_nrf52_7.2.0_softdevice.hex.
I want to write some information (just 4 bytes) to flash memory,...
Hi!
I'm trying to decipher the MPSL FEM API documentation and I'm adding code to a bare metal project to initialize the simple gpio interface FEM config.
I'm running ...
Hello,
I'm using nRF5 SDK v17.1.0.
I couldn't find anything about it. Could I ran in some problems if i choose to handle the nrf_libuarte_async_evt_t in thread mode and...
I used SDK v2.6.2 with the nRF7002 DK kit.i used mcu boot secondary with external flash.
I was able to perform OTA using the nRF Connect app, but after resetting the DK...
Hi,nordic team
I am programming with ncs v2.9.0,nrf52833
And i am doing central multilink whick should support max 6 peripheral devices connected.Now it can connect to...
Hi:
I purchased the nRF5340 Audio DK and used NCS 2.5.0. After flashing the unicast_audio_client example (zephyr/samples/bluetooth/unicast_audio_client), it failed to run...