Hi,
My product uses the nrf52840 chip with NCS 2.7 and has a USB mass storage function.
I would like to implement a feature as below
1. When the USB is connected to...
I'm a new software developer and I'm not a native English speaker. If I ask questions through a translator now, the description might not be clear.
I'm currently facing...
Hi:
I can't compile the program.
Please tell me the solution.
I used with Toolchain&SDK: 3.0.2&3.0.2; 3.0.0&3.0.0 and 2.8.0&2.8.0.
VS Code Winwdows 11, Processor 11th...
I am a manufacturing engineer from Jabil circuit de Mexico, we have issues in the thermal pad or ground pad whit next mrf part number: NRF52833-QDAA-R, I would like to know...
I have a 5 year old design using a nrf52832 on a MDBT42Q module. The BLE option was placed on the PCB in 2020 and has been unoccupied since going into production. My customer...
Hi,
I'm interested in testing the flash of the nRF54L15. Are there any sample applications or existing projects that could help me get started?
Thanks,
PG
Hi,
I'm working on an application that combines both central and peripheral roles. My 'gateway' should connect to 2 peripherals and sometimes start advertising to make...
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...