Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
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)...
Hi.
I have a project with usb_cdc merged with multilink_central and NUS service. It is working quite well, multiple peripherals can connect and send data to the central...
Hi,
Currently I am sounding a simple beep on and off sound with a Piezo Buzzer on the nRF52832 and using the power profiler, it is consuming approx 713.323 μA, I was wondering...
Hello!
I have a question about the slave latency: I know how it should work, I would like to know if it is normal that there are current peaks in the supply current when...
Hi,
Does anyone have a hex code that can be added to the app hex in order to get rbp for NRF52832? Or a code that can be used from Arduino IDE?
I know that it can be...
Following error throwing while using nrf tools
nrfjprog verion 9.3.1 -------------------------------------------------------------------------------- FUNCTION: open_dll...
Can someone explain the indepth working of nrf dfu bootloader example with respect to the init packet.
How is it decoded and the information gets stored in the structure...
Hello,
I'm getting started using the nRF Sniffer with PCA10040 and Wireshark on MacOS. I followed the instructions in the User Guide and was finally able to set it up by...
Hi
This is just a head's up. In function nrf_esb_pop_tx(void) you have the following code ...
Instead it should be the following...
Otherwise the bug is such that...
The Introduction page is inconsistent:
infocenter.nordicsemi.com/index.jsp
first it says
[quote]]The mesh stack is also compatible with the nRF52810 platform, but not...
Hi all,
As I've been researching, the mesh sdk is not supported on the nRF52810 SoC, although being compatible. Is there any development or plan in changing this? I'm planning...
Hi,
Is there any way to add conditional compilation in linker file?
I have two versions of a code, one with DFU and one without, i want to combine the versions. is there...
Hi everyone,
I used SPI interface to access a external flash with page size 256 bytes.
I found I can't access full page, because the maximum of one SPI transaction is...
hello all ,
controller nrf51822
i am trying to development for EPD 7.5 spi interfacing through external flash image send so how to set spi latch reset turn on parameter...
Hi, there
I try to use the nrf_atfifo in my program, but I found the atfifo cause hard fault in my program,below is how I use the at_fifo in my program.
and I also found...