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...
Hi,
For my Master Thesis, I’m working on localization using nRF54L15 boards with BLE Channel Sounding. I’ve been using the official samples available online, specifically...
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...
Platform info: SDK153, MESH 3.2 and using SEGGER RTT for debug logging output with __LOG(...)
I have a strange behaviour in one of my application, where it work very fine...
Hi,
I am using nrf52 Bluetooth to transfer the data .Here i am not getting how to transfer the data at 10ms through Bluetooth.
Is there any example program to transfer...
Hi,
I'm evaluating a custom PCB that uses the MDBT50Q (nRF52840) and I'm really stuck. It looks like the device is working, but I'm getting a few strange issues.
Out of...
Dear,
we are developing a beacon product with nRF52832 powered from Li-SOCL2 primary battery. I understood that We cannot connect directly battery to the nRF52832 beacause...
Hi,
Anybody managed to connect a WisNode RAK811 to an nRF52840-DK and make them "talk" ? (send "at" commands to the RAK811 shield and get replies)
How did you connect...
Hello Nordic Community,
I am using latest firmware mfw_v1.0.1 latest NCS tag (v1.0.0) as well. I flashed GPS example into DK successfully. I made custom hardware using nRF9160...
Hi,
I am using ncs 1.0.0 and Modem FW version 1.0.1.
I am using UART 2 and i have kept UART TX and RX port 0.11 and 0.10 in overlay file.
I want to change the port pins...
Hi,
Our team has identified an opportunity that your nRF52832 fits well, I am having a difficult time getting started with your Bluetooth SDK and reaching out for assistance...
Hi,
As simple as the title! I have tried to move my code from sdk v 3.1 to v3.2 but it will not join the network.
Back to basics and using off-the-box ligh switch example...
Hi
I have been working with the nrf52832 breakoutboard from sparks fun and the nrf52 10040 Dev board.
I want to work with SPI communication in order to intergrate an accelerometer...
I'm having an issue with some iPhone11's, where under certain conditions the iPhone11 is sending two consecutive Link Layer requests with a Control Opcode of 0xFF. The SoftDevice...
Using zboss_start_no_autostart() instead of zboss_start() will cause a power consumption of 630uA. I was expecting the device to be sleep and in a very low power mode.. All...
Hi
When I use the nRF5_SDK_15.3.0, the nRF52832 cannot enter low power (about 900uA). The example is file ble_app_blinky.
The main code is as following:
int main(void...