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...
We would like to try using the standard DFU process to update third party device connected to the nrf52 chip.
For proof-of-concept I want to use DFU update with experimental...
The toolchain manager always fails with the following error: Failed to clone the repositories: env: bash: No such file or directory
MacOS Big Sur
nRF Connect for Desktop...
This is more of a zephyr question I suppose, but is there anywhere I can look at a list of setting key values pairs? Or alternatively what is the best way for getting the...
Hi
For nRF52840 as Zigbee Coordinator, for an unknown new device (ED), after the new device joins the Zigbee network,
Is it possible to know the Profile, End-Point,...
Hello, guys!
We have FCC/CE/UKCA/RCM/EAC certified board that contains nRF51822 SoC. We currently don't have a possibility to enable the internal DC/DC regulator of nRF51822...
Hi,
I am moving from FreeRTOS to Zephyr. So I jused some of your simple example for trying to understand basics. I edited it little bit.
I have some default task from...
Hello,
I'm using the flash MX25L1283 together with the NRF52840. I've implemented a new driver for that flash using the nrfx library. Everything works fine !
However,...
To achieve the maximum transfer rate over ESB, I added the following expression to the ESB initialization function:
NRF_RADIO->MODECNF0 = (NRF_RADIO->MODECNF0 & ~RADIO_MODECNF0_RU_Msk...
Hello,
I am using nRF52832 DK board. I wanted to drive some o/p signal from the MCU. So for testing purposes, I just toggled one GPIO from the Timer CC channel. For that...
On a custom board, VDD and VDD_GPIO are independent.
Is power supplying VDD1 and VDD2 enough to program nRF9160 through SWD, or do I need to also enable VDD_GPIO to program...
hi everyone i have flashed dfu to my nrf52832 using the latest sdk 17 i have done all the process as mentioned updating the ecc, private key publickey etc but my board doesnt...
I have an application consisting of a Thread Leader and a number of SED children. The communications scheme is set up to allow both children and the leader to have CoAP servers...
Hi Nordic,
nrf5 skd for mesh 5.0, nrf52832, sdk5 17.0.2
Now I am developing a product like a gateway. We just figured out that nrf52832 communicates with external device...
Hallo, hope you are having a good time.
I am using nRF SDK 17.02 and uses SES as an IDE.
Soft device S140 7.2.0
I have an application running which act as a central...
Hello,
I would like to know if it is possible to provide an example based on the lte_ble_gateway sample for writing and reading the characteristic!
I changed the example...