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...
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...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
Nrf52/Kiel/SDK11
My application was at the point where I needed to add DFU. Following the examples and SDK doc, I added the files and code needed. It would NOT advertise...
We recently moved from SDK11 to SDK13. We run out of memory when adding custom services & chars to the S132 v4.0 softdevice. Increasing the app start address in the linker...
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...