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...
In SDK 15 the bootloader DFU enter check in nrf_bootloader.c has the following code:
if (NRF_BL_DFU_ENTER_METHOD_GPREGRET && (nrf_power_gpregret_get() & BOOTLOADER_DFU_START...
Hello,
We are working with Low Energy sensors that are programmed to make a periodic ADVs to our scanners/apps/Raspberries, in order to start a service if required. So the...
Hi,
I am using cli and made my own command like bellow, as you see i have a command with 3 sub commands. But i think my idea is primitive because if i have 1000 sub command...
I am starting building industrial-grade system which contains several nodes connected via wireless channel.
As a wireless protocol I decided to use BLE 5 due to long ranges...
I am trying to program mpu_simple https://github.com/Martinsbl/nrf5-mpu-examples with Segger, and I get to connect sensor MPU6050 to my board but I do not receive datas of...
Hello. I followed all the steps provided in the readme document. After dragging and dropping the hex file to the j link, the led 1 starts to blink, indicating that the board...
With an nRF52, is it possible to wait longer to measure the RSSI on a channel? I'd like to measure the RSSI over 1msec or so, rather than a tiny 8us (typical) snapshot.
Hi,
This is my first time to use Nordic product and I have used nRF52832 based SDK 12.0 and SoftDevice132 v2.0 about 2 months. And the IDE used for devlopment is KEIL MDK...
Hi
Im using the DFU secure example (examples\dfu\bootloader_secure\pca10028)
Im working on a NRF51822-QFAA ,S130 SDK12.3 , Im not sure about my IROM/IRAM definitions,...
Hi Nordic Team, One of our customer wants to integrate communication via Thread BLE on his IoT-Gateway. We found your nRF52840 Dongle. Does this dongle have any certifications...
Hi,
I am planning on using nrf52832 for a beacon application. I happen to get a schematic and layout from Nordic website for development.
I am attaching the schematic...
Hi, I am trying to interface MPU^)%) sensor with NRF52832. with help of BLE UART. i will get the resultant data on BLE APP. but here i got some error is this the linking error...
Hi,
we want to made the device which should working in the mesh network without provisiong procedure by user.
Typical application - network with 500 nodes, every node...
Hi, I am using nordic nrf52832 module with BLE mesh SDK V2.2.0 I want to do DFU for application + softdevice without any serial connection through mobile app between BLE mesh...