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...
Hello,
So I assume VDD is from USB or the battery depending on whether USB is there or not. So, when the SAADC outputs ~3.258 V (in low power mode) that's fairly correct...
I need to measure with SAADC two channels in the same time (NRF_SAADC_INPUT_AIN6 and NRF_SAADC_INPUT_AIN4).
Is possible ?
Have you an code example?
Thanks
Marco
Hi,
I used a nRF51 dongle (PCA10031) wit the nRF Connect (v3.3.0) Bluetooth Low Energy application to communicate with a MBN52832 development kit. This works great until...
Hello:
I am looking for the best way to capture the SD and application error/fault(s) so that when the device is restarted, the data can be transmitted to the central...
Hi
I have installed the toolchain according to the getting started assistant, nRF Connect SDK v1.1.0
I try to load the asset tracker application in Segger with CMake_lists...
want to add UART communication to nRF52832 with mesh enable.
I have added,
nrf_drv_uart.c
nrfc_prs.c
nrfc_uart.c
nrfc_uarte.c
files into nRF_Drivers folder...
Hi,
Let's say I have a network with 5 NRF52833-DK and 1 smartphone with the NRFMesh App. How can I achieve to sniff all the ongoing packets in the mesh network on the smartphone...
Hi,
I have a customise board which has nrf52832 chip inside. I want to establish a secure connection between my 2 customised boards but I dont have any button or display...
Hi,
We are currently in development of a custom board with an nRF52840. I'd like to check my IO pin mapping using an IDE if possible, but I was unsure if Nordic or its partners...
Hello. I am using a Nordic Semiconductor Beacon (nRF 51822) and i am trying to connect it to my Raspberry Pi 4, but even though i installed Bluez, scanned using hcitool, i...
Hi,
I have nrf9160 DK. It is ok for ibasis SIM card. But if verizon SIM is used, there is no TCP/IP connection.
I tried to set APN by using:
AT+CGDCONT=1,"IP","vzwinternet...
Hi,
I'm trying to deploy the example program, cifar10, from CMSIS-NN library on NRF52. The issus is I compiled and downloaded it to the board successfully but when I try...
Hi,
I'm trying to combine serial UART functionality into the USBD_BLE_UART example. The goal is to send data in/out to the hardware UART as well.
I started off by loading...