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 Dev team,
I am working on a nrf9160DK and transmitting my sensor data to a MQTT Client. I tested this through an application : MQTT.fx (Using mqtt.eclipse.org as open...
To the kind attention of Nordic support team,
I ve been testing your sdk peripheral/usbd example in my S3 system and it is able to wake up the entire system when pushing...
Hallo,
Today I joined the seminar about "Using the nRF9160 as a Serial LTE Modem". It might be an interesting option for us to switch over to Nordic, we are currently using...
Hello,
I would like to synchronize 2 hardware PWMs between them (nrf52).
I mean with NRF_PWM0 and NRF_PWM1.
I tried to do this:
But it doesn't work, my 2...
I am using NRF52840 custom board and SEGGER RTT log for debugging.
I set the NRF_LOG_BACKEND_RTT_ENABLED 1 and NRF_LOG_ENABLED 1
The following is a screenshot of my...
Is there a way to trigger a work item on a nrfxlib socket event without a dedicated thread? Right now there is three polling mechanism in the SDK:
Zephyr k_poll(), which...
The Nordic 52810 that I'm using now for my development project has to do with the pairing of Android and iPhone. Android is available through Bond and Delete Bond in nRF Connect...
Hi,
I would like to know how can I implement the following i.e., 1. I want to print a line in cli for example,"Input a number"
2. Then i want to store this number and...
I'm trying to erase and/or flash the nrf52 dev kit and it's always failed with following logs
[ 2020 -Nov- 26 01:20:21 ] [ info] -------------------------------------...
Hi, I'm working on nRF52832 based device with s112 and SDK15 based bootloader and app built with gcc. I have modified default Nordic bootloader to start DFU transport on hardfault...
Hello
I want to send saadc data over BLE as 100KSPS
#define SAADC_SAMPLES_IN_BUFFER 120 #define SAADC_SAMPLE_RATE 1200 /**< SAADC sample rate in us. */
If, I set this...
I'm currently searching for a solution to test the communication between a smartphone application and a bluetooth beacon without the use of external devices (nrfConnect App...
Hello, nrf community I want to do OTA using thread with nrf52840dk-PCA110056.
I already ask a question on GitHub https://github.com/zephyrproject-rtos/zephyr/issues/29740...
I'm trying to disable the log for the module NRF_BLE_GQ, but it seems that the nrf_ble_gq.c doesn't have the piece of code that disable the log for that module,
in other...
Hi,
I am trying to make a USB to BLE (central) device with nRF52840. I have removed the end character check from the "usbd_ble_uart" example and used a 50ms timeout instead...