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...
Hi,
I am using nRF52840 dongle for my development with "usbd_ble_uart" profile from SDK located in this following path RF5_SDK_15.2.0_9412b96\nRF5_SDK_15.3.0_59ac345\examples...
Hi.
I saw lots of questions but I could't find answer about BLE & flash write func.
Setup is nrf52832, S332, SDK 15.3.0.
using ble, ant+, gpio, timer, adc,
in code...
Hi Nordic:
I have a question about retart saadc. i want to restart saadc in a bsp event(BSP_EVENT_KEY_3) and it works. the following is my code:
i learned in this forum...
1. Download and install nRF Connect from Google Play or App Store. 2. Open nRF Connect. 3. Make sure that the DK is running the ble_app_uart example. LED1 should be blinking...
Hi,
My firmware is working well and handling required functions, so I have begun trying to work on power management to reduce device power draw. I am using S140 and my BLE...
Hello,
Using light switch dimmable (experimental) example, I will like to change the default name displayed by the server/client to a custom name.
See the screenshot below...
Hi,
I'm trying to receive data from a UART transceiver. I'm using a nRF52 DK with a RS485 to UART transceiver chip.
On my debug session I get the " NRF_SERIAL_EVENT_DRV_ERR...
Hi,
I have a nRF52833 DK which contains PCA10100 debugger on it.
However, examples in the nRF5SDK160098a08e2 SDK seems like not supporting PCA10100.
Which example...
Hi all, I am beginner to Bluetooth module interface and I am in the stage of implementing the software for Bluetooth module to start and visible to other Bluetooth device...
Hi,
Lookin at this ticket https://devzone.nordicsemi.com/f/nordic-q-a/32090/qspi-pin-mux-on-nrf52840 for the nrf52840 it is said that it is ok to put QSPI on any pins (depending...
Hi,
I need to use cJson library to parse some json data. I have seen that the library is located at "nrf\ext\cjson" path. I have also seen how to add that library to a...
The documentation is VERY difficult to search. A search only goes over the chapter. I get different results depending upon which one I am in .... aarrg! And there are SOOO...
Hi,
I am not sure about the functionality of notify_cccd_handle.I am sending data from central to peripheral so the central should receive a notification from peripheral...
Very similar to this post , my use case involves cycling the modem between online and offline ("AT+CFUN=1" and "AT+CFUN=4"), for enabling GPS and also for reducing power consumption...