Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
Dear nRF,
I have couple of nRF21540-dk boards (PCA10112) in my hand. I would like to use nRF Connect Direct Test Mode to activate TX and RX.
I found that the tool lacks...
Hi,
We are design custom Board using nRF52840 SOC.
We are operating it in Normal mode, using internal DCDC converter
We have used configuration 5 from reference design...
I am taking over a firmware Bluetooth project and am reading the code that is having some issues. Below is a snippet from a BLE characteristic read callback. Here a double...
I set a timer on the net core of nrf5340. The timer sets an interrupt of 10s. After the chip is reset and runs for 10s, the while (1) of the main function is interrupted,...
SDK Environment: nRF Connect SDK v1.7.1 Target: Decawave DWM1001-DEV. This uses the nRF52832
If I add CONFIG_LOG=y to "prj.conf" in the zephyr sample peripheral_dis, when...
Hello,
I'm working with a NRF52840 DK and a module BLE nrf805.
I'm programming thanks to the software SEGGER.
I have sent the blinky simple in my dev kit to test a...
Hello,
I am using the Segger Embeddd Studio from the nRF Connect Desktop and the nRF52840-DK board.
I am working over the project into the "ses" directory for SoftDevice...
Hi,
Do you have an example of the \ble_peripheral\ble_app_hrs with Coded PHY for the nRF5_SDK_17.1.0? I have tried to use the BLE_GAP_PHY_CODED definition in different places...
Hi,
Is it any possible setup to connect a NRF52840-DK to the nRF Connect app in a smartphone without pairing or bonding? That would help me for testing and in this stage...
Hello
I am launching a project and I intend to:
Want to use multiple mobile phones and nrf-mesh software, Connect to a mesh server and turn on or off a led
So I connect...
This commit to the sdk-nrf repo: https://github.com/nrfconnect/sdk-nrf/commit/fdd7a24857a6e762055a0192293fc85165246e7f appears to me to indicate that hardware crypto support...
Hi, There:
Can the mesh device be modified the APPKEY,NETKEY,DEVKEY and the unicast address after be provisioned? And How?
I had tried to modify these parameter provide...
Hi team,
Currently we are using nRF52840 in our project.
we have plans to redesign the hw
does nRF52833 have any advantages over the nRF52840?
if so, Could you please...
in sdk_config.h it says this
on page 24 of the nRF52832 datasheet, it seems that UART and UARTE cannot both be used (they share the same ID). Is this correct? effectively...