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 have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I was finally able to get a project to build using Zephyr command line by placing the project within the "ncs" folder where "west build" was recognized. I haven't been able...
Hello everyone,
How to enable TWIM1_NS in an non-secure application?
The option available in "Configure non-secure peripherals" in menuconfig appears only the TWIM2 option...
Hi ,
I am using the code that is built-in and I want to know about the Security manager. I want to see the encryption is enabled or disabled. What is the command? If I want...
Dear Community;
I am trying to read serial data sent by a PMS 5003 in hexadecimal. If I connect the PMS 5003 to a conventional serial device (Raspberry) this is what I...
Hi, I've recently updated to the latest NCS repo. I'm not entirely sure what version of NCS i was on before (perhaps if you could tell me how to check - as i made a copy of...
Hi, I am following the below link for creating custom services/characteristics. https://github.com/bjornspockeli/nRF52-Bluetooth-Course 1-I have added the notify part but...
Hi,
I am working on the MG996R servo and MG90S with nRF52840.
I am using the following delay logic to operate MG90S. (As per datasheet)
MG90S is working perfectly fine...
Hi ,
Just one question.
I am trying to create services using hrs examples and its useful.
Currently one question I have that ,
the battery indicator is only notifiable...
Using: Windows 10, nRF Connect v3.5.0, nrf v1.3.0, zephyr v2.3.0
I have a board based on the Thingy91 and the Asset Tracker application. I verified serial console output...
I want to quickly send up to 100KB of data to a connected smartphone and then disconnect to save battery.
I have most of this working using the NUS service but today I noticed...
Hi Team,
I would like to perform the DFU without using the nrfutil and OTA update. Is there any way to perform DFU without the nrfutil.
Our requirement is - We have...
Hello,
i built a SPI Master example based on this: SPI Master example
The example is a bit outdated and needed some rework and fix to work. I don't know if i am missing...
Hi.
NRF52832 is used as central for connecting with phones as peripheral. NUS service is used. Lesc is used too.
SDK 17 SoftDevice S132 V7.0.1
I have sometimes crash...
Hello,
From some time now i have been tryng to start developing an app, but i encountered a problem where the board does not connect, or does not find a provider from the...
Hi,
My goal: F lash hci_usb in my nRF52840 Dongle, so that i can use Bluez stack in my Linux host and nRF dongle as BT controller.
Build status: Success
Flash : Failed...