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...
We are designing our own board based on the nrf9160. Is there any boot loader in the nrf9160-sip, to load over a serial line? Or do we have to realize the SWD interface, to...
software:nRF CONNECT SDK 1.6.1
CPU type:nrf5340
module:uarte
hi professor,
I want to trigger receiving interrupt when receiving timeout.I see the product specification...
Hi all My device requires NB IoT network to work. I received a SIM card from a local operator (Vodafone). For tests, I use the nRF9160-DK board and the at_client application...
Hello nordic team, The Asset Orientation data is sent only once after starting the device. How can we explain this behaivor? I have asset tracker v1 on the device. i would...
Hello,
the lasered 2D code at the IC case contains what data?
We read the 2D code via barcodescanner and we get follow data:
1419HYQ0A70304
1419HYQ0380105
What is...
Hi,
I'm using uart driver on nRF52840. The APIs only support 256 bytes in length (TX). I wonder what I should do if I want to transmit more than 256 bytes at once?
Thanks...
Hi,
I would like display all keycode azerty Keyboard, I started to use uart_event_handle() and I modified send_key_scan_press_release() for the modifier position key [MODIFIER_KEY_POS...
Hello,
I am developing FW on NRF52840_DK using nRF SDK Connect v1.9.1 for a BLE Peripheral as a Reader.
The Max Application Data Size (Tx, Rx) to be supported for Mobile...
We are using nRF9160 DK for tests (as well as nRF9160 on our custom board) sdk 1.9.1. Our product requires getting coordinates and for this we use AGPS, GPS and Cellular Position...
Hi Team,
I have nRF52 DK PCA 10040.
PC: Windows 10 pro
IDE: Keil uVision 5
Working with nRF5 SDK 17.1.0 with S132 soft device .
How to resolve this Fatal error...
Hello,
I am developing FW for a BLE Peripheral on NRF52840_DK using nRF Connect SDK v1.9.1 on VScode.
So far, Peripheral and Client are able to connect and exhange data...
Hi All.
Can I know the minimum Flash & RAM memory I need in my module, to run an specific example source file, from which I have the following info:
Thanks.
Juan
Hi I want to advertising with NRF52840 DK, I do tutorial explanation and for PCA10056\S140 after load main.c it compile without any error and warning but I cant find any device...
Hello,
We are developing an application based on nrf52840.
We have succefully made transactions with advertisment packets, including also Gatt service with read/write...
Crawling up the learning curve here, doing my best to solve my own problems, but I'm down to just permuting things on this one and I'm not making much progress and all the...