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...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
I am using SDK 14.2 and just upgraded to IAR EWARM 8.22.1. When compiling, it now gives me the following complain for virtually every .c file in my project:
I tracked...
For the sake of simplicity, lets say, we want to integrate a Mesh DFU into Light Switch example. So, we have different node types (provisioner, client, server...) with different...
Nordic NRF52832 SDK 15 SD 132 I had used the nrfx_spi driver quite successfully and then I moved to the nrfx_spim in order to use easyDMA, I am now seeing a static current...
Hello,
We are evaluating a new design using the nRF52382 (currently on a Rigado BMD-350 module) and we will have to use the GPIO near the radio due to the number of GPIOs...
Hi all,
I want to provision my mesh network of light_switch demo examples form ble_mesh_sdk_2.2.0 using the nrf_mesh android application but when I did scan in the app none...
Hello,
I am using nRF52832 IC with softdevice and SDK v15.
I wish to make the MCU in sleep mode and then a couple of milliseconds (let's say 250ms) wakes up the MCU. For...
Hello,
This is a show stopper! I cannot get any Logging to neither the Segger Debug Terminal nor the JLINK RTT Viewer installed by nRF5x-Command-Line-Tools_9_7_3_Installer...
Hi, Just to say that the nordic devzone website does not work with Vivaldi navigator For example, this link below opens correctly with my opera navigator, while it fails with...
Hello, we are trying to implement PWM function with an incrementing/ decrementing duty cycle using a logarithmic function rather than linear function. Is there any predefined...
Dear Sir,
I wanted to connect the peripheral device to a phone which has highest rssi value(where multiple phones will be sending requests).
For that I have enabled...
in Mesh SDK v2, simple on/off model example, client node doesn't act as a provisioner.
But I still want to combine provision & client in the same device.
Is that just...
Hi all,
I'm reading the ble_peripheral samples of the SDK. I know start a advertising with the function ble_advertising_start();
Now, i know a central address, then i want...
I'm using the PPI to generate a PWM signal on my nRF51822, and I've noticed that TIMER_SHORTS is never triggered unless the timer interrupt is also active. I had originally...