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...
Greetings,
I'm getting some trouble trying to fix a warning. I'm running the exemple ble_app_uart_c from the folder ble_central. When I run it, I keep getting the warning...
Hi,
From the pwm driver, there is a function that use sequence that control the dimming while not blocking other task in the program, may i ask if there are any function...
Hi,
is it possible to use the GPIOTE in OpenDrain mode?
I want to use the Timer with an GPIO. So i use GPIOTE with PPI connected to the Timer. This works. But my Pin Configuration...
Dear Nordic Team,
I am trying to use the MWU to safeguard RAM of my application. Since softdevice also use this unit, I wanted to understand that where I can write the...
Hi!
I can able to read values from BMP180 but I am getting random values.It shows temperature values in some 200 range like that.How to get proper temperature value??? ...
board: custom board nrf52840
IDE: keil5
SoftDevices: s140 V6.0.0
SDK: 15.0.0
hi, I want to decrease my consumption of my board.
Now, i enable the SoftDevices and...
When I am using peripheral/cli example and debugging through RRT, I see following outcome when I am typing commands.
OUTPUT :
Command Line Interface example started...
Hi,
I am working on light switch example. I am broadcasting a message from client to servers using the API access_model_publish() with the opcode SIMPLE_ON_OFF_OPCODE_SET_UNRELIABLE...
Hi:
When I tested the DFU function of BLE, the upgrade was unsuccessful, and the APP print log prompt appeared to be a CRC check error.
The SDK version I am using is nRF5_SDK_15...
I reference demo1 of PWM driver example in SDK15.2.0, I make myself PWM driver. the official demo1 use pin17-20 as PWM channal1-channel4, but I use Pin9-P12, I modify the...
Hello,
I would like to measure the frequency of a signal and I use PPI, a timer and input capture to achieve this. Here's the configuration :
The frequency of my signal...
Good evening,
I am using NRF52840 board with softdevice S140 and SDK version NRF5_15.2. I am currently trying to compile the ble_app_hrs_rscs_relay example on SEGGER studio...
Hi ! I have attached the PCB design and schematic provided by Nordic for nrf52832 which is said that its also same for nrf52810.
I wanted to use the nrf52810 board for beacon...