Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
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 Nordic Team,
My dev enviroment is as follow:
nRF52832(ble central)+ S132+ SES+ SDK 17.0
We are facing an issue regarding local BLE Address . When we are flashing...
Hello.
I am developing a peripheral roll using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I want to know the information of the device that sent the connection request. Also...
Dear Nordic Team Support,
I am testing throughput on different environments, my goal is to stream data from custom-board to Laptop. I have set up some experiments as shown...
Hi all:
I am using nrf52840 hardware. nrf connect sdk.
I am using file system and mcuboot at the same time. When i call ` flash_area_open (id, & pfa);`, i got a wrong...
Hello,
we developed a proprietary protocol on top of IEEE 802.15.4 user zephyr on a nRF52833. Everything was fine with hal_nordic on commit 74b3b21f60aa3dc9a4364ffc28dbb47ad8b699a9...
When I pair the peripheral with a dongle connected to nRF Connect Desktop application, then disconnect and Connect again, the nRF Connect does not remember that it was paired...
I built the SMS sample without changing anything. I am using a Lebara prepaid sim card. I was able to exchange SMS messages from one cellular phone to another. I checked with...
Hello,
For a long range test between the nRF Toolbox Android app and the ble_app_hrs (in nRF5_SDK_17.1.0 package) over the nRF52840-DK. I would need to setup this board...
Hi,
I initiated pin 28 as SCK of SPI as normal condition, and I'd like to switch pin 28 as GPIOTE while receiving a command via BLE.
Basically this is how I achieve...
Hi,
I have loaded a simple application on my nRF52840 that just activates a GPIO as soon as it reaches the main loop.
The SoC is powered externally according to the chapter...
Hi,
We will create a ble peripheral device and also can handle timing-critical uart request. The uart will be always communicating and response time can't be slower than...
Dear DevZone:
I am developing an evaluation board with the nRF9160 SiP model, but I have some doubts with the software. Does nRF9160 SiP come factory preloaded with any...
Hi,
I try to implement Serial DFU update using the info in the " Add DFU support to your application " at link
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides...
Hi Team,
When the slave side of the SPI received data from the master side, I want to log the received data to judge If it is right. But, I want to print it by log. it can...