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)...
Hello,
I have included nrf_pwr_mgmt.h to the gpiote_pca10040 SES example to able to run "nrf_pwr_mgmt_init();" function.
I have added nrf_pwr_mgmt.c file under the nRF_Libraries...
Hi
I'm using nRF52832 and trying to make programming patterns via SWD myself, and want to make programming time short.
I have a question about flash programmng time via...
Previous versions of nrfx_spis.h:nrfx_spis_config_t had a "csn_pullup" field but the latest version does not.
The nRF52840 Product Specification is not very clear about...
I am trying to test this example on my nRF52840 DK and it is not working. Here i the steps I followed:
1) Erase the device by clicking "Erase All" under the "Target" menu...
Hi. I'm working on central device which is connecting to peripheral device. I used blinky example, modified characteristics to my needs and it works fine.
Now I try to do...
Hi,
I am developing a system with 2 nrf52840 devices, communicating via the NUS Service. I am programming both the central and peripheral project. I am using the NRF5 SDK...
Hello
I'm porting DFU to my project .
But I have some issue.
The following error occurs.
I set the header file(nrf_cc310_bl_hash_sha256.h) path, but why does this...
Hi All,
In application, I want to config mode of directed high duty to back connection after BLE disconnect for my hid keyboard. So I modify based on this example: "nRF5_SDK_16...
I know there are multiple different questions/answers relating to this topic but none exactly solved my issue. Further, some of the questions are many years old so it's not...
I tried them all. No, really.
But it seems that nothing really works 100%.
I have an nRF52 board here from Nordic, and a cacophony of tools.
I have a million sample projects...
I'm having troubles parsing the received data stream form an UART device. If i just print whatever i received from the datastream, everything works just fine.
Howeve,...
When I move the mouse pointer over the area, I will see the Region name "Bootloader", "Application", "SoftDevice", etc, along with the addresses and size. Where are these...
I tested the example of MQTT publisher of the IOT SDK and it works, and for the next step i want my mqtt publisher scan for the router, in the example it is advertising and...
Hi Nordic
I am working on the SAADC example and I have noticed that when the buffer is filled the NRFX_SAADC_EVT_DONE event is generated. My question is on NRF_SAADC_INT_DONE...