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...
Hi, I would like to share some valuable information regarding the BLE DFU (secure bootloader) and a MESH application which uses persistent storage for provisioning data. I...
Dear all,
I'm using two nRF52 Preview DK boards with the SoC nRF52832 and I'am testing the light switch example with sdk 3.1.0.
For my application I need one client...
MY CHIP is NRF52840, EVB is PCA10056
SDK: nRF5_SDK_15.0.0_a53641a
bootloader use secure DFU example: \nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10056_ble...
Hi,
I found your PDM Working Example. However I wonder what to make of the data I get.
What is the CONFIG_PDM_BUFFER_SIZE_SAMPLES for? Do I get 16Bit Bit-Schemes from...
I am using SDK12.3.0 + SoftDevice S130 in nRF51 DK.
I create 4 channel PWM (+ppi) in timer1 & timer2, because I know timer0 is used by Softdevice, RTC1 by App_timer.
My...
This is more of a Segger question than an Nordic question, but it seems enough folks here use J-Link tools that I could ask here.
RTT Logger and RTT Viewer doesn't log the...
Hi Nordic community
I want only send data using ble app_uart example with out receiving anything. So i tried to send the data that i received from my device to my android...
I am working on the safety-critical system, I have, ON and OFF function, the entire system using UART communication. In which I am using the nrf_queue() and push the data...
Hello everyone,
I have been using nRF52832 module from Raytac ( link ) for my circuit and I got a trouble with sending advertising packages to other master devices. I installed...
Hi,
I am trying to merge working code that places the microcontroller in system_off when a switch connected to pin 16 is opened. It then wakes up the micro controller when...
Hi, I am working on application where I need to store some bigger files. I chose to use sdcard, but I get weird behaviour. Some sd cards, this looks like totaly random ones...
Hello,
I am playing around with the Blinky example on my custom board, where I have one button and two leds. Everything works fine and I can control the LED2 and detect...
I am using the nRF52832 chip with an SDI connected microSD device. I am able to communicate with the microSD card formatted as FAT32, store data, read data all with the FATFS...
I made my own board in which nRF9160 is populated. It's connected to JLink through SWD. SWO is not connected.
I tried rtt debugging and seems to work correctly, but I'm...