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 Nordic When the BLE is connecting, the fs_event_handler hasn't any callback after doing nrf_fstorage_erase or nrf_fstorage_write.
It seems like the storage (nrf_fstorage_is_busy...
Hi,
I noticed that there were changes in some of the priorities in SDK config - these defines were changed from 7 to 6.
NRFX_CLOCK_CONFIG_IRQ_PRIORITY
NRFX_GPIOTE_CONFIG_IRQ_PRIORITY...
Hi Nordic Support,
I am currently developing an IoT application (battery powered, cellular device with a few sensors connected). I have spent the past year building the...
I've read a lot in different posts about this but still fails to wrap my head around this.
We have a device using GATT with a few services, each with a few characteristics...
I am investigating Bluetooth mesh examples, which you presented, and I faced with incomprehension with initialization of struct bt_mesh_elem . Can you explain the meaning...
Does Nordic have an examples for implementing symmetric encryption at the BLE application level? I'm trying to understand how best to start because the Bluetooth LE security...
I have a setup where nRF91 and nRF52 on nRF9160 DK have to exchange ASCII strings over UART. nRF91 runs Zephyr and nRF52 - nRF SDK for Mesh.
When nRF52 is unprovisioned...
We are using mesh SDK v3.2.0, nRF SDK 15.3, nRF52840 DK and SES as our IDE.
We had a mesh network with around 5 devices and after a while 2 of them just stopped sending...
Hi,
We are developing the product based on nRF52840 Chipset for BLE Application. We are using the Segger Embedded Studio ( SEGGER Embedded Studio for ARM Release 3.52a)...
I implemented some NonSecure Entry functions in my app and I've noticed that if I check an object using the cmse_check_address_range intrinsic that the check fails if the...
Hi,
I have Six services in my project to be advertised and make available to the user at a time.
first I have faced problem while advertising two vendor UUID's.I solved...
Hi! I'm planning out the connection of a micro-SD card through SPI to the nrf52840. I'm reading through the documentation and when powering the nrf using a Li-Po through VDDH...
I am trying to add a bootloader to my application which I have currently running on an nrf51822 with SDK12.3.
The first problem was that the examples from SDK12.3 do not...