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 add the MAC of acquisition device in the broadcast initialization of nrf52810 serial port routine, it can display complete. But I added the Mac to the template broadcast...
Hi ,
My firmware is almost done, and now is the time to optimise power cunsomption.
First, my software has a special mode. Each day it wakes up, communicate with a sensor...
Hello,
We are developing products with nRF52810 MCU. There are only 100 bytes ROM left now. We hope to update bootloader via Buttonless DFU in single bank way. Is it available...
I want to use the four peripherals UART0, UART2, UART3, and I2C_1 on nrf9160. When I was building the project, I encountered the following error.
Here my prj.conf
...
Hi,
I received a Thingy91 and am unable to commission it to nrFCloud.
The Thingy91 skipped orange breathing as mentioned in the manual here (step 4). It went directly...
Hi! I'm running a project with an nrf52 chip for which we use the JLink as the interface. I've been using my setup a lot for the past year. The other week, every LJink command...
Hello,
i'm trying to understand how the management of the SS pin is (or has to be) performed when using nrf9160 as SPI master.
In this post Håkon said that:
"Most driver...
Hi,
I using the radio test example on the pca10040 with nrf52832 EVB.
And set the radio test to Tx, the parameter as below:
Data rate: NRF_RADIO_MODE_BLE_1MBIT TX power...
I have searched the devzone and couldn't find any solution
followed the instructions from Nrf Connecta dn verified as well.. using
tag v1.1.0 (have done west update...
I'm using the MESH SDK 4.2.0 on a nrf52832 in combination with the Serialization interface (ACI) example
We'd like to implement the key-Refresh cycle and are planning on...
I am trying to setup (Nordic Edition) SES 5.10d for an example to download to the nRF52840 Dongle.
The tutorial* helpfully discusses how to avoid overwriting the MBR and...
I am using nRF52840-CKAA-R7 II2c to connect to my MSP430 i2c[ slave]. i have put any pullup on the clock and data thinking, to use nordic pull up in default. clock is connected...
Hello, all ..
I'm using nrf52 pca10040, s132..
I connected custom board and nrf52, and would like to communicate with uart. First of all, custom board is model cm1106...
I am looking to write my own IRQ handler for the UART. I read the post https://devzone.nordicsemi.com/f/nordic-q-a/46822/nvic-table/184731#184731
and added my own definition...