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...
I'm trying to track down an issue where our application gets stuck due to what looks like an infinite loop in the app_timer2 timer list. When it occurs we see the next pointer...
Hello,
I'm using a custom board with nrf52 using sdk12.1 and SD132 v3.0.0. and the nordic's nus peripheral service.
I am able able to read and send data without any...
Hi,
I had a building project until I added app_uart_fifo.c. The app fifo and uart flags are enabled in the sdk_config.h. This is a custom board. Now when I build I get the...
Hi, I'm building a BLE peripheral with one button only. The button exposed over bluetooth. Obviously, the button handling module (GPIOTE) is used. After advertisement timeout...
Hi,
I am want to do wake up on motion when any threshold value generated by icm 20948 accelerometer I want to send an interrupt from icm 20948 to nrf52832 to wake up from...
Hi !
I'm using the nrf52832 with SDK 11 as pheripheral.
In Android phone the bonding and the scan request working great with my unit !
However, in IOS
1) i do scan...
Hello,
I am working with LPN example of SDK 3.1.0. In the example I need to change the poll interval time based on our application requirement.
I looked at this equation...
Hi Nordic team,
I have a curious problem I need a little help with:
(NRF52840 & SDK 15.3)
I have a project which is an integration of the ble_uart example and the serial_uartes...
I have searched your forum and have found several references to my issue; however, I have not been able to get anything resolved.
I am using the nRF51822 which is part of...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
I have gone through “Application Timer” tutorial...
I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays...
I was wondering if it is possible to do HTTP requests with the nRF9160 just by using AT commands? Since this is usually possible with such kind of modules.
The reason is...
Hello everyone,
I've got a three type of devices: 1 Central device, 2 Peripherial devices, and mulitple beacons. Central is connected with two peripherial devices with...
Hi Devzone,
We are using the nRF52 DK in a prototype which is under stress, and we noticed that any bending of the board breaks the BLE connection.
To easily replicate...
Hello,
I am currently writing a script whose purpose is to automatically provision and configure devices.
My question is related to the devkey_handle and address_handle...