Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hello,
I am working on a project with nRF51822, I want to connect two or more nRF51DK boards using SPI and send an interrupt from one board to another, Is there any code...
Hi Nordic,
I am using SDK 12.3.0 and S130 2.0.1. I would like to ask some questions about Peer Manager.
1. I want to erase all bond when I press a button. Do I just...
Hi,
I have been trying to read the register values, from BNO_080, using the functions nrf_drv_twi_tx to write and nrf_drv_twi_rx to read. But for some reason, i have been...
Hi!
I gave up trying to come up with a working solution for updating mesh nodes based on SDK1.0 to SDK2, see https://devzone.nordicsemi.com/f/nordic-q-a/37707/dfu-update...
Hi,
I read this post to handle communication with both built in UARTs
I'm working with Mesh SDK 2.0.1 and nRF SDK 15.0.0 at the moment.
My application uses UART0 initialized...
I noticed that the secure bootloader by default protects bond information during FOTA. In earlier SDK versions there was something called preserved pages right below the bootloader...
Hi, Im using this library, https://github.com/NordicSemiconductor/Android-BLE-Library/, Everything works great except the disconnect part, I need to press the disconnect button...
I had setup nRF sniffer with below software and hardware, but the Wireshark seen unable capture BLE data.
nRF Sniffer software nrf_sniffer_2.0.0-beta-1_51296aa.zip ...
I had setup nRF sniffer with below software and hardware, but the Wireshark seen unable capture BLE data.
• nRF Sniffer software nrf_sniffer_2.0.0-beta-1_51296aa.zip • nRF...
Hi,
I have been working through the examples for DFU with the nrf52832 dev kits from the SDK (nRF5_SDK_15.0.0_a53641a) from this folder:
...\nRF5_SDK_15.0.0_a53641a\examples...
Hi, Guys, I have problem with my nRF51822. I built the ble_app_uart project in the SDK v6 and and flashed it on the mcu using j-link and I also flashed S110 SoftDevice version...
Hi Sirs:
I've searched 52840 specifications and devzone, but there is no related information about the maximum external flash size could be adopted on 52840.
Would you...
I'm attempting to use PPI and Timer2 on the NRF52810 to count the clock pulses coming out of the SPIM driver. As there is no way to do this internally (as far as I know) I...
Hi,
I'm using a nrf52 as pheripheral BLE in embedded system with sensors. I need a ble central to receive the data from the sensors by connecting to the nrf52. I'm trying...
Hello, i am trying to store a lot of informations in the flash in order to do this i separated my data in several arrays. I want to store all my arrays in with the same file_ID...