Hi.
I made the smallest system module using nRF52840. The schematic diagram is as follows.
My reference design for power supply is as follows,
For Firmware....
i want to know that In my Custom PCB that contain NRF5340 controller , there is SWD interface for programming. so for that i have to use J-link debugger? what the software...
Hi,
How to implement two sets of SPI on the NCS v3.0.0 nRF54L15 P2 port? If it can be achieved, please provide the corresponding IO ports for these two sets of SPI.
Kind...
I'm developing my application with nrf52832 and nrf SDK v17.
I'm testing my program.
After running for some time, Jlink output the following.
When the "Logs dropped...
SDK: nRF Connect SDK v2.9.0
Chipset: nRF52840
I'm using ncsv2.9.0nrfsamplesperipheralradio_test to test the RF.
The initialization code is as follows:
At this...
Hello,
We are using the nRF9151-DK board and have soldered a new eSIM chip onto it. However, the eSIM is not being detected by the Cellular Monitor, even though we have...
I've buld bluetooth mesh/chat for NRF52840 dongle and it worked a long time ago. But today when I create a new sample mesh chat, it can't build and here is the log err in...
According to what I know, the nRF52840 lacks hardware to support AoA as defined in BLE 5.1. Still, the web page of the device mentions that it supports BLE 5.1. What is the...
Hello, I'm trying to send some payload via ELECTRICAL_MEASUREMENT cluster. The sending is realized in the similar way to the zigbee_light_switch example. I'm sending data...
Hi,
We have been working with an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
By measuring with the power profiler kit, we got a system...
I am developing an application that includes custom services. The application is updated by the bootloader. I looked up the post about NRF_ERROR_NO_MEM and modified sdk_config...
Hello, i have a question about program interaction with softdevice and using timeslot API.
I have custom board with nRF52811 chip on it and want to realize peripheral and...
Hello,
I have been playing around with LTE PSM and eDRX modes and had some questions regarding configuration.
If I configure the PSM/eDRX timing windows, how do I know...
Dear All
I want to advertise as broadcaster (not peripheral and also not as a beacon). Advertising packages do not have the information nonconnectable and even if I am using...
Hi,
I'm working through a number of the PCA10040e examples (SDK16 | S112 | nRF52810 - mouse and keyboard to be specific) and have noticed some irregular behavior when waking...
I have the nRF connect application running, but it shows 24 channels, most blue and 3 green. What is the significance of blue vs green? Also, even though I have wifi turned...
I have recently started understanding nRF52840 using SDK v17 and soft device S140 v6.0. I'm using Keil as my dev environment.
Opening any of the SDK example in Keil, when...
Hi,
I am trying to integrate ble based bootloader into my existing system running on nrf52840. I am using SDK 16 v7.0.1 with sd140. To test the process, I have added the...
Hi, I am working on the ble_app_template project. 1-How can I enable simple pairing without NFC? 2-Also how can I set pairing code? 3-Is the write way to secure characteristics...
Hi, I am developing the project where to read the sensor data and send the values to the mobile application as User Interface. I have built the Board with nRF52832 and using...
The size of the FIFO is sufficient. The value is extracted from the FIFO after being received by the UART. Repeat UART reception.
APP_UART_FIFO_ERROR occurs in the above...
Hi everyone,
I'm using SDK 15.0.0 S132v6.0 and looking for a way to get an event when the advertising times out. I discovered the softdevice_ble_evt_handler_set() in this...