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 need to send data from a CSV file on the nordic board(Via fatfs library). I have presently gotten a Gatt service up and running.
I have a mobile application which...
Hello ,
Do we need to use TIMER1 ,2etc.. to use TIMER1 ? In my current configuration i have set NRFX_TIMER_ENABLED to 1 and others to 0 "NRFX_TIMER0_ENABLED and other instances...
Hello,
I'm trying to use th nRF52832 as a slave SPI device but in the examples "spis" I see the firmware uses DMA.
Can I use it without DMA?
Also, what is the difference...
Hi ,
I need to generate a count data to third party library.
So I create a timer1 ,it can work well.
But I set time_us equal to 1 ,the "timer_led_event_handler" don...
I am interfacing external RTC PCF8563 to nrf52840. Also I will be using low power sleep mode. Will it be possible to wake up nrf using 1hr alarm interrupt of rtc?
Hi ,
I am working on the project based on nrf9160.
Please verify it-
1. I want to print the current clock source of the board as board is initially work on LFCLK....
Hi!
I am feeling a bit stupid, since I know that I must have made a config error somewhere. I just don't know where. I am developing a BLE HID device using SDK 16.0 and...
Hello,
I have trouble with interrupt.
I use pin 16 to trigger interrupt signals from a sx1261 module.
It has worked well on example code with SDK 14, but for my projet...
SDK Version: 15.1 IDE: Keil Softdevice: S132 v6 Example: Blinky peripheral example slightly modified Q1. Does the Softdevice use RTC0? Q2. Does the App Timer use RTC1? If...
Hello everyone,
I am using the pc-be-driver-py library to start a scanning with IRK and I view the advertising events that I get. My peripheral is configured to do 1 advertising...
When i compily the SDK16.0.0 example project: iot_secure_dfu_bootloader_secure_dfu_s132_pca10040 i get error after Linker, saying .rodata and .data are too large for the flash...
Hi, As per our requirement, we have integrated GCP on thingy91 (PCA20035) and able to send and receive MQTT messages without any issues. But as part of FOTA implementation...
Hi,
I'm using the light switch example and lpn example from the Mesh SDK 4.1.0.
I have one Board as the light switch client (gateway), one as the light switch server ...