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...
Hello. In my application I am using nRF5 SDK 15.2.0 9412b96. I am trying to communicate with two devices on two different SPIM instances. The first device is a DW1000 radio...
Dear Sir:
We observed that everytime we use OTA to update the firmware of the nRF52, the 6Byte address will change, just minus 1 compared with before, such as
FC:AE:3F...
I am using the software PWM library (SDK12.0) with the DRV8834 to drive a bipolar stepper motor. Although the motor is working in both directions with the code below, the...
Hi, I want to make sure that all application data are erased when we do a DFU, so that the newer application get a clean start without having to worry about data from older...
For nRF9160, is there an overview of the builtin CA certificates?
I have now deleted all certificates I added manually with:
int nrf_inbuilt_key_delete(nrf_sec_tag_t sec_tag...
We are using NRF52832 with SDK15.0 to develop a wearable device that collects data every 10 seconds. It works fine except that NRF52832 shuts down automatically 1 hour after...
Hi
My SPI Master wraps SPI comms using a couple of additional logic lines nReadFromSlave (Master Output) and nSlaveReady (Master Input).
It treats an SPI transaction as...
Hi, everybody. I have a Thread mesh network (wireless) running multiple nodes. I am using the CLI to send pings between the nodes and i analyze the mesh performance. My problem...
Hi there!
The documentation defines two possible return values for sd_rand_application_vector_get : NRF_SUCCESS and NRF_ERROR_SOC_RAND_NOT_ENOUGH_VALUES . I am wondering...
Hello,
I use ble_thread_dyn_mtd_scanner with BLE beacons but there is never any advertising received ?
If i check with my smartphone, they are detected.
Any idea please...
Hi,
How do you recommend to analyze nrf52840 dongle power consumption?
What I have is:
Nrf52840 dongle
Nrf52DK
Nrf6707 profiler kit
How can these be used together...
I am looking for a .hex file application for the nrf52840 dk that I can control from an external application via the USB port in order to setup and test the physical layer...
HI, Im developing a custom board (NRF58232) with a bmx055 connected by TWI.
I have used the twi_scanner and twi_sensor and all OK, It was working !
But now I want to use...
From what I can tell, the SDK for Thread provided from Nordic uses a precompiled Openthread library that hardcodes the UART pin configuration. This means that users of this...
I'm developing on the nRF52840, SDK15, and s140 v6.0. I'm trying to use the sd_power_gpregret_set() function to write a value that would then be read after reset to start...