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 there,
I'm just beginning BT development, so sorry for my basic question:
Our application needs to transfer data from PC to our device (approx. 512 bytes) then our...
Hi
I have tried to enable bonding on a application based on the Running Speed and Cadence example (Both peripheral and central). (I could not find an example with bonding...
I want to send data from Nrf52840 dk. I want to receive the data sent on nrf24l01, which is connected to the Arduino Uno card. So I want Nrf52840 to communicate with Nrf24l01...
Hi,
downloading works fine now from SES. But now I like to use some of the ANT example projects. Im told to install SoftDevice package before downloading the example firmware...
I'm modelling a complex system with multiple BT devices based on the NRF52 using a very detailed model of the RF.
The system is based on the NRF52 using the mesh stack to...
Hi everybody!
My goal now is to use nRF52832 as a intermediary for an update package. In other words, my goal is to send a file (probably .zip package) to a board and save...
Hi,
When running the unit tests for Mesh SDK 3.1.0 I get the following failures.
83/92 Test #83: generic_dtt_client ...............***Failed 0.00 sec
From the log I...
Dear DevZone,
I'm new to the nRF52-DK and Nordic in general. I'm trying to set up an nRF52-DK to use with nRF Sniffer, and not having any success.
I have tried following...
Hello!
I want to ask about read operation on nrf51822.
In your examples, as I understand, BT stack handles Read Request automatically and then sends Read Response. The value...
Hello,
I am beginner for bluetooth technology and have very interesting to this technology
I have developed new board (4 pcs) for nrf 52832 and soldered all parts from...
Hello.
Please teach me how to turn on DEBUG flag on Segger Embeddid Studio.
Environment: SDK 15.2.0 and SEGGER Embedded Studio Release 4.10a Build 2018110203.37618 Linux...
Hi I'm facing problem while programming my custom nrf52832 board (It might be issue with flash/ROM setting) its saying this hex file has a data in softdevice region . I'm...
Is nrF52840 VDDH pin only used for REG0 LDO/DCDC regulator output to generate VDD power for the GPIO circuitry?
or is VDDH power used to power some other internal circuits...