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 use a nRF51 Dongle to connect to BLE devices and retrieve some data.
I already tried my scenario through nRF Connect for Desktop and it works, so I assume...
Hi,
I have a SPI sensor on an nRF51822, developed in mBED. To save battery power, I want to disable SPI while in ble.waitForEvent(). The only reference I could find is an...
Hi, I'm using Master Emulator API 2.1.7 and am having difficulties determining where I should be processing an acknowledge packet being returned from the slave after transmitting...
Hello,
I have been trying to have a central/peripheral device read UUIDs and RSSI values from surrounding peripherals using their advertisements and without actually connecting...
And base the nus service ,each peripheral can send message for cenrtal to other peripheral like mess.
I doubt it is possible because this example is base on the LED Button...
I'm building a smarthome application.
IPv6 over BLE not support mesh topology that is quite inconvenience to extend network. My teacher require me that this application...
I am working on custom programming of nRF52832. I have little experience of Preview DK. I took help of examples in SDK v15 and came across nrf_pwr_mgmt.h header file which...
Hi,
My service (nRF52832, peripheral, SDK14.2) works in a control point / response manner:
Command code is written by central to 'Command' char (F901). On peripheral...
Hey guys,
The project I'm working on utilizes the secure DFU bootloader and buttonless DFU.
To get the application working I had to generate a bootloader-settings file...
Hi
I have a sample nrf51822 non BLE program (based on flashwrite_example) that successfully writes and reads flash (last flash page) in a loop, incrementing the number that...
Regarding DFU upgrade, I have the following questions(sdk14.2): 1.nrf52832 will be paired and bound after connecting with the mobile phone, then in the sdk_config.h file NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS...
Hi,
I'm working on customized light switch demo where I'm able to send string data over mesh, I'm using mesh SDK v2.0.1, I would like to have Provisioner node to be also...
Hi,
If I connect supply from laptop using micro USB cable, battery on PDK also gets discharged?
Asking this because in the initial stages of testing PDK battery is working...
Hello, I use nRF52840_SDK_Mesh, when I run the Light_Switch example with the first Client for the first nRF52840 card the 4 leds light up, and it's the same with the Server...
I need add the proxy feature to the pb-remote provisioner. I use pb_remote client example. I have added the proxy feature, it works, but when startes advertising (mesh_adv_start...