Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
My problem is similar to this
https://devzone.nordicsemi.com/f/nordic-q-a/64696/projects-for-writing-into-flash-memory-does-not-work-on-nrf52840-dongle/264746#264746
except...
Can a "Pin Reset" recover the nRF52810 part if the part has encountered a slow voltage rise, greater than 60 ms, from 0 - 1.7V (described in the image below)?
Hi, I am new to nordic and zephyr and I have a sensor (Melexis - MLX90641) and I would like to test it on a custom board using nRF9160.. I add the sensor into the dts files...
When I open the nrf connect sdk project, it goes like this,
How can I fix it?
Creating solution direction_finding_connectionless_rx.emProject cmake -GNinja -DBOARD=nrf52833dk_nrf52833...
Hello,
I am preparing to develop a design using the nRF52840 and would like any guidance or consideration for an LDO usage. I have found some previous mention regarding...
At 1Mbps, UART will lose data when receiving. When I set it to 230400bps, it works well. I looked at the SDK code and found that too much time was spent in the receiving code...
Hi,
I had asked a question here few months back, about the maximum RSSI that can be seen on the nRF52832 chip.
https://devzone.nordicsemi.com/f/nordic-q-a/73578/maximum...
Hello.
We have several of our own manufactured boards, containing the nRF9160 cellular modem chip.
We use it for HTTP and HTTPS connectivity, on an application based on...
Hello. We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I'm looking at how to encrypt a string with AES CBC. Below is the code we are considering.
Currently...
Hello.
I'd like to split an external QSPI flash chip so that part of the memory is accessible as raw blocks, and the other part holds a filesystem such as fatfs. Essentially...
Hi
I am using NCS version 1.5.0, I need to drive the GPIO pins of NRF5340 DK using the below library
"#include <nrfx/hal/nrf_gpio.h>"
While trying with this header...
Hello,
I am trying to run the example projects "ble_app_uart" in SDK17.0.2 on nRF52833DK, following the guide shown here: https://infocenter.nordicsemi.com/index.jsp?topic...
Hello,
1- we are using button-less secure bootloader.
2- Have successfully download our application image to the target via nRF Connect mobile App.
3- When target is...