Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
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....
I would like to know if I can run Thread examples on nRF52840 USB dongle? Could someone provide instruction how to do this in a Windows environment?
Also, is there external...
Hello,
I'm trying to lower the power consumption in the s.c. "System ON" mode. I need to run in System ON mode to keep the RTC running. However I need to wake the CPU on...
hi ,
I use SR3 V1.2 to test. I enable ANR, play the recording directly in the loop.
About every five seconds, a second or so of unusual sound appears. The rest of the...
Hi,
I can't understand what is DFU example inside /examples/dfu folder and what is /bin/bootloader/? I read DFU quick start guide, but where is source code of bootloader...
I try debug my app in keil debugger but it's often raised app: SOFTDEVICE: ASSERTION FAILED in SEGGER after step down through the code (in few steps).
My app based on buttonless_dfu...
Hi,
I have a doubt regarding buffer setting in SPIS.
In the SDK15 SPIS example, buffers are set using nrfx_spis_buffers_set(...) and it works perfectly.
I was wondering...
Hi All,
I am using nrf mesh SDK v2.2.0 and nrf SDK v15.0.0.
I have created a new model in nrf mesh SDK, this model is publishing scanned data on group address.
When...
Hi,
I was working on the HID mouse example and noticed that the example gets disconnected from my mobile phone once i start moving the cursor.
I also noticed that the...
Hello,
I am performing current measurements on custom hardware with the nRF52840 and comparing my results with the values in the nRF52840 product specification. I noticed...
I have downloaded nrf5_SDK_for_Mesh_v2.1.1_src and tryign to build the client and server example to test the Lighting Mesh example from the Android/iOS apps available on the...
Dear Nordic Team
I have changed pwm driver example as you see in bellow . i also observed the codes which you linked for pwm. Bellow code works without the effect of update_pwm...
We are trying the HID Keyboard example using SDK 12 with no modifications on the nRF52 (PCA10040) board. We are able to pair and connect on both iOS and Android the first...
Hi,
I have a nrf52 DK. I currently tested apps on run smartphone. Similar to nrfconnect, toolbox, uart.
Laptops also have bluetooth. Can i use laptop's bluetooth to communicate...
Hi, I would like to create a new target,but nRF52810 only can be compiled with makefile and I don't know makefile too much.
I try to edit the makefile with my own target...
Hi guys,
I'm using following setup NRF51822, SD130, SDK 12.3.0. I control one transistor with PWM output via timer 1. Before enabling PWM I start 8bit ADC task to measure...