nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
For the record I have been struggling with migrating a project from S110 @ nrf51422 to S140 @ nrf52840.
Quite by accident, I found this "nrf51_to_nrf52840.h", what does...
Hi , Everyone!
Now i have the board nrf52832 and i'm conducting my DFU.
My DFU is to update softdevice and application.
Here is detail about my problem:
softdevice...
Hi
From s140_nrf52840_5.0.0-3.alpha_migration-document, it is mentioned that the L2CAP API has been completely removed. Are there plans to re-expose the API? We have exposed...
I'd like to clock the nRF52840 at the same frequency as my converters. Is there any problem with using a somewhat different frequency than the 64 MHz (or 32mhZ) crystal? If...
Hello guys,
i randomly get twi error busy 17.
i have #define TWI_DEFAULT_CONFIG_IRQ_PRIORITY 7 in sdk_config.h and .interrupt_priority = APP_IRQ_PRIORITY_LOW in init function...
My setup is based on a jlink clone and yunjia module nrf51822 and nRF51_SDK_10.0.0_dc26b5e. I am following this tutorial successfully till the section Enable auto discovery...
Hi,
The following function/macro is missing in SDK 12.2.0 and 12.3.0 but existed in 12.1.0:
nrf_drv_saadc_gpio_to_ain
I am re-compiling "thingy" SDK and it happens...
I'm looking for an answer as to how to know the source files that I need to mention in the Makefile if I'm writing my program from scratch. Are there some bare essentials...
Hello,
I am writing here because I am trying to change some concrete values from a .hex file in order to vary some BLE and other values. I need this because I need to generate...
Hello,
I downloaded the nRF Blinky app (for Android) here :
github.com/.../Android-nRF-Blinky
I'm looking to modfy the code to have an auto connection. For this, I...
As far as I can tell, the application is set to invalid (settings.bank_0 = BANK_INVALID_APP) after the application has been successfully deleted ( devzone.nordicsemi.com/...
im trying to use nrf_drv_timer_t with timer0 but I get identifier "TIMER0_INSTANCE_INDEX" is undefined error. TIMER0_INSTANCE_INDEX is defined in nrf_drv_config but this file...
Hello,
is the nRF51822 able to function as repeater or range-extender, repeating BLE signals from explicit two BLE devices (with known addresses)?
I know there are specific...
Hi,
we are developing a custom board based on an NRF51822 and for security reasons are using whitelisting.
So far this worked well with different iOS and Android devices...
i try to modify the saadc exemple program by includding pwm , but after including header file in the application , source in driver, and includding target, i get error always...