Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
I am not seeing the nRF51822 as an option when I go to select a target device in Keil µVision.
From reading questions on here I understand that the nRF51 SDK should include...
Hello,
I'm new to the nRF51 modules and I just started with nRF51422 module.
I have Keil uVision v5.11.1.0 with MDK Pro v5.11.0.
I have installed nRF SDK - nrf51_sdk_v5_2_0_39364...
Last time I used Keil µvision4 few weeks ago everything was working fine,
Today I got first a connection problem with keil µvision4 when trying to upload some code, then...
For some reason I get the following error every time I open a project in Keil.
I am wondering if the SDK needs updated?
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack...
Hello,
I bought a couple of days ago, the nrf51422 Development Kit. It comes with all the items described by Nordic on the website.
Just two questions:
My PCA10006...
Goodmorning
I have few problem with this project. I took the source file from github.com/.../nrf51-ble-app-temp and I modified the main.c to use with S110 6.0.0, nRF51...
Hi,
I am using nRF51822 with Softdevice S110 v6.0 to advertising packets and I would like to know when transmission is over to read some data from external sensors. I tried...
Hi, im implemented several services and characteristics in the nrf51822 with S110, its all working (read, write and notification), tested with an iOS app.
Now i need to implement...
Hi,everyone
I want to make out 4 channel PWM with PPI and two timers , PPI configuration like this,
/* Configure PPI channel 0 to toggle PWM_OUTPUT_PIN on every Timer...
Hi All,
I would like the nrf51822 sleep, wake up and then continues advertising.
I try following code:
NVIC_DisableIRQ(RTC1_IRQn);
NRF_RTC1->EVTENCLR...
hello, everyone.
i am a new, i can't understand the meaning of "One event can trigger multiple tasks by using multiple channels and one task can be triggered by multiple...
Please provide me some details about how to implement watchdog functionality so that i can reset the entire system for avoiding software Hangs
I have come up with a code...
Hi,
I have downloaded the SDK 6.0 which contains the ble_app_uart and tried to compile it using GCC, but getting the following error which doesn't make any sense because...