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...
Good afternoon, I have a new small, but I think important, question. I did not find a concrete answer on this forum. The question concerns the correct switching of buffers...
I had try to use nRF connect to connect between nRF52840 Dongle and the bluetooth of application.
(I'm not sure the model of bluetooth of application.)
It's connected...
How many crystals/oscillators do I needfor a NRF51822 WLSCP chip?
I looked at datasheet and I'm assuming I will need a 16 Mhz crystal, a 32Mhz crystal, a 16 Mhz oscillator...
I am using IAR workbench and working with the nrf52 DK, using the S132 v.3.0 softdevice. I used the blinky example code to connect the nrf52 with my android phone over BLE...
Hello,
I got TCP Server example working on nRF52DK with Raspberry Pi.
I set everything up and can ping global addresses of DK on all interfaces (wlan0, eth0 and bt0) from...
Hello,
I am using NRF52832, SDK v15.1.0.
For advertising on single channel, I added " p_advertising->adv_params.channel_mask[4] = 03; " in ble_advertising_start() ,...
SEGGER Embedded Studio 3.12
nRF52 SDK 15.0.0
In order to generate peripheral driver library files,how to create library in project(have .c&.h file in this project).Only...
Hi,
SDK documentation says "You cannot write to UICR.BOOTLOADERADDR when using the default J-Link target driver in IAR". Some threads suggested it is only nRF51 issue, but...
Hi!!
Now I am using sdk 14.0.0 / example / peripheral / spi / pca 10040 / blank / arm5_no_packs /
I am sending commands to ads 1192 with nRF 52832 DK as master and after...
I had an issue on using HID to control the media in Android. It worked fine at the first connection, I could play , pause and change the song on phone. But it couldn't control...
Hi I would like to confirm which NRF51822 models are the 0.35mm thin WLSCP package. I checked Avnet distributor and they say that NRF51822-CTAC-R7 is 0.35mm but the package...
Hello everyone, the sdk version that I use is 15.0 (nrF5_SDK_15.0.0). The soft device is s132.
I need to make an android custom app (with UART functionality) so that only...
I'm trying to get a third party demo application working and I seem to be having an issue with the nrfx_spi_xfer function getting stuck waiting for the NRF_SPI_EVENT_READY...
Hi everyone,
I'm learning about proggram the nRF52840 dongle and I tried to code an interruption. Press the SW2 to turn on a LED
So, looking at this code, where did...
I am trying to make the nRF24LE1 as a sensor node. So I want to configure it to work as a receiver/transmitter and simultaneously use the ADC and UART. But the moment I added...