Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
Dear Nordic.
I am developing bootloader without SD (s120_nrf51822_1.0.1).
And after execution of bootloader, jump to application working with SD.
Flash composed like...
I tried to compile blinky sample in SDK12 with make tool-chain. I got 3 errors:
Makefile:214: Cannot find include folder: ../../../config/blinky_pca10040_s132
Makefile...
I converted a project from uVIsion to IAR, and I get an error when I use app_timer_start(); the error says: Error[Pe167]: argument of type "void ( )(void)" is incompatible...
I don't need to connect the master with the peripherals, but i have to know how is the maximun quantity of scan response that can accept the master.
In the example ble_app_multilink_central...
In trying to move to SDK 12.0.0 from 10.0.0 I get the error:
"...components/includes/app_error.h:33:23: fatal error: ant_error.h: No such file or directory
#include "ant_error...
Hi,
I want to run BLE mesh network example on my Dev board to understand it better.
I am running it on SDK v8.1 and using ble_app_proximity example S130.
Following...
Hello,
I'm using the "experimental_ble_app_blinky" on the nRF52 DK, and I would like to reduce the power consumption during the advertising.
Indeed, during the advertising...
Hi,
I am currently designin one of our product with a nRF51822 QFAC included, and I need to store 17k-bytes in a non-volatile memory.
I am writing the firmware using...
HI,
I am reading LIS2DH accelerometer sensor data to nRF51822 MCU and displaying on hyper terminal. The LIS2DH sensor gives output in the
form of digital through SPI or...
Are there plans to create a nRF5x micro that has finer control over the RF power output? I'm currently using an nRF52, and the 4dBm steps are pushing the limits of our intended...
Hi. I'm using PCA10028, SDK10.0.0, S130.
Q1. I want UART to start or stop whenever I want. It's to save current consumption.
There is "uart_init()" for reference, but...
Hey folks,
i need to programm a nRF52 dev. kit to advertise data and receive advertisings sequentially, without connecting any device. It means that i need to advertise...
Hello everyone,
I have inherited a project from my coworker. It uses NRF51822 QFAAH0 , SDK 4.4.2 and S110 5.2.1 . My device is scheduled to: advertise, collect the data...
We are developinga product for a customer they want a secure connection and I'm trying to get my head around a certain aspect of the security:
If we choose to use a private...
The nrf905 has a CD (carrier detect) pin that is pulled high if the nrf905 detects another device communicating on the same channel. This can be used on the MCU for collision...