I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
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, watched your long distance test video. I can find the code in the file NRF5_SDK_15.2.0_9412b96.
How to change the output power (db type example 2 db or 3db)
Hello, I am currently evaluating the nrf52840 and nrf52832 for the purpose of bluetooth mesh. I found flash usage information in the mesh SDK documentation as follows:
Build...
So I'm very new to the Nordic nRF52 and nRF5 SDK. I'm using the blinky examples as a starting point for a remote control that will drive motors. My customer's question is...
As per my requirement, I need strong pairing mechanism, i am referring ble_app_gls example of nRF5_SDK_15.2.0_9412b96 sdk for checking pairing. As i have seen in the code...
Hi,
I could not find any example of the 802.15.4 stack API that talks directly to the PHY Layer, by means of PD-SAP and PLME-SAP, as shown in this picture:
https://github...
Hi,
I am currently using nrfgo mother board ( nrf6700). I could able to connect to nrfgo studio and see it is connected I can also program external device through ISP. Cant...
Hi,
I got my new PCA10056 development kit. As soon as in connected it with my PC and opened nRF Go studio, a confirmation popped up to update the firmware. I updated the...
I am working on a product which uses the nRF52832-CIAA. Whenever I update the firmware via JLINK/SWD, there is a pin (P0.19) which toggles during the FWUP process.
This...
Hi,
I have received nRF52840 DK. The MCU which is present on board is named as PCA10056 1.0.0 2018.33 683159885.
What is the meaning of 2018.33 on that?
Hi
i'm trying to create my own custom service, but it doesn't work , i can't service at nRF Connect
i use ble_app_template from SDK v15.0.0
when i debug it, code from...
Hi,
I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. But I meet a very strange problem. The project couldn't run after I program, no matter I use Keil or...
Hi,
I'm using the LSM6DS3 IMU using SPI.
I am able to read the WHO_AM_I register and retrieve the correct data with this code based on the spi example from the SDKv14...
Hi
Firstly i am coming from 8 bit world(PIC and Arduino) and not so good at c programming. ( just writing all code in main and sometimes using function) (not even use pointer...
Hi.
I want use the synthesized LFCLK.
But sdk_config.h has the 3 items about LF clock source
- NRFX_CLOCK_CONFIG_LF_SRC
- CLOCK_CONFIG_LF_SRC
- NRF_SDH_CLOCK_LF_SRC...