Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
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...