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...
Hello Nordic Team,
I am currently developing applications for a custom board based on the nRF52840 microcontroller using the nRF Connect SDK (NCS) v2.5.0 and Zephyr RTOS...
Using VS Code and the nRF Connect extension, with a nRF5340 DK, I can build and flash the blinky example. However, if I click on "Debug" in the "Actions" section of the nRF...
I would like to maintain an isolated sdk and toolchain for a specific project. I used toolchain manager to install the sdk and toolchain into a new installation directory...
Hello, We have a custom board with nRF52832 in production, nRF5 SDK, s132, using BLE. We recently have faced some issues regarding connection from some of our clients.
The...
Hello, the nRF5340's SAADC has a temperature dependent offset according to the product specification. The offset can be measured (I suppose it is automatically applied within...
Hi,
I'm working on a custom board with nrf52832 and I'm running into an issue where the firmware will only run on the custom board in debug. But it works fine in nrf52DK...
I am trying to communicate with an I2C device using an nRF52840. I want to remove the external I2C pullup, so I want to reduce the communication speed to 10kHz. However, the...
This is the normal kconfig menu.
But it often happens that the following picture does not recognize anything in kconfig
and there is no devicetree option in the action...
Hello Nordic,
We developed our product using MCU NRF52840-QFAA-F-R. Our client is based in the EU. We plan to launch our product in 1-2 months.
I have a few questions...
Hello,
I am working on a prototype Bluetooth Low Energy module using the MDBT50Q-512K (by Raytac).
To measure the frequency of this prototype with test equipment, I am...
has been helping me connect to a device and I am finally able to do that, but as soon as I do, Zephyr crashes.
This is with a lightly modified central_uart project [00:00...
While creating a new board in step 2 of the exercise, there are a couple of problems with the sub-steps 1-5:
First, sub-step 1 says to name the board "DevAcademy nRF52833...
Hello,
I've been using the libuarte module in my project, and I done a power consumption reading. With libuarte switched on I'm consuming 0.78ma, and with it switched off...