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,
I want to send keyboard keys to change tab i.e CTRL+ALT+TAB, how can I send these keys from the Bluetooth HID keyboard to change tabs on my PC?
Thanks
Hello everyone,
I work with the Light_switch mesh example and I would like to send a byte from the client to the server. How can I do this? In the client board, which function...
when I build a demo project, got those errors, how to fix them?
.\Objects\ble_app_templete_s132.axf: Error: L6218E: Undefined symbol __start_log_const_data (referred from...
Hi, After upgrading from SDK 16 to SDK 17 my device started to assert on app_timer2.c line 298:
This happens way more often when running without debugger/RTT.
I checked...
Background:
First, let me state that this is a huge amount of contradictory information on this forum due to the UICR registers behaving differently for each generation...
Hello,
I am designing a test jig with embedded gang programmer (10 targets) for our NRF52840 module and i have issue with reliable target acquisition, i would like to know...
I’m very familiar with the HID keyboard and mouse profile and have built products using it but need direction on how to replicate the functionality of a up/down/left/right...
Hello
I've seen that this topic already has been discussed several times but i couldn't find an answer.
Am I right when I say, there is no PC application for logging received...
Hello,
I'm trying on the ESB examples in nRF Connect SDK v1.3.1, but it seems the Zephyr is crashing during the call k_sleep (l. 54). The following code I isolate the "k_sleep...
Hi All.
I am writing an application that has several notifiable characteristics, and up until now they have been sending data just fine, however the other day I was cleaning...
Dear all,
I'm currently implementing the 802.15.4 stack using the precompiled library inside SDK 17.00. I'm trying to send data every tot (10/20/30) ms. What I currently...
Hi,
On our custom nRF52840 board, we have an external LTE-M modem.
We would like to eventually use this modem to send data over the network, including LwM2M. What is the...
Hi i am debugging my code and i don't understand why i end up in a "fatal error" even if my function is returning NRF_SUCCESS.
My errors are so defined:
and in my...
I am in the process of evaluating the NRF52840dk and the NRF52840 dongle. I would like to have a program that will show, or record, RSSI data between units, or a unit and...
Hi,
Our setup includes two devices, a central and peripheral. For both devices, nRF52840 is used.
We are working with nRF5 SDK version 16.0.
In our application, the...