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,
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...
From the online guide page: https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/nrf52840_DK/intro.html
The PDF download - infocenter.nordicsemi.com/.../nRF52840_DK_User_Guide_v1...
Hi,
I tried to sniff 2 BLE devices and decrypt mesh packets using application / device / network keys option available in wireshark. I unable to see decrypted data. Please...
Hi,
I included pwm code in my code and its related libraries and drivers.I am getting errors like these :
I removed non-Softdevice paths from the user include directory...
I'm trying to use this API: NRF_STATIC_INLINE void nrf_rtc_subscribe_set(NRF_RTC_Type * p_reg, nrf_rtc_task_t task, uint8_t channel) to set DPPI subscribe configuration for...
Hello, I'm Jongryul
I want to deliver voice through BLE.
I wonder if this chip supports voice command.
If this chip does not support voice command, I wonder about the...
I'm trying to create a siren tone using the pwm library, that ramps up and down between 2kHz and 3kHz.
Initially I started with the example provided in SDK v15.3.0 nRF5_SDK...
hello community!
Recently I got urgent job to rewrite sensor firmware to nrf52832.
Its not my project basically, another company project.
I wonder why rf52832 didn...
I understand with LTE-M they are supposed to offer greater distances to the cell site, but how do we tell how far away we are from the cell? In the good ol' days, we could...
It says under the S113 information that is supports extended advertising yet I can't see it in the API. I would like to take advantage of the 255 byte advertisement size for...
I want to use NRF9160 for development, now I want to pick something bootloader, so which one do I use
1. \ zephyr, replication, bootloader, McUboot \ zephyr
2. \ zephyr...
I am trying to develop a product with your nRF905. I have two units set up, and can read and write via SPI. However my concern is your poor documentation.
You do not say...
Hello, this is the person who asked about " devzone.nordicsemi.com/.../question-serial-output-uart ". First of all, thank you very much for your sincere reply.
The reason...
Hello
I would like to view the changes in sensor values in real time in a graph. Can you recommend a tool from Nordic or an easy-to-use program?
Thank you.
Sometimes during a DFU update, the NRF52811 can stay in bootloader mode (seen with name DFUTarg and mac_address equal to mac_address +1). I am on Softdevice 16.0 I'm using...
How to read values from 5 Analog pins at the same time
I know how to read from one Analog Pin, but i don't know how to access 5 analog pins at the same time and display...