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,
We are integrating the nRF52840 into a new test apparatus and I am using the nRF52840-DK for development. I have pulled out my unit from storage and it will not power...
Hi,
There was an app timer immediate expiration issue with my project which is using nrf52840 + S DK 15.3.0 on custom board.
So I changed apptimer code to app timer2...
I was wondering why the RSSI Viewer Values are locked to a minimum of -33 dBm. Is there any reason for that and is there a workaround to get lower values? Currently I am using...
Hi,
I currently need to stream 1000 data samples over BLE, each data sample is 14 bit value, hence i'll be using a short integer but i'm confused as to how to send it over...
HI,
we are using the nrf52840 in our new poroduct and we are running the zephyr/ncs RTOS on it.
for real time reasons I need to read from a SPI bus upon a GPIO trigger...
Hi all,
I would like to ask whether is there any details description of the matching network circuitry of NFC for NRF52840 in the datasheet.
The only information I could...
Hello,
I am following the instructions given in this ticket https://devzone.nordicsemi.com/f/nordic-q-a/57896/pdm-interface
When I call the nrfx_pdm_enable_check() the...
Hello,
We are developing wearable devices. 17 sensor terminals send data to the receiver at a frequency of 60hz per second. The data sent by 17 sensors at the same time...
Hello,
I'm interested to know whether the continuous integration and continuous deployment (CICD) is possible on nrf52840 board using Segger Embedded Studio ?
if yes,...
Hi
I currently have a nRF52833 DK which I am using as a transmitter. I also have a custom board with a nRF52811 SoC with an antenna array to act as the receiver for AoA...
Hi,
I am trying to add PWM in my application. My application uses application timer, SPI (my own written code just like CMSIS) and BLE for smartphone communication.
Everything...
I am trying to integrate buttonless DFU with FDS in ble_app_uart example from sdk 15.3.0. Merge hex was done properly which includes bootloader_settings.hex+bootloader.hex...
Hi developers and researchers,
I am working on a project in which multiple nodes are communicating with each other in p2p manner.
My goal is to implement a multiple access...
In the AWS IoT example I have been trying to add RSRP support (i.e. getting RSRP when sending my data packet).
I registered the handler/callback function in main after modem_info_init...