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...
Dear All:
Our team are ready to develop a project with multicentral and multiperipheral
The project topology image lists as follow:
I want to ask how many ram it will...
I know this sounds a crazy question but is it possible to flash a custom nRF52832 board with the same firmware that is shipped with the dev kit and create a mass storage out...
Hello,
I am looking to run the ble_app_uart example from the SDK v17 in nRF only mode on the nRF52840 DK. When running the application as is on nRF only mode, it fails during...
I bought nRF51 dongle from mouser.com. I wanted to put nRF sniffer firmware on it using the guide on the web site. I tried using nRF connect programmer but it can not talk...
Dear all,
I've been struggling with SECUREAPPROTECT register in UICR Flash area on a nRF9160 DK.
I would like to restrict and protect Secure code loaded in Secure mapped...
Hi, we have a custom board using the nrf9160, running modem firmware 1.1, and using the nrf9160_gps driver.
Sometimes we see messages like this:
Tracking: 8 Using: 0...
Hello,
When working with an nrf9160 sample that uses Nordic nRF Cloud and A-GPS, the GPS functions as expected and I am able to get regular fixes. However, when using the...
I have used an nRF 51 dongle for capturing BLE packets on my Mac using Wireshark,, but it no longer works. The only system change that I can recall that might affect this...
While working on some problems, I often find it useful to increment a counter at a line of code, and occasionally log the counter for developer debugging. I'd love to have...
Hello,
I decided to play around with an nRF24L01 chip and I'm trying to get it to work on my Windows 10 computer.
My current issue is the following: I've downloaded and...
Hi. I'm writing my own libraries for nRF52832 and I can't get UARTE to work.
Here is my code.
I'm using pins 6 and 8 as the UART example.
I wrote same code for UART...
I'm beginner with nrf chips.
I have a custom board with ntf52840 module. I connect board to stlink via swd interface, then check:
st-info --probe Found 1 stlink programmers...
I would like to perform observer role scanning i.e. passive scanning. I am using nRF52832, S132, SDK 15.2.0. I am trying as follows.
NRF_BLE_SCAN_DEF(m_scan);
static...
I am using the SDK5 development kit with Segger for a BLE application.
I found the Service for SES but the SDK doesn't seem to include the Pulse Oximeter service.
I would...
We are developing hardware to work as a AirMouse (Gyroscope based working mouse)
I am using SDK16.0 SES
I have seen that HID Mouse example
and i implement gyroscope...