Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Hi,
I am using the nRF51822 with an external 16MHz crystal. I was curious if there is any way to tune/calibrate the system clock that is derived from this crystal. The purpose...
Hi All,
I am novice in this nordic nrf 51822 programming. I wanted to know the best way to do the
following.
I have two different functionalities to be run on eval...
Hi All,
In ble_app_hrs example two function is defined for gpiote_init()
1)
static void gpiote_init(void)
{
APP_GPIOTE_INIT(APP_GPIOTE_MAX_USERS);
}
2)
static void...
Hi
I found there is bonding managing routine in SDK HRM and Proximity examples.
bond_manager_init();
It means in these two case, after pairing with BTLE host, the...
My question is regarding the PPI channel groups. The documentation is extremely limited and leaves many questions.
My goal is to generate 3 PWM signals from a timer with...
If i understand tasks are for outputs and events are for inputs.
Wanted to know relationship between channel and the pin numbers. do they hold the relationship like...
Hello,
I am really confused on how to get a custom BLE service up and running. I have read through nAN-36, and compared the suggestions in that document to the HRS example...
In nRF51 reference manual v2.1 section 18.1.1, it mentioned that the RTC must be able to
run while the 16 MHz system clock (SysClk) source is OFF. 2 questions :
Q1: Since...
Hello,
I'm trying to get the SDK examples working in Eclipse. I have followed all steps(except debugging part) in the nan-29, but i can only import the s110/ble_hrs example...
I am looking for the spacing in mils or mm between the two samtec connectors on the nrfGO board. I am making my board to interface with the PCA10005/PCA10004 and I would like...
Hi,
I'm new to nRF8001 SDK and Bluetooth and I hope my questions are not too stupid lol. So here it goes:
I'm using the Nordic nRF8001 SDK to implement a self-defined...