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...
My apologies if this question is not appropriate to DevZone, but I am supposing there may be some relevance, and possibly someone with a similar problem. I have made a web...
Hi Nordic Team,
Please suggest the variables or parameters to be enabled to perform scanning and advertising in the sdk_config file. Please help as soon as possible.
Thanks...
Hi Nordic Team,
I'm using nRF52832 DK.
Please suggest any example code to read GATT service(Device information service) by a central device. Please help as soon as possible...
Hello, recently i have my computer changed to a new one with Windows 10. So yesterday i have performed an fresh new install of NCS and Segger with [ Getting Started Assistant...
Hello, I am compiling an application to be flashed onto a nRF52810. I am using Segger Embedded Studios and the nRF52 DK to develop the application. I want to read values from...
Hello All,
I have nrf52810 chip. using softdevice 6.1.1
I have implemented dfu feature.
Now i have implement tx power change feature through nrf connect mobile app...
Me and my team have been working for a couple of months on a custom firmware code for nRF9160 on a custom PCB, based on mqtt_simple and asset_tracker which basically reports...
I have been working to get the secure_bootloader examples to run on the NRF52832_XXAB (QFAB with 32kB RAM and 256kB Flash).
Apart from the fact that I had to change the...
Hi,
Good day!
Problem statement:
TSM12 Capacitive touch sensor IC (I2C com supported) is used in our application. It has got 12 output channels and Channel 1 is a parallel...
I am trying to send a string from the board through uart to the PC(windows) through usb-ttl. I tried using adruino and was able to successfully execute it. but when i tried...
Hi,
I've used the 'Getting Started with nRF9160 DK' tutorial to setup a development environment, I have a problems with loading asset_tracker project. My output:
Loading...
I understand there is a hard fault happening in the SDK. I am using SDK 15.3.0, I am not on a sdk example, but on a specific program I am doing I can't share. It happens a...
Hi,
I added a small shunt resistance to see current consumption of nRF52832.
I see current ripples when DCDC regulator is enabled, this ripples doesn't exist when DCDC...
1. We are running our nrf52832 based project on Eclipse and are able to compile, build and run the project on our target hardware. So far, so good.
2. Now, in addition we...
I'm working with the light switch server example and nRFMeshProvision example project for iOS.
How do you send arbitrary data to a board? I understand the provisioning process...