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 Team,
I hope you are doing good......
i am using nrf51822 Device, the SDK version is 12.3.0 in the windows pc with keil version 5.26.
Here i am planning to send...
when I call ble_nus_send_string,I got the error, error code is 0x00003003, Then I find error define like below
#define BLE_ERROR_NO_TX_BUFFERS (NRF_ERROR_STK_BASE_NUM+0x003...
I tested BLE mesh example. I have 4 boards 1 nRf52832 and 3 nRF 52840
1 board as client(nRf52832)
1 board as Provisioner(nRF52840)
2 board as server(nRF52840)
i loaded...
Hello
I'm trying to use the secure bootloader from the SDK Examples. It worked all fine with downloading and the example package.
But if I try to make my own application...
I am trying to come up with a BLE solution for a Linux based audio project. The Linux target would function as a hardware appliance and as such would appear as a BLE peripheral...
Hello Community,
I have been trying to avoid asking this question here (it may be trivial) but I guess the answer will help other people as well.
In the ATT_MTU throughput...
I was on Instagram, and I won a green nordic 52 from Nordic. I got it, became frustrated because I didn't have a JTAG debugger, and flashed espruino onto it with nRF toolbox...
Hello,
I have a question regarding the correct way/good practice of programming with the use of SPI. I am using SDK 15.0.0.
I've written some code in a source file peripheral...
hi.........
i am using nrf52832 and segger 15.2
i am merging the two programs in order to send the data through ble to phone(uart app)
i am getting the error
undefined...
hi !
I have start to program the SPI example to communicate with the BMP280 from Bosch and i have seen good results so i'm tried to implement the code over ble_app_uart...
hi..........
i want to put my peripheral device in sleep mode ? how to do that?
i tried this one , its shows error
err_code= sd_power_system_off();
APP_ERROR_CHECK...