I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
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...
Hi
I use the random number generator of LE1,I have made a demo code and the code can generate a random number.As the project in attachment.
I want to get a random time...
Hi all
I get LE1 enter sleep mode(PWRDWN = 0x04;)and use RTC to wake up,but LE1 cann't enter interrupt function after RTC wake up.
If I just use RTC to run ,LE1 can...
Hi,
I am using a custom board with nRF51822 to transmit data. Everything works fine except the transmitting always stop after a while. I am using softdevice 5.2.1. I attach...
Hi,
i want to start timer 2 and read its value just before the radio gets active. I've seen in the nr51 series reference manual i can use task capture to set the current...
I am developing using a nrf51822.I need delay timer
that can be substitued for nrf_delay_ms().
in other words,need a task delay that can be taken some event from another...
Hi,
i'm reading through a document that is part of the ble-sdk-arduino
The document is titled "HID over GATT maps USB HID to the bluetooth Generic Attribute profile...
Hi,
I have 2 timers and APP_TIMER_MAX_TIMERS = 3. I am getting NRF_ERROR_NO_MEM error.
If I increase to 6 it works. Is it 3 APP_TIMER_MAX_TIMERS per timer?
Thanks...
Hello,
I am running a nRF51822 rev G0 with Soft Device 6.0.0 & SDK 5.2.0. My device implements a custom service with 4 characteristics. One of those characteristics is...
HI,all!
In the funtion on_ble_evt(), there is one of the events named "BLE_GAP_EVT_TIMEOUT", can someone please tell me what situasions might cause this event? (be better...
When the central and peripheral is connected, we can get the RSSI value through sd_ble_gap_rssi_start() function. but how can I get the RSSI value when not connected (scaning...
Update: I've worked on the BLE arduino sdk from Nordic, and followed all the directions, but I'm having some compiler errors. I've crossposted to a different forum for more...
I am using pstorage library to keep some data in NVM.
Should I use some nrf_delay calls while using pstorage_clear()?
I am calling pstorage_store from callback function...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
Hi,
From the documentation for the sd_ble_gap_sec_info_reply() function,
"This function is only used to reply to a BLE_GAP_EVT_SEC_INFO_REQUEST, calling it at other times...