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, everyone,
We develope project on nRF52832 Chip. It has one UART port and we need to make it working as RS485. For this purpose we connected to TX/RX pins the required...
I am trying to send hundreds bytes to peripheral, the best tool that I can find, is still nrfConnec. But the data only be typed one by one. Is there any way let it load a...
I am using a nrf52832 with SDK 15.2 and softdevice s132 v6.1
My peripharal should transmit an iBeacon to wake up an application on the smartphone and also transmit a connectable...
Hello,
For a new project I am using the Decawave module DWM1001. This module is equipped with an NRF52832. I have already used the nrf52832 for previous project and I face...
Hi there,
Is there a specific sequence needed to power-up the NRF52840?
Let me get into the details:
My design uses configuration #5 from the datasheet (see below...
Hi, I'm using the serial example from the nRF5 SDK for Mesh (version 2.2.0) and after running it for extended time with data being received from nodes every few seconds, it...
I have a small app_usbd demo which works fine on the nrf52 dongle, but not on the larger nrf52840-dk.
I am running SDK 15.0 with the errata fix mentioned on several other...
ATT MTU THROUGHTPUT EXAMPLE FOR nRF52810 on KEIL using S132 v5.1.0 PLEASE >>>>>>>>>>>>>
Tried this : https://devzone.nordicsemi.com/b/blog/posts/the-s132-v5-1-0-is-now...
Hi!
I am currently developing product containing Thread mesh and BLE peripheral service. I am using Thread SDK v2 in my software. My application has to support writing to...
Is there any NRF51822 DFU guide under following conditions:
a. NRF51822
b. SDK11.0.0
c. Dual Bank BLE DFU(\examples\dfu\bootloader\pca10028\dual_bank_ble_s130\)
I...
Hello i am working with light switch proxy client server sdk example.i make provision light and switch using nrf mesh application.i have three nrf52832 dk board.i flashed...
Hi.
I work with PCA10040 and SKD_14.2.
I use UARTE with easy DMA. I see big enough delay between sending nrf_drv_uart_rx_abort and entering to UART event hanler. What...
I tried to create a descriptor for a characteristic. I modified the app_blinky and added a ble_add_descr_params_t variable. After The Initialisation and definition of the...
Hi,
I've tried blink,hid,uart,template similar sdk examples so far. Now i acquired some experience about nrf52832 processor and bluetooth,but ii don't really have enough...