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,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
All the SDK health device examples appear to have a rather complicated relation between the BSP buttons and the behavior of the device (advertising, connected, etc.) which...
Hi Everyone,
I am having some trouble on nrf5380 PDK. I can not connect it to my PC.
I attached photo of nrfconnect.
There were 3 serial ports but I have used just one...
when using the TIMER, I set the TIMER's time_ticks=53328 which means that every 3.33ms, the TIMER will call its callback function and start ADC sample. However, when I use...
Hi.
We are evualuating and testing NRF9160 DK and after a while testing and reading different threads of the forum I know the mode GPS + LTE in the nrf9160 only work in...
Hi. I'm using external board with nRF52832 and GPS. (SDK15.0.0)
I used ble_app_uart example and succeed in receive data in my nRF UART v2.0 app.
I got this kind of data...
Dear all, Im experiencing the following error that pops out on RTT console during the first few lines of main():
I understand the definition here: https://infocenter.nordicsemi...
This is my code:
This is the results of the logs in the code:
<info> app: tx buffer length = 8 <info> app: AA <info> app: FF <info> app: 10 <info> app: 08 <info> app...
We are using an MX25R6435FZNIL0 part on a design with a nRF5340 module and wish to test that 48MHz operation of QSPI is working, we are using the latest master version of...
I am using Keil and trying to debug one of the examples in nrf_SDK_12.3.0 and half of the lines are not accessible in line by line debugging. Those lines where one can set...
HI!
I use flash data storage (fds) to store some user inputs in flash. Everything works fine, but I am surprised by the fact that the function fds_record_update() is not...
Hi All,
Using SDK15.3, NRF52840 USB Dongle.
After a few experiments I would like to clarify my understanding on how the usb bulk write works.
I am currently writting...
I am using Nordic Thingy 91 Kit.
I have uploaded modem and application firmware URL : Nordic Thingy:91 - Downloads - nordicsemi.com
I am facing following problem while...
The following issue is for NCS version 1.4.0 and 1.4.1 for an nRF52840 DK target.
When CONFIG_BT_AUTO_PHY_UPDATE =y for both a peripheral and central, I see in Wireshark...
Hi,
I am using the following snippet in my application. it is working fine sometimes but the other times it's not coming out of the while loop.
can anybody point out the...