Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hi! I have multiple peripherals and centrals that I want to manage connections to. From the peripherals perspective, Is there a way to filter which centrals can connect to...
Hello,
In an nRF52840, NCS2.7.0 application (based on BT NUS shell) I need to address the following case:
UART Interrupt handler monitors incoming bytes
A working...
Hi,
I am using the Thingy:91X device and can see the updates appearing on the hello.nrfcloud.com web application, but I would like to have access to the 'device' via the...
Dear Nordic Team,
i found many old posts about MQTT-SN being implemented for other protocols. Is there any chance to get MQTT-SN for Zepyr for the nrf9160, because we want...
Working through the dev academy exercise, it appears that the sample code does not wait for the conversion to complete before reading out the sample:
https://github...
I am trying to communicate with multiple devices simultaneously using NCS2.8.0 and ESB. For this reason, I need to switch communication channels quickly.
I understand that...
I am struggling to get DFU over BLE to work with any of SDK versions 2.7, 2.8, or 2.9. Is there a simple example application anywhere? My main application is pretty basic...
Hi, we have been experiencing breaks occurring when we have not set a break point.
We are debugging using a Jlink Base.
This has been happening for some time from V 2...
Hi,
Is there a sample project about it?
When I develop software emulator still work on flash? Correct?
How it works that at startup it mcuboot does not copy the nor...
We've been evaluating the nRF9160 and nRF9161 for potential use in our project for about 4 months now, but the process has been challenging due to documentation flaws and...
Hi Support team,
I met a strange problem on my IoT device, which provided a BLE service.
One month ago, I could use nRF_Connect_APP with my mobile phone(phone_A) to find...
Hi,
I was suddenly getting a EPERM error on nRF Connect for Desktop. I have uninstalled and re-installed. I get same error, plus Jlink now is showing a error at installation...
Hi,
We're developing a device based on the nrf52840.
We want to read LC3-encoded files on the filesystem, decode them, then send the data to the i2s peripheral. However...