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 am trying to use the ADC on an nRF52840DK.
I have configured the two ADC channels in the overlay
I setup the channels like this
and take readings using this code...
Hi, I have faced dificulties calling zsock_poll for ZSOCK_POLLIN with multiple opened sockets, expecially when conbined TCP and UDP at the same time. My goal is it poll for...
So when I toggle the pin high, it gets set to 1.8V. I want it to be at least 2.8V. I did configure the VDD to 3.3V. The VDDIO does show 3.3V, but a pin like let say P1.11...
I have been trying to use the ` nrf\samples\bluetooth\peripheral_nfc_pairing ` sample code on the nRF Connect SDK v3.0.2 to connect to a Samsung Galaxy A16 5G phone.
The...
I bought a tiny board on Aliexpress from HolyIOT. It comes with an nRF52832 and an LIS2DH12 accelerometer. The silkscreen on the board says HOLYIOT-21011-v1.0.
This schematic...
Hello,
We are developing a board with both nrf91 and nrf54 boards. We are looking to make the nrf91 a SLM with a UART interface to support the LTE functionality of the nrf54...
Hi, I have two concerns about the functions nrf_gpiote_subscribe_set, nrf_gpiote_subscribe_clear, nrf_gpiote_publish_set, and nrf_gpiote_publish_clear. The expression
*...
Hello,
I'm trying to figure out why I get this warning that seems to block the compilation process but a bit of context first :
I'm resuming a project that was paused...
Hi,
I am trying to create a new board, following the Exercise 1 – Custom board for single-core SoC (nRF Connect SDK Intermediate), but I am getting this error:
Does...
Hi,
After I executed nrfjprog --rbp ALL , how can I unlock the chip so that I can program the board again?
Currently, the only way I can program it is by running the following...
Dear Nordic Devzone,
I have some questions regarding battery profiling procedures.
1. Is it normal for battery profiling to take longer than 8 days? As you can see in...
If i want gsm am uploading one file and if i want gps am uploading different file(SLM shell). Now I want both GPS and GSM to work in same file which needed to be uploaded
Hello
i have a design limitation for height in my product and i need to find another inductor with a max height of ~0.5mm can you please share more information regarding...
Hello Nordic team,
I've recently upgraded my application from nRF Connect SDK v2.7.0 to v2.8.0 , and the previous BLE Disconnect issue has been resolved — thanks again for...