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 want to operate nrf51 in various power modes available like low power mode, constant latency mode system idle mode and so on.my questions are as follows:
...
Hi,
I am using the following statements for send a string data over BLE.
static uint8_t Name3[BLE_NUS_MAX_DATA_LEN]= "xxxxxxxx";
err_code = ble_nus_string_send(&m_nus...
Hi.
I have interesting UART problem in Ubuntu. The multilink example only outputs one character at time, and line change doesn't change line. However if I flash another...
Hi,
We are using 52832 to developing.We need DSP to finish the arithmetic.
Can you tell me how to use the DSP on 52832 ? Do you have same examples?
These algorithms...
I have an nRF52 dev board and I'm trying to build and download some of the example programs.
The example files were downloaded using the Pack Installer in Keil MDK-Lite....
Is there any way that can allow the user to advertise a sine wave for example over a specific channel or over the three Radio channels ?
I am using S130 and Nordic SDK 8...
Hello,
As a summary (described fully below) I have loaded the ble_app_hrs example onto my device and its not working right as LEDs that should light up don't and the program...
In some of the Nordic examples I found by viewing the raw advertisements that the company ID is set to Nordic's ID (0x0059). In order to communicate with Apple devices (e...
Hi Nordic Support community,
I asking regarding LNP, Location and Navigation Profile, if it's possible to on top of nordic products? If so like which ones ?
There's barely...
Reading the documentation Address config it is clear how to use RXADDRESSES, could you please explain how to use TXADDRESS ?
As of TXADDRESS there are 3 bits available...
I am having trouble with using shockburst (based on microesb from github) after disabling S132.
When I use microesb with no SD, i just do nrf_drv_clock_init(), start lfclk...
Hi,
I am new to Nordic development platform and am exploring ways to develop software applications to communicate over bluetooth. Presently, I am working with NRF51422...
Hi, I have a problem about gpiote interrrupt.I have set two ports to detect the external interrupt(low to high). If only one port get active ,it works fine. But if one port...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...