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...
iPhone 8 Plus with nRF connect App[iOS], does not shows BLE 5 beacon in scanning, it only scanning BLE 4 beacons, In Spec of phone it shows it support BLE 5
nRF connect...
Hello,
I follow the nRF Connect SDK on a Windows 10 x64 computer and it's a crap. I get a lot of errors like this one. It's so crappy that I doubt that I will continue with...
Hello,
I am not able to send a command from the BLE (52810) to a DSP over UART which are on my custom board. I have modified a program that uses UART for logging purpose...
The s132_nrf52_7.0.1 documentation says: Call stack: The SoftDevice uses a call stack combined with the application. The worst-case stack usage for the SoftDevic e is 1.5...
Hi,
I'm trying to implement the Current Time Service example in the SDK.
I downloaded the nRF Connect Desktop App for Windows.
I want to clarify how the example works...
I am doing a program based on Current Time Application example. But I have a few questions, so I hope you can help me. First, I am using Battery service together. By the way...
Hi,
In our current project we use nordic NRF52832 ble to send some data(~200 Byte / packet) to host, we expect each transmission to be done within 10ms, but results from...
Hello. nRF52 A custom board is being developed. I want to use Crypto Chip Pulse to encrypt. Pulse_Out of Crypto Chip is connected to P028/AIN4. In order to measure Pulse,...
I'm using \nRF5_SDK_15.3.0_xxxxx\examples\peripheral\usbd_ble_uart example to use two communication links. Missing echo on the USB virtual COM is a small frustration. I've...
Hi NordicSemi
I have a project where we receive data via the UARTE. To avoid missing data caused by higher prioritized tasks we want to use the DMA facilities.
nrf52832...
Hi,
i want to flash programs with the Segger Embedded Studio to my Thingy 91. I already am able to flash hex files with the nRF Programmer to the thingy 91. I installed...
In addition to (obviously!) a 52811 chip and a BLE beacon, what additional hardware would one need for reasonably accurate location tracking of a BLE tag/beacon? I'm generally...
Hello Devs,
I have enabled NRF_LOG in my project, but I would like to disable it in, for example, the main.c file, but keep it working in others files.
at the moment...
Hi all, I am stuck with a simple but weird issue. It's driving me crazy for the last few hours. I am using a PCA10056 DK. I am somehow unable to do a simple digital pin read...
hi ...
I am working on mesh 3.1 version . I have used light switch example . In this case , i am sending the character in generic_onoff_set_cb , and changed from bool to...