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 guys,
Is it possible to read the data in Minicom if my device is not connected directly with my laptop. Instead of that, I connected my external voltage source to supply...
Hi, I am using the nrf mem_manager library for allocationg multiple dynamic memories in my code. I have done the following
All the devices are getting the allocation for...
I am using a custom board based on nRF52840. Application is working perfectly, and then a new feature was requested. I need to count the number of minutes the application...
Hello guys,
We are developing a device that will based on nRF9160 SiP. We use nRFConnect SDK v1.3.0 . The goal would be to connect to AWS IoT through MQTT and exchange messages...
Hi,
In one module of an application I would like to statically declare a large buffer in SRAM: static uint8_t largeBuffer[65536];
The application fails to link with the...
Hi,
I have been implementing the GPS on my thingy:91 with the firmware v1.2.0
I'm able to do a cold start and get a FIX is if in do not move the board for around 100...
Hello,I am using SDk14.1.Sometimes w hen I send data to nrf52832 via serial port,the code prompted me "APP_UART_COMMUNICATION_ERROR".And t he value of the ERRORSRC register...
Hi, I am trying to perform an OTA DFU of SD + BL on nRF52840, upgrading the SoftDevice from 6.1.1 to 7.0.1.
I have been able to do a DFU of application only, and it works...
Hello everyone. I have the following issue: I would like to connect some Nordic Thingy:52 nRF6936 devices in a mesh network, using the application nRF Mesh . In theory, the...
Hi,
We are in the development stage of a project using NRF9160. We would like to know which one is the stable version of NRF connect SDK. In the , git we can see tags like...
I have a non-secure app targeted at the nRF9160-DK platform and use SPM as the secure app. I can apply a device tree overlay to SPM to enable peripherals from the non-secure...
Hi,
We are creating an application that requires LTE connectivity, GPS and communicating to a server using HTTPS. We used the HTPPS client example as a starting point and...
Hi,
I'm quite new to the nRF environment and am trying to run one of the nRF5 SDK examples (ble_peripheral -> ble_app_uart -> pca10056 -> s140) on a custom bord with BT840...