I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
in my Scatternet, I often receive HCI Connection Timeouts. Depending on the settings this happens once or twice over half a day between 10 Nodes or it could happen...
When I email myself a .zip containing the SDK8-type DFU payload, I can no longer "long press" on the email attachment and have it opened in nRF Toolbox. Either the jackballs...
I'm working on an health thermometer.
I have used the HTS service to send temperature measures from the device to the phone.
Now, the device has to send an alert to the...
Hi,
I have two nrf51 devices one is the master and other a slave device. I need to lock these two devices permanently. What I mean is that these two devices can only connect...
Hi All,
I would like to setup my Eclipse and GCC for compiling and debugging C++ & mbed projects on nRF51 DK. The setup procedure explained in tutorial Development with...
Hi, I use SDK 10.0,
SoftDevice S110 8.0, S120 2.1, or S130 1.0, (I test various examples so I change SoftDevices)
iPhone 6 Plus (iOS 9.2.1), and Nexus 5 (Android 6.0...
Hello, i have a Nordic Nrf51822 ,PCA10001 V2.0.0 EVkit. I am desperately trying to run a beacon code in my EvKit. Since the PCA10001 V2.2.0 is old version ,it only supports...
Hi, i try to understand how to use power down modes. But i have a problem in the example ( nRF24LE1 REGISTER RETENTION TIMER ON ).
while(1)
{
// Register retention mode...
Hello,
I've created own characteristic and send it from proprietary board acting as peripheral to the Client in form of notifications. I use sd_ble_gatts_hvx() function...
Does anyone know of a good tool(s) for prototyping proprietary services and characteristics for App development? Our App dev team is ahaead of our firmware team and they want...
Hi,
I'd like to know how tp estimate of the best "timing accuracy" I could expect to achieve between an iOS device and a peripheral device. The objective is to make a specific...
Hi,
In my application I want to communicate nRF24L01+ with nRF51822 with dynamic length. Some settings are:
In nRF24L01+ side (reference: devzone.nordicsemi.com/.../)...
Hi,
Now I use these fun in ANT SD210 like below:
void MyFlashWrite(ble_ant_csc_t* cscdata)
{
uint32_t addr;
uint32_t patwr[3];
uint32_t pg_size;
uint32_t pg_num;...
what information does the nrfjprog.exe write to UICR(User Information Configuration Registers) register??
==========Tutorial of Flashing dfu bootloader to the nRF51 DK...
I want to use the ble sniffer to capture two peripherals connected to the master control panel.
with the ble sniffer I can only select one peripheral for capturing packets...