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 everyone,
I work on an custom board with the nrf52840, the SDK 15.2.0, the SoftDevice 140 6.1.0 and FreeRTOS.
My problem is that during a BLE transfert of a lot of...
Can I develop a software with MESH network support (1MBPS) and 16 Central links (CODED_PHY)?
All my tries is unfortunaly. But I dont give up.
Just guide me please and...
Hi, I have 2 nRF52840 D K but suddenly both are not showing on my PC. I have checked my data cable which is working fine on mobile and transferring data. I have also checked...
Hello,
I am evaluating the possibility to use ESB protocol on nRF52840 development kit. As far as I understood, for HW limitations, the maximum number of pipes in a star...
Hi all.
I want to increase number of sending packets in TI. I searched for the answer and I found answer wasn't for v7.2.0.
please give me a solution for v7.2.0 sdk ....
Hi
I want to receive data through UART RX interrupt.
--> A n interruption occurs to notify me w hen one character(byte) is received, and i store it to my memory buffer...
Hi everyone!
We're working with the processor nRF51422 with S210 softdevice and we've found an issue about the QDEC sample frequency. In fact, the minimum sample period by...
i have nRF52840 Dongle (PCA10059) and when i connected the dongle and opened nrf connect SDK application and tried to run BLE, then i am getting the following error. Kindly...
I am following the step to install my nRF52DK, but when I check it with "python3 nrf_sniffer_ble.py --extcap-interfaces", it has some error:
Could anyone help?
Hey!
I will post the whole code if necessary but for instance as I thought it would be a little glitch in my code, I tried to explain the basics of my problem for now: ...
ASSET TRACKER V2 Modem problems:
I have set up asset tracker V2 for nRF9160 and it sends the messages (GPS, Temp, Hum, etc) and the corresponding timestamps, which I can...
Dear friends,
I followed the tutorial( Using serial interface for provisioning and configuration ) control a mesh node.
a) The PyACI as a host via uart connet to 52840...
I'm running NRF Mesh3.1.5 in Android on my Galaxy S10. I'm following the steps in the Bluetooth Mesh Developer Study Guide and can connect to the Switch an Light nodes as...
Hi,
I wanna my appication run first instead of bootloader. Here is my steps:
Create bootloader_setting: nrfutil settings generate --family NRF51 --application application...