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...
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...
While trying to bond an iPhone 6 (running nRF MCP App) with an nRF52 with S132 2.0.0 I encountered the following error:
On the first try, when the iPhone is not yet paired...
I am trying to set up a button interrupt by adding the following functions:
void button_interrupt_handler(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_gpio_pin_toggle...
Dear Sir,
When nRF51822 is a slave, it should be updated software through Master(Z-Wave CPU) remotely.
How can we update SoftDevice software in nRF51822? UART, SPI, or...
My code detects an external signal using GPIOTE. Whenever the signal falls, GPIOTE calls a handler, audio_stimulus_handler . The code is shown below. Essentially, after detecting...
I have a nrf51-dk. I would like to the pincode to be stored in some configuration settings which is written in non-volatile memory. I do not want the pincode to be hard-coded...
I want to place a IoT application on an Application chip and connect it to a Connectivity chip running the BLE IoT SoftDevice.
Does the nRF5 IoT SDK support serialization...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
I am coding a Sharp memory LCD display using SPI and the nRF51422 development board.
I have tested the SPI connection using a logic analyzer and signals are being...
I will start doing a custom PCB (1.3cm diameter) with a nordic BLE, any recommendations about the components needed and design?. I need to use mbed programing tools, any experience...
Hi,
After training on a PCA10028, i want to develop on my personal board.
I use keil but i saw a problem.
The libraries are all in folders of folders in the sdk folder...
I don't know why I didn't notice this blurb in the reference manual sooner. In pretty much all peripheral sections (such as SPI), you have this warning:
Therefore, the...
When loading the ble_app_uart_s130_pca10028.hex file (Windows 10)
from nRF5_SDK_11.0.0_89a8197/examples/ble_peripheral/ble_app_uart/hex using nRFgo Studio - Program Application...