I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Hi,
I wish to have a complexity comparison of SILK and CELT (CPU usage and memory footprint) as I have an audio (speech) encoding and decoding application, I think this...
I've spent several days reading all the support tickets regarding this issue but I cannot find a resolution.
I am running the ble_central_uart example with SD 132, SES 4...
I have two nrf52 where i send a msg to one nrf52 through ble_app_uart that has SPI Master(This is working).
I am trying to configure one more nrf with ble_app_uart with...
Hi ,
how can we use different 128 Bit UUID for different read/write in pc-ble-driver-py? for example i defined three different characteristic 128 bit UUID for different...
Hi Team,
Need help on FDS module, , my need is to Read/write the some of the crypto related keys and session values to some fixed database.
we have come across the FDS...
Hi all,
Me and my team are investigating our options regarding DFU after our product has been sold to a consumer. We wish to enable DFU over USB. Whenever the device is...
Hi,
I need DFU feature on light_switch_dimming_client_nrf52832_xxAA_s132_7.0.1 example i tried including
mesh_stack_init_params_t init_params = { .core.irq_priority =...
Hello,
I have a project that seems to have a very long start-up/boot delay before jumping to the Application when the DFU is added. DFU is the BLE secure bootloader example...
Hi Nordic ,
I am working a project on nRF52830 with SDK 15.3. Now, I developmet on a central device, I need to connect with peropheral with more than one service , how...
Hi.
I'm using nRF52840 Developement Kit and my environment are below.
OS : windows 10
SDK version : 16.0.0
Tool : nRF Connect (with DTM,Programmer app) / Seger embedded...
Hello everybody,
I'm trying to flash an example code (let's say the blinky one) from the SDK (15.3) onto the Arduino Nano 33 BLE board.
I know that is possible to flash...
Hello,
I'm trying to resolve an issue in my project.
It appears there is a memory leak.
In logs I can find the error code : 0xBFED
Do you know what that code is? ...
Hi,
I recently had a problem about timestamp that it's all 0 on the RTT Viewer.
And i 'm based on the nRF5_SDK_15.2.0\examples\peripheral\rtc to check the timesteamp....
Hi Nordic
I have some issue When using NRF52832 central to connect the NRF52832 peripheral.
i am following the SDK15.3.0 ble_app_uart & ble_app_uart_c to deign the central...