I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
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...
Hi!
I have some problem to reconnect an already bonded device containing a chip nRF8001 rev D with my iOS app. Rev C works fine with the first connection and the reconnection...
HI,
I want use some GPIO to detect "pin_high_to_low" or " pin_low_to_high".
and I think the "app_gpiote.c" might be helpful.
but I have been confused by function " sense_level_toggle...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
I want to load a Blinky project to the AK board, and the dongle is used as a jlink, but I forget to move the jumper to the 'out', and the program is loaded to the dongle....
Hi,
I change the example ant_broadcast to acknowledge mode, but it seems that without a peripheral side,the LED0 will still twinkle.I don't know how to change the project...
Hi,
I'm porting a nrf51822 evaluation board 10001 tested application to a custom board. Part of the application is using UART interrupts to raise a flag and start data...
I am experiencing an error in the final linking stage of my build.
_build/blinky_gcc_xxaa_s120_xxaa.bin: file not recognized: File format not recognized
collect2.exe...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
My application seems to be running out of memory, now I received NRF_ERROR_NO_MEM from sd_ble_gap_ppcsp_set. I don't understand why this has started since I don't think i...
Im using custom board with nRF8001. I'm using Hello World example from GitHub.
The nrf chip revision is C not D. When I connect the board to Arduino Leonardo the device start...
Hi
I ran the example " ble_app_hrs ". the consumption is 1.5mA, when I hold SWCLK and nRESET low,the consumption is fall to 0.9mA. how I could reduce the consumpion??
I can input "hello" in win8.1 with button 0
==
before text in iphone5
I change
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(16, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...