Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
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...
We are currently designing a prototype board for our product using the nRF52832. We need to calculate the transmission line with on a 4 layer PCB. The stack-up looks like...
I am trying to use your swift iOSDFULibrary cocoapod. What I am doing is the following. I have a library written in swift. That library is where I have your iOSDFULibrary...
As Bootloader IROM starting address 0x78000 and size 0x6000 is same in SDK 13.0 and 12.2.0 expecting to update Device firmware (BL+SD+APP) from 12.2.0 to 13.0.0 SDK.But in...
I use SDK9 nRF51.
I use white list. When I want to delete all bounded devices, I call this function. But it doesn't work. It not deleted.
Why I can't to delete bounded devices...
Hi,
I would like to know which is the difference between using a Softdevice or not.
Looking at the blinky example, the two versions are provided. The "main.c" file is...
I am looking into learning how to program the nrf52 with the nrf52-dk. I have been programming AVR and ARM-M0 for a couple of years now. I am familiar embedded programing...
I am trying to take the ble_uart code and encapsulate it , so I took all the code and put it into another C file I made.
Then from the main.c program I call a function...
I am trying to add the example in examples\peripheral\pwm_library to another project to get pwm working. In the other project I have included all necessary stuff but I get...
Hi guys. I am struggling to get buttonless DFU to work in my owm application. I am using SDK12.2 with gcc on a pca10040 board with S132.
I have successfully followed this...
hello,i am using nrf52 dk, & am working on bluetooth uart & looking for data is send from mobile to nrf52 dk board. i am having examples of data is sending from board to mobile...
Hello, I am using nrf52DK and programming it using keil 5 trail version. It has memory limitation, if the code exceeds the size it shows error. Can you please suggest me any...
It is very inconvenient to modify the makefile and the project explorer at the same time each time I add a new module(~.c) in the eclipse.
So I want to use eclipse managed...
Hate to ask this question here, and I have seen the other threads , but I am hoping to buy a small quantity of nRF52840-QIAA engineering samples (just the chip - not the PDK...
I've been using the nRF connect app to evaluate and test custom services that I'm building on the nRF52832 (Raytech module). Everything has been working great and the manufacturer...
Hello,
I am using nrf52832 custom board, with SDK 11.0.0 and s132_nrf52_2.0.0, and trying to create an interrupt event on wake up from system off by pressing BSP_BUTTON_0...