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...
I'm trying to use an MMA8652FC accelerometer with the nRF52832. When I call the function nrf_drv_twi_tx() the board hard faults, stopping in <SDK>\components\libraries\util...
In the case that I used custom board, I used bootloader_secure to OTA; but after OTA, the program doesn't jump to the application, even app nrf connect notify Sent Successfully...
Dear Community;
I am running some current measurements on the NRF9160 DK. I am following the manual instructions:
1.-I am powering the NRF through external power supply...
Aim: transfer large data coming from UART to nRF52832 over BLE 5.0 as fast as possible. Want to use 921600 baud rate in the case given below.
Scenario:
SDK: 15.2.0 ...
I have created an out of tree board folder following the same pattern as the Nordic PCA10090 and that is working as expected. What I would like to do now is have 2 versions...
nrf52832 sdk16.0
my program initialize as below:
advertising_init(m_advertising_data_init_array,10);
adv_scan_start(erase_bonds);
scan and advertising is ok,but when...
Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12...
Hi,
we would like to use a production ready open source RTOS with our nrf52840 development under Linux (with eclipse or visual studio code).
We have tried with mbed...
I am using nrfmesh android app. I have configured a mesh network. exported network. then reinstalled app and connect to network. then tried to read state of device, then get...
A mesh node contains multiple lights.
Assume a light contains 5 Elements (Main, Temperature, Hue, Saturation, Light LC). Each light has 30 model servers implemented.
When...
Hi,
I am trying to test ble_app_blinky app. I am using VS Code for the development IDE and while compiling the application using MAKE I am running into Cannot file Source...
We are seeing about 500 uA in sleep mode and we expect to see under 2 uA. We are using an nRF52810 on a BMD-330 module on SDK 16.0.0.
Here's the relevant code...
nrf_pwr_mgmt_run...
Hello all!
How can I get the current count of a timer without stopping it?
Right now I'm doing like this:
_timer_base->TASKS_CAPTURE[channel] = 1; uint32_t counter...
Hi,
I am no programmer, but I wanted to try the Wake-on-NFC example on the 52840 dongle (I soldered an NFC flex on pins P0.09 and P0.10). I have downloaded SES and nRF SDK...
I want to connect heart rate sensor and bike power sensor together. I config channel 0 for heart rate sensor,and channel 1 for bike power sensor. Ant work well when both sensors...