Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
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...
Hi,
Every now and then we have to fix bugs in nRF Connect SDK. Some of the bug fixes are of general interest. What is the process for contributing fixes to Github?
BR...
Debugging in Segger serial example from mesh
It runs and responds to commands, but when paused or hits breakpoint - single step or continue gets to address 0xa60, continue...
While setting u p a sample project in SEGGER Embedded Studio, following error is encountered
All the previous installation steps were successful and verified.
Please...
Hi,
I am trying to implement SPI slave on NRF52810. I added nrfx_spis.c and enabled below macros in sdk_config.h
NRFX_SPIS_ENABLED and NRFX_SPIS0_ENABLED to 1
Still...
Hi all,
I am using SDK 15.3 with NRF52811 chip.
My application include app + bootloader.
In my application, I use flash area from 2E000 to 2F000 for save my user data...
hello
i want to create for the need of my project a thread border router as simple and compact as possible.
i have seen the implementation using a raspberry pi 3B as the...
Hi,
I followed this guide to send data to the GCP using the Thingy:91 : https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/how-to-connect-nrf91-to-google-cloud...
Hello,
i'm trying to set the automated test script as described here:
https://github.com/NordicSemiconductor/Android-nRF-Connect/blob/master/documentation/Automated%20tests...
Hi all,
I am a newbie in ble and also nordic. I have an application need that would do some lowfi sound data transfer which 16 bits at 14k sample rate from central device...
Hi,
Good Day!
Statement of problem: Currently we are using app_timer in our application for conducting the user behavior. For example, for user input off of capacitive...
Hello, everyone. I am newbie in use the Power Profiler Kit I followed all the steps as described in PPK User Guide v2.2:
1 - cut traces on the DK (SB40) 2 - installed the...
Hi,
I am porting a BLE program in nRF52832 EVB, and it can work correct.
The system will not work when I want to remove 32KHz crystal from my own real board.
Would you...
Hi,
So we are currently debugging our custom nrf52832 board. It is equipped with both a 32.768khz and 32Mhz Oscillator, which both SEEM to work.
I tested both using the...
What happens if I read an SMS data from a modem a while, let's say 10min, after the modem receives the SMS?
Does it keep the SMS message inside? What if several SMS messages...