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 trying to run the A-GPS sample program but am encountering a bit of difficulty with the SUPL code.
I had to modify the LTE connection code to allow access...
Hello,
I am using nRF51422 DK running on SDK v12.3.0. I am migrating the project examples/ble_central/ble_app_uart project from Keil uVision to Segger Embedded Studio using...
Hi,
I am trying to toggle one pin via PPI when receiving event on another pin - code snippet below:
#include <stdbool.h> #include <stdint.h> #include "nrf.h" #include...
Hi,
What is the fast way to stream data from NRF52840
1) Using USB interface and virtual com (CDC)
2) Using UART interface and extenal converter as DTFI
Please Advise...
Hi,
I use SDK16 and S140 softdevice v7.0.1. I try to send a binary file from mobile to nRF52840 (PCA10056). I download examples\ble_peripheral\experimental\ble_app_ots project...
Hey Guys,
I am trying to send a mesh message to a group address using nRFMesh application in IoS. After accessing the Groups tab, it is showing as "No models configured...
Hi there, I'm trying to build the IOS-nRF-Toolbox, with the hope of using it as the basis of our app. But, I cannot build it with the following errors:
/Users/admin/Documents...
I know there is Current consumption common conditions in the datasheet. (table19. nRF9160_PS_v1.2.pdf)
There is VDD level but It's not described the VDD_GPIO level.
1...
Hi,
I am following the tutorial https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader...
Hello,
I really find this tutorial useful and substantial. I followed the steps in downloading the github projects but I got the following errors when compiling (Note: I...
Greetings everyone,
I am a beginner in this and would like to ask for help in reading battery level.
Battery info: 3.7V, 100mAh, 0.37wh.
I have tried to read on the...
hai ,
i my application i need to update ota over serial . i m using nrf52840 and sdk 15.2
step 1 : at first flashed uart boot loader code on my board
step 2 : updated...
Hello
I am testing connection between nrf51 dongle and my BLE keyboard using heart_rate_collector sample.but there is an issue with on_service_discovery_response.
my BLE...