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 just recently got into designing Bluetooth devices and I am experimenting with NRF51822 and BLE400 board. I managed to compile and upload the examples from SDK 11...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
Hello,
We are in the process of migrating to the nrf52840 and as such have decided to use the latest SDK (15.2).
As part of the migration we are trying to do a TWI write...
Dear,
When I use the s132_nrf52_6.1.0 for nRF52832, I find that the value of the reset reason register is not correct by using the function "sd_power_reset_reason_get()...
Hi, I am trying to use the Sound service's microphone to turn on every 1000 ms, check if the audio input is above a certain decibel level and turns on the LED if it is and...
Greetings,
I'm working on the TIMER example ( nRF5_SDK_15.2.0_9412b96 ▸ examples ▸ peripheral ▸ timer ) on a nRF52832 with no changes to the code. Across 5 different...
My Project was originally based on the Multiprotocol dynamic template from THREAD SDK 1.0.0.
I Recently Updated the OPENTHREAD to
github.com/.../704511c (with revert of...
Hello, I am using the nRF52 with SDK 15 and this is subsequent to this post and I applied the change suggested in in nrf_ble_gatt.c and having the central exchange the MTU...
Hi all,
I am new with this software.
I encountered this error: No such file or directory in SEGGER Embedded Studio when I tried to add new file, which is generic_level_client...
Hi
I'm little bit confused about how FDS library allocate the virtual flash pages (according to the number and size in sdk_config.h).
I decrease the number of virtual...
Hi
I'm trying the remote client-server example. When I flash the code onto the NRF52832, all the 4 lights are lit. Here's the log i get:
0> 1) Provision first available...
Hi,
I was actually trying out Nordic mesh topology and wanted to tryout the example programs.
SDK: nRF5_SDK_15.0.0_a53641a
mesh: nrf5_SDK_for_Mesh_v2.2.0_src
IDE:...
Hi Everyone
I am using
SDK 15.0
Segger Embedded Studio
nrf52840 on a custom PCB.
Softdevice s140.
FreeRTOS.
My requirement is , on the press of a button , the...
In the news today (26 Oct 2018):
http://www.eenewsembedded.com/news/embedded-studio-410-arm?news_id=111432
Will this work with current Nordic SDKs, or should we wait...
I am using FreeRTOS (sdk 15.2) configured to use RTC for the tick source and systick timer for the system. I am trying to put the device in a low power mode. I have tried...