Hi,
I am using nrf52840 to run as an hci controller over UART for nrf91. I was able to implement FOTA over BLE for nrf91, but I would also like to add an option to add FOTA...
Hi everybody I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared. I also checked it by ninja command: ...
I work samples/bluetooth/scan_adv on nRF54L15-DK.
Disable LOG and CONSOLE.
I measured current comsumption by PPK2.
Result is about 4mA.
On datasheet, nRF54L15's Bluetooth...
After some time I picked up my NRF5340 DK again to continue my Matter samples. But I noticed I cannot program any sample to it. The Segger seems to work fine, as I'm able...
I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.
I would like to do Wi-Fi positioning with the nrf9151dk...
Hi, I am trying to understand periodic advertising and some basic questions:
I am using periodic_adv example from the NCS.
I see teo ADV data defined in the file as...
Hi everyone,
I’m a complete beginner and need some help. I’m working with two XIAO nRF52840 Sense boards: one as a central and the other as a peripheral. My goal is to send...
Hi,
I'm using nRF52832-CIAA.
VDD,Pin A7, tide with Cap 4.7uF 0603
VDD Pin H7 tide with Cap 100nF 0201
DEC3 100pF 0201
DEC2 100pF 0201
DEC4 1uF 0402
Using LDO...
So I'm kinda new to micro controllers and I followed the steps for the custom service tutorial ( https://github.com/bjornspockeli/custom_ble_service_example ), however when...
Using the scanner module, I set up a scan filter to scan for UUID with no auto connect. In the scan_evt_handler, I have a switch case for the NRF_BLE_SCAN_EVT_FILTER_MATCH...
I want to secure advertised packets using ccm
I am using s132 , SDK 14.2.0 and nrf52 dk
I found that AES-CCM peripheral is blocked by soft device usage and that I need...
I have this error.
In a last time with same error on a nRF52832 I decided this problem with increase:
On the 52832 it works. But on the 52810- project fall.
How to...
Hello,
I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
As part of ble_evt_handler...
Hello All,
I am developing a custom board with nRF52832. All good with Segger Embedded Studio, I could download and debug the board successfully.
When I tryed to program...
Hi, i'm using nRF52840
I'm using 2 uarts :
one (uart0) is only for logging and another one (uart1) is for communication.
I can send from both uart, i can see i receive...
Hi
I sometimes get stuck in the zb_nrf52840_abort but the stack trace seams to be strange, its only containing two levels, Am I missing something or is there a better way...
Hello,
I have inherited a Thingy:52 project which was using some old versions of SDKs. Now I am trying to port it to a newer version in order to make it compatible with...
In nRF5_SDK_15.3.0 some undefined reference error reported when using nrf_drv_clock module (example: undefined reference to `nrf_drv_clock_hfclk_release)
The problem is...
Hi,
Is it possible to update the modem firmware once the product is on the field? I'm not talking about the application hosted on the M33, but the actual modem firmware...
Hi,
I'm testing pca10059 usb dongle with pc-ble-driver (not nrf-connect-pc)
I need 2M phy because of throughput.
latest pc-ble-driver support nrf52840 with softdevice...
HI,
i'm using SDK 15.2.0 and MESH SDK 3.1.0.
my program using the uart to get data from a sensor and sending it over the mesh network.
now i'm trying to write to the...