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 am using sdk 14.2.0 ble_app_hrs_freertos example.
two threads i have created, threads are having nested loop inside.
for this case, thread is stucking inside loop...
HI:
Now i use the light_switch examples(provisioner,client,server).I need update netkey and delete node for the mesh.What is the API operate this.
SDK15.0.0
mesh2...
Is there any method to remove a single node from the network in current mesh SDK 2.1.0 with s132 soft-device 6.0?
With "config_client_node_reset" it will remove all the...
I am using the Thread Border Router 1.0.0 on a Raspberry Pi 3B+
I have not been able to connect the RaspPi to our wifi network.
I tried this method first, as described...
Hi,
I'm using the nRF52840 dongle. Using nRF Connect v2.5.0 - Programmer (experimental) tool, I've downloaded the following hex files:
softdevice_s140.hex,
ble_app_buttonless_dfu_with_bonds_s140_with_setting_page...
Hi.
I am adding buzzer beeping in Immediate Alert Service of ble_app_proximity example. Event thought Immediate Alert signal is sent from nRF Master Control, there is no...
Hi I saw example with other product like the thingy.
Do you already created app creating link with the thingy microphone and the integrated speaker, it could be nice.
...
I'm exploring an nRF51 DK board I bought using openOCD (on circuit debugger), eclipse, and the gcc/gdb toolchain under Linux.
I'm trying to understand the chip by hand probing...
I make a custom board with nRF52832, the nRFgo Studio can find the device before I download anything, then I down do erase all and download the softdevice132, after this I...
I'm working with S132, SDK15.0 and an NRF52832 defining custom services.
I have two services with each with several characteristics. I need to be able to determine which...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK. I want to use nrf51 as SPI slave and other MCU as SPI master. I am using spis_pca10028 as example.
...
I'm try to sending command to our device for using ble_nus_c_string_send function, but there has a problem when I addition 0x00 value in data the client can't receive any...