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...
Hello Nordic, I'm reading: creating new modes in sdk documentation. In the simple_on_off client model, I do not understand the place I underlined in the picture. When is the...
Hi,
I'm looking at prototyping something for very small volume and looking to go the 3rd party module route ( www.nordicsemi.com/.../3rd-Party-Bluetooth-Smart-Modules)...
Hi,
I'm trying to capture Mesh packets using nRF Sniffer 2.0.0 and nRF52 DK while running the Light switch demo, but so far I haven't been able to capture any packet that...
Hi,
I'm having an issue when responding to rw_auth requests on the nrf52840 w/ sdk 15.0. When I'm attempting to update the table, If I make the length too large then it...
Good afternoon,
We just migrated our peripheral application, working perfectly on the nRF52840 DK, with SDK15.0.0 and SoftDevice6.0.0, and it is now crashing with SDK15...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
Hi,
I have tried the following example: infocenter.nordicsemi.com/index.jsp
Everything works fine (I can generate a notification via a calendar event and see it via the...
I get NRF_ERROR_INVALID_PARAM when calling sd_ble_gatts_characteristic_add(); If I comment custom service initialization where is this function I get the same error NRF_ERROR_INVALID_PARAM...
Hi, For a new project we need a smaller devices compared to to the nRF52832 dev board but still want to stay with the nRF52832 chip without making our own PCB. As an alternative...
We have a large number of units in the field running on SDK 13.0.0/S132 SD 4.0.3 and in order to add new functionality we need to migrate to SDK 14.2.0/S132 SD 5.0.0 via DFU...
Hi,
This is a follow up of issue: https://devzone.nordicsemi.com/f/nordic-q-a/28211/thread-dfu-upgrade-problems/111436
We're trying to perform DFU by following "Thread...