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...
hello all,
I am trying to find the best power efficiency to transferring a pack of data(30 byte each time) from one nrf52 to another nrf52. I have a 80 uA in average power...
Hi all
So i had a working running example on SDK Thread and Zigbee V3.0.0. This flavor used the softdevice s140_nrf52_6.1.1_softdevice.hex I've migrated to the new SDK...
Hey All
I've found thread, dealing with this problem here: https://devzone.nordicsemi.com/f/nordic-q-a/77775/nrf_ble_lesc-nrf_crypto_ecc_key_pair_generate-returned-error...
I try to connect my nrf5340 CoAP server via my border router with CoAP Messages (with the IP address) from a computer. Is that possible? And if so, How?
I made a border...
I want to read peripheral's characteristics value in a fixed time interval or an event-based in the central.
I am using the nRF52840 Evalution board and SDK_17.0.2.
Here...
hi Support team,
Customer tested mesh SDK4.2, and now had one question:
their product is end node, and once button pressed, MCU is waked up and send the message to server...
in the gps example, there is a struct
nrf_modem_gnss_pvt_data_frame
in which contains the accuracy in meters, by documentation definition, it's /** Accuracy (2D 1...
Hi,
Facing some issue in creating sample application in vscode
nCS sdk V1.7.0, created sample hello world project and added build configuration for bl653_dvk
getting...
Hello all. Now I am making a BLE network with multiple peripherals and central based on NUS. How could I make data transfer between the central and specific peripherals? I...
Hello,
I would like to develop OpenThread applications that run under ZephyrRTOS for the nRF52840 processor. It appears that there are 3 possible development approaches...
Hello I'm trying to implement the DFU Trigger library into my project. to get following function:
" When the trigger library is added to an application, it allows a connected...
Greetings,
I am trying to get the nRF5340 DK to run on the coin cell battery attached to it. I removed the plastic and the USB cable then I put the "nRF power source" switch...
Hi team,
When we set fast advertisement timeout (uint32_t ble_adv_fast_timeout; /**< Time-out (in units of 10ms) for fast advertising. */) to a value greater than 0xFFFF...
i am using Laird smartBASIC for my programming of the BL653. I cloned the firmware of the evaluation board using the supplied Laird batch files and the J-LinkARM interface...
Hello, I have a question that I can't find an answer to in the documentation. The answer may be somewhere and I am just unable to find it.
My application utilizes sd_ble_gattc_write...