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...
Dear all developers:
I want to use whitelist on central mode,and using SDK12.3.0. I have see some call be used like this:
pm_whitelist_set(whitelist_load())
p m_device_identities_list_set...
Hi,
We are working with SDK 15 with the HRS freeRTOS example. we did some modification to the advertising modes so that we advertise on fast mode for 1 minute and after...
Hi,
I'm using nRf52832 with SoftDevice S132 V3.0.
I found that I can exclude a bluetooth channel from the map by function sd_ble_opt_set .
But how can I tell that a...
When I compile the project (nrf5_SDK_for_Mesh_V2.0.1) exemple: Light_Switch....... there is an error that appears
#include "boards.h" --> (no such file or directory) Why...
I'm using SDK mesh v1.0.1 and nrf51822 S130 for mesh application. Light switch example is working fine. Now I want to add a twi sensor in server side. My doubt is in mesh...
Hello,
First, the current of the advertising frame was too high (around factor 2) and I have switched on the DC-DC to correct for that by inserting sd_power_dcdc_mode_set...
Where could i get the apk of thingy 52? it's hard for me to log on the Google play to install it because my phone didn't have GoogleServicesFramework, could anybody send me...
I am working on RTLS project. In beacon i am advertising battery life and temperature along with minor number and RSSI . I am merging battery strength and temperature in major...
Hi!
My setup:
* nRF52 DK
* nRF5_SDK_15.0.0_a53641a
* s132_nrf52_6.0.0
* SES V3.34b 64-bit
* android ver.8 smartphone with nRF Connect
I have implemented the...
Hello I'm using a macbookPro 2016 which only has usb-c and I can only connect the dk through a usb hub.
I have already installed the nrf5x-Command Line Tools for OSX but...
Hello everyone, i'm currently doing a project with nrf52832 and i just came across a problem. I configured 3 pins as output, then i set 2 pins to high and 1 pin to low. But...
I would like to implement UARTE.
· Nrf 52 · SDK15 · S 132
The big advantage of EasyDMA is that it does not issue interrupts for each byte received. In nrf 51, "app_uart_get...
Dear Sir/Madam,
Normally battery level notification is only one byte. But I need send byte array of 58 bytes through battery level notifications in my project. I have to...
I am developing my code in a custom nrf52832 breakout board. My code was modified from the example "ble_app_uart".
I find a high current issue with UART. The current is...