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...
Hello all,
looking at how to navigate with the nRF tools, hardware amd software.
For example, have designed a bit of applciation with seome peripheral drivers, but I am...
Hello,
I am having trouble communicating with the nRF82532 and the DTM software. I am using nRF5_SDK_17.1.0 which has the DTM firmware. The project that I selected is: direct_test_mode_pca10040...
Hi, I wanted to change at runtime the iSerialNumber exposed by USB descriptor. As Kenneth suggested ( link ), the solution has been to override the weak function in usb_descriptor...
#define GPIO_SPEC_AND_COMMA(button_or_led) GPIO_DT_SPEC_GET(button_or_led, gpios),
I find this code in the buttons and led .c file
I tried finding what is does , but...
Hi!
We use the following approach:
If the pin is configured using nrf_gpio_cfg_input we read the pin value via nrf_gpio_pin_read;
If the pin is configured using...
Hi,
I wanted to store a simple integer (the "serial number") by using Setting subsystem of nRF Connect SDK 1.8.0. Settings is based on the internal flash of device (nRF5340...
Trying out Nrf5 sdk v17.1 with SES 6.32 and opened up an ANT+ example `ant\ant_debug\d52\s212\ses`
Tried to build, 50% compiled successfully, but i get repeated errors on...
We use nrf52833, and the SDK is 17.1.0. We have the following questions about gzll: 1. How to count packets_num and timeouts_num in Packets Statistics? timeouts_num Where...
Hello,
I am trying to send a large file through BLE from an nRF52811 to a Raspberry Pi 4. File size is about 77 kilobytes.
Here is BLE setup on the nRF side:
Custom...
Using the DM, in the discovery_complete callback, after finding two CCC handles from 2 custom UUID's, I can subscribe to only one of the two, the other fails with EALREADY...
Hi,
I am not sure where to go next, so looking for some debug help.
Setup : I am using the 9160DK - the 52840 is being used as an ANT+ receiver, where it forwards on UARTE...
I am working with the AWS IoT sample on the nRF9160 development kit using Nrf connect 1.8.0. I am testing the disconnection behavior by removing the sim card after connection...