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...
I am using a setup with a PCA10040 with the PPK as piggy back. I also use a JLink Ultra+ connected to the "Debug in" connector on the PCA10040. I have cut the SB20,21,26,27...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I had tried to advertise in TLM format (in temp variable) of eddystone value coming from sensor ssts751 integrated with my devkit but not getting correct. Please suggest me...
I use nRF5340 DK as Central, iPhone as Peripheral.
I start a scan with no filters and in scan_filter_no_match() I check if RSSI is good enough " RSSI > -40 " and initialize...
Hi all,
I am currently developing on the development board nRF52832, SDK16.0 and SD132v7.2.0.
My development board acts as a slave, while an app that tries to connect...
Hello,
I'm struggling to understand the available RAM size in that chip.
After reading the product specification v1.7, the RAM specification is described as follow:...
Hi,
1. When nRF5340 has no power supply, adding 3.3V power supply to the digital IO port will produce voltage drop.
2. Why does the voltage drop occur?
3. What is the...
I'm trying to port a project from nRF52832 SDK15 to nRF52833 SDK17.
As a first step, I'm trying to get the HRS sample to work, as my other project was based on it. So far...
Hi,
I am trying to decide whether to go with the NRF5 SDK or NRF Connect SDK for use with the NRF52840.
From the compatibility matrix documentation at Infocenter, I can...
Hi,
I'm looking for a solution to update my program with BLE. I need to do it with a mobile app developped in Flutter. I found the Flutter library to flash the Arduino ...
I have a master device and a slave device. The slave device has 6 characteristics, 4 of which are notif. I need to use the master device to obtain the data of these 4 characteristics...
Hello,
I have just bought a nRF5340-DK. My board is labeled 2.0.0, and appears to use a 2nd nRF5340 as the debugger. I am trying to use TF-M with a Rust application. So...
I'm using Linux 20.04. I have been following the manual installation guide for setting up the nRF Connect SDK and also nRF Toolchain
in my .bashrc file:
export PATH=$...
Hello , I am working on a project, Which which currently working fine , but my job is to add some feature to it. So it is a Mesh application i need some kind of custom sleep...