I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
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...
Hello.
I used to download (& install) nRF Command Line tools from terminal with this command (in Dockerfile, but it doesn't matter)
Since you've changed the...
I found half of the information I was looking for (minimum voltages) from: https://devzone.nordicsemi.com/f/nordic-q-a/47546/nrf9160-enable-pin-voltage-specification W hat...
Env: SES, nrf52 DK, Linux
Hi
I need to define a buffer (array of structure) in order to buffer readings. If i have more RAM I should create a bigger buffer if I have...
We're using the nRF52832 as a peripheral and server. A central and client (tablet) connects to the nRF52832.
Yesterday I noticed that sometimes the tablet will try to perform...
Hello,
I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
What for this macro HWFC...
Hi, I'm looking for a PCB antenna design for nRF52832 based on 0.8 mm thickness four or two layers stack up .
I found some examples but based on pbc of different thickness...
Good morning,
I'm designing a new product based on the nRF52840 device (s140) and power consumption is one of the key parameters for my project.
The equipment (peripheral...
I'm debugging some corner-cases with my own DFU process and Bootloader. I believe I hit a race condition in which sd_mbr_command() was called before the source of the new...
I am trying to make a service discovery on a peripheral device using a nrf52-DK (pca10040). I built my project around the multi-discovery example from SDK 15.3.
When performing...
Hey all,
I'm trying to replace the nrf_cli_uart transport layer with the CDC ACM equivalent (nrf_cli_cdc_acm), since I have an nrf52840 dongle and can't use the uart libraries...
OS : Ubuntu
SDK: 15.3.0_59ac345
Base example : peripheral/saadc
HW : nRF52832 DK PCA10040 1.2.1 2017.49 682663245
Hello, i would like to make sure the ADC acquisition...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I want to check for debounce of a level on...