Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
Hi,
I was wondering, what is the professional, assembly line ready procedure to program the IMEI on an nrf9161?
So far, I've only found rajeev's post in this discussion...
Hello,
I am using a Raytac MDBT50Q (nRF52840) on a custom board , and I am trying to blink an LED, but it is not working.
"I need urgent help as this is blocking my...
We can get BLE address in adv report: How to get mac address of nearby ble devices? - Nordic Q&A - Nordic DevZone - Nordic DevZone
At that moment, peripheral not connected...
I have download this .zip from the Nordic site. I am a beginning coder and I am using AI to help assist me on my project and learning C code. I seem to unzip the file correctly...
Hi, I am trying to understand periodic advertising and some basic questions:
I am using periodic_adv example from the NCS.
I see teo ADV data defined in the file as...
NCS 2.7
NRF52840
SPIM3 at 32 MHz.
I have CONFIG_NRF52_ANOMALY_198_WORKAROUND=y and have confirmed the workaround is being activated by setting breakpoints in my code...
Dear,
I need to generate a pulse signal on one IO following this pattern: HIGH for 12us ; LOW for 106us ; and so on...
I tried to use TIMER0 with NRF_TIMER_EVENT_COMPARE0...
Howdy,
I am using an nRF52840 to perform BLE communication. For this communication I am using extended advertising to perform most of my data transmission. Thing is though...
Hello, i have a device supporting DFU OTA i'd like to create a small tool for flashing firmware from the computer to the device. I've set thr device to DFU mode. Is it possible...
I just got a PPK2. I was able to use it perfectly with Power Profiler. Great tool! Today I wanted to learn more about nRF Connect other applications. (Actually I was looking...
Hi there, I'm having so much trouble trying to get this two nRF9161 DK to communicate using SPI, being one Master and the other one Slave. I'm using the spi3 driver for SPI...
We had three nRF52840DK boards (PCA10056) for several years for use in development. Then one died (or to be fair, I killed it), so we got two more that turned out to be newer...
While using nRF Connect, I encountered an error when attempting to enter Debug mode with RTT active. Here are my J-Link specifications and log details:
When I have...
Hi folks,
I am using zephyr sdk version 2.7.0 with a custom board that integrates a nrf52832, an ens210 sensor for temperature and humidity and lis3dh sensor for accelerations...
Hello,
using nrf5340 audio sample present in SDK v2.9.0, I can't hear anything from my nrf5340 Audio DK
I'm testing unicast_server scenario using a Motorola Edge 50 Pro...