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...
Hello there!
I'm developing an nrf52810-based device, which needs to be as small and simple as possible, pretty much like your nRF51822 Beacon Kit.
I've founded the nrf52...
I successfully tried the "beaconing" example from your Mesh SDK 310.
I noticed that moving
line 215 "adv_start();" in main.c
right after "ERROR_CHECK(mesh_stack_start...
Hi, I am using nRF5 SDK for Thread and Zigbee v3.0.0, and I want use NFC pin and RESET pin as inputs.
I wrote in my .emProject this preprocessor definition "CONFIG_NFCT_PINS_AS_GPIOS...
Dear All,
I know that the max. input on VDD is 3.6V. But as a rule of thumb, I normally try to stay below the max. rating. But this time I have a peripheral LDO with 3.6V...
Sorry: Use google translation
I am compiling sdk using keil 5.27,use compiler version 6, armclang,
but is error:
Undefined symbol __start_pwr_mgmt_data...
I know...
Hello,
I am trying to create a new project after add source files and header files . While compiling I got error like "device must be defined. see nrf.h.segger"
Kindly...
Hi,
I'm asking this becase it is not very clear about the PWM in Product Specification v1.6 for nRF24LE1 in the nRF24LE1_PS_v1.6.pdf mentioned the pwm Frequency-range from...
I am using nRF5_SDK_15.2.0_9412b96.And we have code written to interface ads1298r to nrf52 dk for acquiring ecg signal.But the strange is the code is compiling in all others...
Hi guys,
Do you have any suggestions on how I can lower the power consumption. I am currently connecting - sending data - disconnecting .
I have the following set the...
Hi,
I'm trying to receive large packets on uart, but is seems to read one byte at a time .
uart_fifo_read() always returns 1
why is that?
can it be changed ?
Hey guys, i recently bought a nrf52 DK to implement a gateway between a usb touch monitor to a device such as a android or a computer.my approach is recovering the hid raw...
I'm using the nrfx drivers of SDK 15.3.0 and want to poll for data using a synchronous UART. In order to check for data, I use the 'nrfx_uarte_rx_ready' function. However...
Hi,
The documentation seems scant and IDE behaving inconsistently with regards to how basic project management, adding source files, libraries etc to a NRF9160 project,...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image.
I started development on top of ‘ble_app_blinky’ code.
I have few queries...
I have a strange problem. I have two nRF52840 DK boards and I build an application on top of the light switch example. One board works fine, but on the other board stuck in...