Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I would like to power the nRF54L15-PDK from an external source for power measurements. On the nRF52-DK I am able to power the chip through P21 and measure current through...
Hello Nordic.
I'm now using nRF5 sdk and nrf52480 to develop custom device and firmware.
My goal is doing SPI transmission when input signal is detected.
This is SPI...
Hello,
I'm using the llpm sample code on nrf52840.
I'm confused about the connection interval.
From this post , I thought that the connection interval is equivalent...
I have an XIAO board that I want to run on a battery (3.7V). I want to measure the power profile while XIAO is on Battery. Based on docs I should do these in Ampere meter...
Hello!
I'm trying to add simultaneus multi-image DFU to my custom nRF5340 board (nRF Connect SDK v2.6.0) but I can't update the network core, only the appcore is updating...
During adding SNTP (from the simple_SNTP sample in Zephyr) and later seen in other request system types, I've been getting a DNS recv error with error codes -4 and -103. This...
Hi.
I am using a custom board based on the nRF52820 (SDK v2.7.0).
I have a task in front of me to design a battery charger.
In the program I use two interrupts to solve...
Hi,
We are working on power optimization for our project using the nRF5340 board. Our code implements an RTOS, BLE for data transfer, I2C and SPI for device communication...
Hello everyone, We are working on a low power design with a nrf52805. The low power feature did work well initially on the eval board. When the main supply drops away we power...
Hi,
When you use `bt_scan_filter_add` to add multiple UUID filters on advertisements, and pass `match_all = true` in `bt_scan_filter_enable`, the system will not behave...
On the nRF Cloud, I need to change the role of a Team Member.
However, I cannot see their name under the list of Team Members as it only shows 10. Is there any way to show...
Hi, I am programming a commissioner through Openthread's API on the older thread and zigbee SDK and I can't seem to get it up and running. No matter what I try I seem to get...
Hi,
I am using an external low speed clock driven rtc to implement the perpetual calendar feature, but when setting the time, I find that the COUNTER is not modifiable....
Hello, acording to the Simultaneous multi-image DFU documentation a RAM section is needed to act as a flash simulator during the network core update.
Is this RAM section...