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...
I am trying to figure out how to configure my peripheral such that when a central client tires to enable the service changed characteristic that it succeeds. I am desperately...
I'm working on an application where I will need to initialize the modem, send/receive messages and then turn it down to low power until the next checkin. I did a real simple...
I have read that at each connection event master will send the first packet (empty payload).
In a case where slave latency > 1, the slave will not be listening to master...
Hi devs,
It is not a real issue it is about a possible misconception about app_timer
For my application, I am using multiples timers using app_timer_create. From my understanding...
So I'm coming to the nRF52832 from a couple decades worth of light occasional programming, mostly data analysis and scientific computing in nature, and primarily in C/C++...
Hello,
In my setup, I have 5 clients (buttons) that all report to the same server (lightbulb).
I'm using the Mesh SDK 3.2 light switch example with static provisioning...
Hi everyone, I successfully followed all the steps of the Getting Started Assistant on Windows 10 x64, but I am unable to open the Asset Tracker project because of some errors...
Hello, I was building the asset_tracker application in segger_embeded_studio v418 on Mac OS. I am using master branch( because we need real gps data), however, I encontered...
I know that master sents "LL_CHANNEL_MAP_REQ" to slave to indicate that there is a new channel map. I want to know does master keeps on doing channel sensing to know which...
Hi,
I am using SDK15.3 and nrf52832. I am using multilink central example to connect to my peripheral device. I have one peripheral and one central device.
As soon as...
Hi,
I am using below setup
nRF52 Development Kit
pin_change_int_pca10040 example application provided in SDK
Segger Embedded Studio on Windows 7 64 bit
I have...
I've been trying to get debugging working with the STLinkV2. I'm not able to step into code whatsoever, when I pause execution it appears t PC is at:
Info : halted: PC...
Hi,
I'm creating a low power thread node with the thread stack.
I'm experimenting with the scheduler to make my system as low power as possible.
I wonder how many...
Hello:
I am using the nRF52832 DK, QDEC peripheral. We are developing an encoder for a customer and are using the DK for development. Since our encoder is not ready yet...