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'm using nRF52840. I developed a project using openthread libraries: in particular I included " libopenthread-nrf52840-softdevice-sdk.a " library to have the CLI...
Hello. I'm using the NUS BLE service to send ADC sensor data. I am having the SAADC callback function call ble_nus_data_send() to send raw samples. I have set the min and...
I need to measure full power consumption of nrf52, on PCA10040 from... a 5V source (because including some other 5V devices). I measure it from 5V pin and not usb plug. I...
Hi,
as I know from the mesh spec, the number of elements cannot change after a device was provisioned. Nordic even went so far as to define the number of elements during...
Hi, how to measure RSSI in OpenThread? I have 2 nodes, what is correct state that I have to assign to each node to do transmit/receive test, is it leader and router? or router...
Hello,
We're thinking of powering external sensors through GPIO pins configured as high-drive. The sensors themselves consume only a few milliamps at most, which is easily...
Hi,
I would like to control a piezo driver using GPIO pin on nRF52840 DK.
I've read posts about this kind of application. But still confused about how to set up PWM...
Hello again Nordic Pro's,
I have a mildly modiffied version of ble_app_uart_c that compiles and runs fine on an NRF52-DK board. I am now trying to use the same code on a...
Hi,
I'm very new to the Nordic BLE chips. Sorry in advance for asking stupid questions, but I'm willing to learn! This is my first project for my current job, I want to...
Hello,
I've been trying to run the OpenThread mqttsn_client_publisher example from the SDK. I have also set up the border router according to the tutorial on the infocenter...
Hi:
I meet a strange softdevice assert when I do dfu in nrf52832. There is no info or call stack for this assert, I only get the assert is NRF_FAULT_ID_SD_ASSERT.
Do you...
Hi,
I have been working with the Thingy:91 at the version 1.2.99 but this also happens on previous versions (I do not know which it was but the serial_lte_modem code had...
Hello,
I am facing a issue with the LN service. I am notifying the position at 10Hz and this work well. I have implemented a custom service that allows to send a file by...
Hi,
Just as the title says, I want to use nRF52840 as a peripheral(s140, v7.0.1, BLE_NUS_MAX_DATA_LEN is 244) and using NUS.
And it may pair to a nRF51822(s120, BLE_NUS_MAX_DATA_LEN...
Dear
I got a problem about SES when I create a indepent transferable project for PCA10059.
Background:
I have success to modified a light-swich server from PCA10056...