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...
Hi,
I'm looking at prototyping something for very small volume and looking to go the 3rd party module route ( www.nordicsemi.com/.../3rd-Party-Bluetooth-Smart-Modules)...
Hi,
I'm trying to capture Mesh packets using nRF Sniffer 2.0.0 and nRF52 DK while running the Light switch demo, but so far I haven't been able to capture any packet that...
Hi,
I'm having an issue when responding to rw_auth requests on the nrf52840 w/ sdk 15.0. When I'm attempting to update the table, If I make the length too large then it...
Good afternoon,
We just migrated our peripheral application, working perfectly on the nRF52840 DK, with SDK15.0.0 and SoftDevice6.0.0, and it is now crashing with SDK15...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
Hi,
I have tried the following example: infocenter.nordicsemi.com/index.jsp
Everything works fine (I can generate a notification via a calendar event and see it via the...
I get NRF_ERROR_INVALID_PARAM when calling sd_ble_gatts_characteristic_add(); If I comment custom service initialization where is this function I get the same error NRF_ERROR_INVALID_PARAM...
Hi, For a new project we need a smaller devices compared to to the nRF52832 dev board but still want to stay with the nRF52832 chip without making our own PCB. As an alternative...
We have a large number of units in the field running on SDK 13.0.0/S132 SD 4.0.3 and in order to add new functionality we need to migrate to SDK 14.2.0/S132 SD 5.0.0 via DFU...
Hi,
This is a follow up of issue: https://devzone.nordicsemi.com/f/nordic-q-a/28211/thread-dfu-upgrade-problems/111436
We're trying to perform DFU by following "Thread...
nRF52810 only supports S112 so the max throughtput anyone can achieve is 330 kbps .. please provide proof.. test data. Only nordic employee please answer this or someone who...
In SDK 15 the bootloader DFU enter check in nrf_bootloader.c has the following code:
if (NRF_BL_DFU_ENTER_METHOD_GPREGRET && (nrf_power_gpregret_get() & BOOTLOADER_DFU_START...
Hello,
We are working with Low Energy sensors that are programmed to make a periodic ADVs to our scanners/apps/Raspberries, in order to start a service if required. So the...