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...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
I have an application where I'd like to change the advertising content every time it is transmitted. Is there any callback from the SD after transmission of advertising data...
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...