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...
I'm using nRF52 DK, mesh SDK version 2.2.0
I want give demo of the Light-Switch example application by forming network through mobile. I found that through mobile application...
We recently purchased the nRF6700 and nRF24LE1-F16Q24-DK from Mouser Australia. The Getting Started Guide is completely misleading (totally out of date). e.g. No product keys...
Hi guys,
I just wished to quickly clarify the ordering of notification/indication behaviour on SoftDevice S132/140.
If I were to post a notification then immediately...
Hi,
I was trying to get SAADC readings from AIN0 to AIN7 and also from VDD but I'm getting strange results. There is nothing connected to the pins but the measured value...
Recently I have encountered a software hanging issue on one of our products. It was based on nRF52840, with FreeRTOS (Thread SDK v1.0). The issue was apparently related to...
My application needs to keep time and support local time as well. I have implemented a service that allows setting the epoch seconds as well as a local timezone string. With...
Hello, I have an issue with the init packet on SDK13.1. i used nrfutil to generate the .dat and .bin files that i read with Hex editor to transform then into byte arrays....
We've purchased the nRF6700 (nRFGO Starter Kit) and nRF24LE1-F16Q24-DK (Dev Kit) from Mouser Australia.
Both products arrived without Product Keys - so can't download any...
Hi all,
I am using the S332 softdevice for dual ANT/BLE stack in SDK v14.2 bundled with bootloader_secure_ble, which was apparently power optimized in SDK v15.0.0 (see my...
I have made a custom board based on the raytac NRF52840 module (MDBT50). When i load in the USBD CDC example (SDK version: 15.2), The device is not detected. There is no output...
Hi, I would like to build a mesh network with ANT so I tested the ANT scan and Forward example for nRF52832. And the current consumption is around 5mA, is this current normal...
As in the title, I installed 64bit nRFgostudio, however it crashes just after opening with the log below. It opens fine when I do not have my Thunderbolt 3 docking station...
Hi,
How can I send message from servers other than 0x105 and 0x106 to client?
I receive status message in client from servers 0x105 and 0x106.
I can send message to...
I'm trying to use the SDK 15.0 saadc example with a potentiometer on AIN0, and I'm getting weird values. Left pot pin connected to VDD, right pot pin to GND, center pin to...
Hi Nordic:
I want to add some rtt log in the bootloader code, so I make bootloader flash start at 0x77000, size is 0x7000, and my application's FLASH_PH_SIZE is 0x77000...