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, using nrf52832 SDK 16 in the NUS example I'm working
for that, I added custom services
whenever the program running it's working fine but after some time it's automatically...
Hi,using nrf52832 SDK 16 in NUS example I'm working
for that, I added custom services
when ever program runing it's working fine but after some time it's automattically...
Iam facing mesh assert error if i call any function in super loop.
given code:
static void rtt_input_handler(int key) { uint32_t button_number = UINT32_MAX;
if (key...
I have realised the provisioner example code from nrf Mesh SDK. There I found the following set of code to be executed when i pressed button 4.
if (mesh_stack_is_device_provisioned...
Hi.
I am using Central's ble_app_uart_c_pca10028_s130 which is a sample of nRF51822.
I would like to see the timestamp of the advertisement acquisition I receive from...
Hi,
NRF52840 datasheet section "5.4.4.2 64 MHz crystal oscillator (HFXO)" mentions crystal tolerances being dependent on packet size.
It is not clear to me, what layer...
Hi,
I've had the nRF52 and Segger Embedded Studio on my old computer. But the old computer is dead now.
I am trying to create the same environment on my new computer....
Hi nordic
I run the HID keyboard with SDK 15.2 and connected to IOS's nrf conncet.
but i can't see the HID service in the table.
how can i use the nrf connect to debug...
Hello there,
I'm ripping my hair out hear reading everything I can to get the non volatile memory reading and writing.
I have a nFR52840 dongle and I dont want to...
Hi everyone,
I have a project that needs to use multiple saadc channels but I don't want to use ppi but use app_timer. So is there any way I can change between saadc channels...
I'm using a timer to trigger pins via PPI & GPIOTE. Setting the PPI TEP to the GPIOTE task works as expected. However, when I try to set a second pin via GPIOTE task via PPI...
hello Nordic
i am working with nrf52832 soc with SDK 16.0, S132 V7.0.1
following this path:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development...
Hey,
There is a microSD connector on the bottom of the nRF9160DK (v.1.0.2). Is there a way to utilize it as an external memory? I can't find any information about it on...
Hello,
I've been studying Bluetooth technology for a few weeks. I wanted my first to implement a simple key finder device, as my first project. I was doing some research...
Hello, For our nrf52832 custom board developed using nrf SDK 14.2, I need to turn OFF and ON LED accurately in terms of ms, hence after going through this page, I used Single...