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...
Ok -
I've been through this a few times and read the forums, but the current build system is broken. I'm trying to compile (not even load the board at this point) the ble_hts...
Whichever input channel I select, I always get a value close to zero. Here is my test code using VDD as the input source:
In this case, RTT reports that the value...
More of a plea than a problem. When I migrate to a new version of the SDK I try to be very careful. So, I use sha256sum to check all similarly named files from one version...
Hi,
I am trying to read the SFDP (Serial Flash Discovery Parameter) register of a Micron NOR flash memory using nRF52840 QSPI peripheral. The read SFDP register op code...
Hello,
i work on nrf9160 dk
I would like to know if it is possible to use an AT firmware to be able to easily switch to LTE-M, NB-IOT, send sms, switch off the modem...
Hi.
I am using nRF52840 & SDK 15.0.0.
I set the advertising slow timeout to 14 min, But, the advertising stops at about 3 min.
The followings is summary of advertising...
Hi all,
I'm using nRF52 DK.
I'm developing a program based on 'ble_app_uart_c' example with custom UUID.
When I type command using UART, central device send signal to...
HI, I have following errors while building a project in segger embedded studio:
1. 'TIMER1_INSTANCE_INDEX' undeclared here (not in a function)
2. 'TIMER2_INSTANCE_INDEX...
Hi,
Trying to compile one of the examples provided in the nRFgo SDK 2.3.0.10040 I get an error in the linker (error L204) Invalid Keyword. It seems to refer to REMOVEUNUSED...
Hi, When installing the nRF Connect SDK by using GSA application on macOS 10.15.3, at step "Installing the toolchain" I get stucked to a verification failure for python3 dependencies...
Dear All,
I have a question abou basic of BLE technology.
I'm using nRF52832 for our project.
My question is about avoding packet collision.
Please confirm my understanding...
Hello, I'm trying to use the PDM in the nrf9160. I'm using SDK tag 1.2.n I added
#include <nrfx_pdm.h> at the top of my main.c file.
I put
CONFIG_NRFX_PDM=y
in the...
We seem to be seeing slowness in a bare metal implementation. We would like to confirm the nrf52832 CPU speed. How can this be confirmed from within the codebase and/or logger...
Hi All,
Does anyone know what the maximum altitude is available for the nRF9160 GPS?
I know some GPS devices stop working properly if above pre defined heights.
The...
I have a PCA10040 board and use the development soft of SEGGER Embedded Studio for ARM 4.50.
I ran the project \nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_beacon...