Hi Nordic Team,
I'm facing an issue with BLE communication on my custom board using NCS v2.9. I started from one of the standard SDK examples (like throughput or peripheral...
Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
I am making an application using nrf52840 USB dongle.
I am using a python program with pyserial. This works great. My only problem is that I want to have a very reliable...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
I want to implement FOTA Update for a nrf5340 based board by using nrfConnect SDK v2.9.0 with zephyr and mcuboot. The board has a MX25R6435F external flash (same as the nrf5340dk...
I have been able to connect and initialize two different Bluetooth OBD II Devices. I am running into issues with the third device I am trying to add as an option. I add the...
nRF 52832 + NCS 2.6.1
We are successfully setting the advertising Tx power in discrete steps {-40, -20, -16, -12, -8, -4, 0, +3, +4}dBm using
However, I am being asked...
Hi, I added the SAADC feature to a beacon project so I can measure the battery voltage. Interesting thing is that my readings always show around 100mV less then VDD voltage...
We are developing a small BLE device and want to make sure we follow reasonable security standards. What type of communication security would a typical device like headphones...
Hi,
I want to change the pin configuration for the uart2. I change it in the SES 's Project>Edit Device Tree .
However, if I change the tx pin to 0x0f , it cannot send...
Hello, Is there any NFC sample for Thingy:91 . I need to connect a device to Thingy:91 using NFC for a project. I am using v1.1.0 tag of ncs repo.To understand how NFC libraries...
I need to set REGOUT0 to 3v3 for a custom board. What's the best way to do this using the armgcc toolchain? Right now, I'm setting the value first thing in my main:
Is...
Hi,
I try to write some data into the flash memory, but I always get a hardfault when I try to use the write function provided from the examples:
No I think this...
Hi everyone,
I am trying to start a data length update procedure from a central that I am developing with python using the library pc-ble-driver-py.
However, I keep having...
Hi,
I try to store some variables into the flash memory using the fstorage library provided by nordic. From the example I got the following implementations for testing:...
As I mentioned in my other question , I've been playing around with the bearer layer of the Mesh-Stack, to get a better understanding of how to get a robust basis for a multiprotocol...
Good day! Tell me how you can configure access to UART with DMA in the example freertos_coap_server for receiving and transmitting arbitrary messages. Also, please clarify...
I am using this sample https://github.com/NordicSemiconductor/Android-nRF-Blinky . I noticed that when device rotation is changed the device stills connected.
I changed...
Good day. I can't find the schematic of the EVAL NRF52-DK version 2.0.0. The previous version I used was 1.2.4 where I cut the following welding points for testing.
SB22...
I am able to log information to the flashlog backend. When I use the cli interface "flashlog read" I see my information stored (e.g. "operation took %s seconds to complete...
I am trying to download the NRF UART and Nrf Toolbox service the same ones used in the playstore are different than the one on github. The NRF UART v2.0 is different and doesn...
Hi,
I setup one ble mesh network, and it works good for a while. But I encounted a problem that when I power off the mesh node (note: the voltage drops slowly) and then...