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 working with nrf52832. system on sleep mode is working ok in ble_app_uart example by commenting " //err_code = sd_power_system_off(); //APP_ERROR_CHECK(err_code...
I'm guessing this isn't the best place to ask this question. Please redirect if you can suggest a better place to ask. Thanks! I'll recopy the question here:
NRF has an...
Using
SW : NRF_SDK_16, SDK_MESH_v4.0
HW: NRF52840 DONGLE.
I have implemented light_switch_client which also has USB part initialization and then added in USB_DONGLE...
I am working on the nRF5340DK and NCS v1.5.0
Acording to this example https://github.com/NordicMatt/multi-NUS , I used the Throughput sample as the fundermental project...
I'm measuring the power consumption of the BLE Beacon example and got the graph below for one beacon transmission. I'm wondering what those smaller peaks are with 1ms period...
Howdy,
I'm evaluating the nRF Sniffer + nRF52840 dongle as a stop gap BLE sniffer solution, but I'm having a lot of issues setting it up.
Re: Installing nRF Sniffer (...
Good morning,
I am working with the AOA module of the nRF Connect SDK. I have been able to configure and program the transmitter with the CTE as well as the receiver and...
Dear Nordic,
we are developing an application based on SDK 17.0.2, it user FreeRTOS and BLE with Peer Manager.
We need to store few data in FLASH without confict with...
Hi
We are trying to get the DTM mode working for the NRF52 2nd BLE for testing BLE TX power and RSSI at the factory.
(1)HW setup is shown
(2 ) Procedure
We have...
Hello,
what are necessary that a Device automatically (without a 3rd party app) connect to the GATT Server with a HID Service.
I have implement a
HID Service,
Device...
hi,
I'm use nRF52840 to developing a Computer Keyboard,i wish 8X18 matrix a total of 144 buttons,About keyboard button matrix, please help to determine which GPIO can do...
Hello,
I am trying to resolve some compliance issues with the third-party libraries that are used in the SDK. For nanopb, it seems like the changes in pb_decode.h mentioned...
Hello,
I want to configure pin 0.13 as a rising edge interrupt.
Is there any sample code to configure the pin and interrupt handler?
Thanks in advance.