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...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
I am developing firmware for a BLE peripheral using ncs v2.6.1.
In addition to using the libraries introduced in nRF Connect SDK Fundamentals and BLE Fundamentals on DevAcademy...
Hi,
I am considering to build a line of products using the nRF 5340 product and I am considering the options to perform FOTA.
So far the option I learned from the Intermediate...
1. What could be the reason why streaming is not synchronized even though the connection is established?
2. Where in the source is the important information for connecting...
Hi there
I want to measure the accuracy of the 32.768 kHz oscillator connected to a nRF5340
I have tried a lot of other devzone tickets, but most of them are too old or...
Hi ,
nRF52832 using pairing connection with Android phone,after repeatedly disconnect and re-connect ,after several minutes will maybe make the phone's bondibng information...
Hi,
I have now sync the transmit of nrf IC to communicate with tas2781 audio amplifier. at this moment I'm working on the feedback measurement read of the I/V measurement...
Hello, nordic team
I have encountered unusually high power consumption in a simple GPIO edge interrupt application running on a custom nRF9160 board. The application is...
Hi there, I have an nrf52840 DK and I wonder if it is possible to upgrade my own application firmware via fwupd tool on Ubuntu.I want to successfully upgrade the development...
Hi Support Team
We want to implement multiple beacons in one chip, for example, one beacon carry battery level and the other carry sensor data, and we want the beacon...
Hi everyone,
I fill a bit surprise but I don't understand who the speed of the gps is working :
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications...
Hi, can someone provide an example of reading the device ID from an QSPI flash (NOR)?
I'm trying to get it using my NRF52840 using the nrf sdk17.1 with the flash IC AT25FF081A...
I see in the datasheet that the NFCT peripheral supports wake-on-field, but the application I'm interested in is to upload/emulate an ID number to the NFC tag, and then hours...
Hi
I need to reball some aQFN73 nrf52840 devices and I couldn't find the specific ball size in the product spec document Nano_BLE_MCU-nRF52840_PS_v1.1.pdf
Can someone...
Hello,
We are currently working on a project where we need to sample a frequency input on a GPIO pin up to 6MHz. I have tried GPIOTE and TIMER with a PPI channel, but can...