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...
Hello,
I am trying to use the nRF21540 in nRF54L15, I notice document metion
I am wondering what is the difference between PPIB and DPPIC. What does appropriate...
Hello
Following my previous message from yesterday, the service seems to no longer be usable again at the moment.
Could you please confirm that this is a temporary issue...
Hello,
we have produced 10 Boards with nRF9151. Unfortunately, 3 device shows a false behavior. We cannot connect over SWD an they have a larger power consumption (whole...
Hello,
I am using HC-SR04 ultrasonic sensor and nrf52840dk. To measure the distance I have to find out for how long the ECHO pin of the sensor remains high.
for that I...
On my old Wondows10 development computer, all worked OK.
In a brand new Windows10 laptop, all up to this point installs/verifies fine using nRF Connect.
I cannot find...
Hello, I'm making a PCB project with nrf52832 and I want to use my debuggers only 2 pins(SWDCLK and SWDIO) to debug it. I have J-Link Edu, but I wonder if I can use it with...
Hi, All.
I' m studying nRF52832.
I have a question about example "ble_app_uart".
I m trying to send to smartphone using function "printf()".
Uart pins(RX, TX) are...
Hi everybody! I have a code running excellently on my nRF52840 DK. I would like to make it run on my nRF52840 dongle. What should I change in my SEGGER project? Can anybody...
I am building a project which requires accelerometer data from the LIS3DH accelerometer be read and then transmitted over bluetooth. I have successfully setup bluetooth transmission...
Hi,
For my project I need to receive 9 bytes of data from our main board. This data gets send using UART.
By looking at the pin diagram I could not find specific pins...
Hello,
I am running nRF Connect for Desktop v3.2.0 on Win10 64-bit machine. Everytime I launch an applet, such as Power Profiler, I get a new blank window and nothing happens...
Hi, I am having a problem changing information advertised by the Beacon while the application is running. I started with the app_ble_template example and added Information...
I have an nrf52832 dev board with me and I'm using nRF5_SDK_15.0.0_a53641a SDK version. I'm using the project " pca10040_ble " inside the " secure_bootloader " folder from...
Hello,
We are evaluating Thingy:91 for NB-IoT. We want to validate the RF transmit test and are using %XRFTEST command.
The syntax is as follows, AT%XRFTEST=1,1,3,18000...
The TWI_Scanner example is building and downloading fine (using SES) but it just prints:
"TWI scanner started."
Then nothing in terms of scanning addresses etc.
It does...
I've modified the ble-central/ble_app_rscs_c to scan for extended advertising packets.
The code works great on the nRF52 DK, but doesn't work on the dongle (nRF52840). ...
Hi everyone
I'm trying to implement the MQTT sample on my devkit but I'm a little bit lost. I never used the MQTT before, so its a little bit of a chocking to me.
From...