Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hello Support
I have an error when I try to add a custom CLI command with the API "otCliSetUserCommands()" . I added two commands for my example. The commands work fine...
Using the following:
Rigado BMD-360 nRF52811 development board.
Softdevice S140 7.0.1
SDK 16.0
Using two development boards inches apart, one development board sends...
I flashed two nrf52832 with a black magic probe. Unfortunately after reconnecting the USB, I wasn't able to flash them anymore. So, I tried the nrfjprog command line program...
Hello,
Our application is currently based on the Nordic SDK services such as app_scheduler and app_timer. It is not possible to change this to use an RTOS do to regulatory...
Hi Devzone:
I am trying to gauge the power consumption after nrf_power_system_off() is called.
So is there a list of the hardwares that "nrf_power_system_off()" shuts...
I am using nrf52832 radios to communicate using ESB without DPL. I have selective_auto_ack=true and I set the payload.noack=true. But each time I transmit and there is not...
I am trying to create a description of my peripherals in the device tree. For example, I want to describe the pins that will control the input type for the ADC. Current input...
Open LTE Link Monitor OK, but point connections appear with the following blank interface
Here's the LTE Link Monitor that shows the blank
LTE Link Monitor is...
Hello,
I am using NRF52840 with SDK 16.0.0 and Mesh SDK 4.1.0
.I am trying to use SAADC with BLE Mesh(SDK 4.1.0). I used default example of SAADC with multiple channel...
I am new to nRF9160 development board. I have just opened the board and tried to connect following the startup instructions. I was able to see LED 3 and LED 4 blink the first...
Hi all,
I am trying to get a hang of SES platform(Using the nRF52840 Preview DK, SDK 15.3) and it's my first few trails with it. I am trying something very basic now to...
I want to read characteristics (central needs read data from peripheral whenever he want ) but don’t want to use notification.
I am trying this with authorization but it...
I have already set up a successful sender and receiver. The receiver was using an arduino board and the sender a avr at90usb162. I have now removed the arduino and moving...
Hello,
My project is using Lora + radar + ble so I am trying to let 1 radio tx at a time for FCC and power.
For this, I found time slot API and extension at the links...