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...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
we're using a library which is written in C++ and is using exceptions. As stated here Zephyr has C++ support including exceptions.
Following the docs I set
But...
Hello.
I wrote adafruit's arduino compatible bootloader via J-link.
The write seems to have been successful.
However, after that, the nrf52840 does not work.
Do you...
Hi,
Im using nrf9160 based custom board, nrf sdk 1.5.1. with Zephyr
Im using Uart in DMA mode but have small doubts in implementation
1. what is the max size of buffer...
i am using nrf52832 dev kit. i ran ble app uart and found hat uart pins are set to
Tx: pin 8
Rx.: pin 6.
i want to change these pins to some other pin number but when...
Sorry I have some project with ncs over ubuntu 20.04
I'll do west build -b nrf52840dk_nrf52840 -p ==> it compile
when i Try to debug with west debug it work
when I try...
Hi
Now,I`m trying to use NCS_v1.5.1 to develop mesh(Have been using nRF5_SDK of before).But have a problem on RTT LOG output.
For nRF5_SDK,the "Debug Terminal" window...
I have a problom about using nrf_fstorage_erase won't call nrf_fstorage_sys_evt_handler.
The project is on nrf52832 and using SDK 15.3, Softdevice s132 6.1.1. When I use...
Hi, we are developing on the NRF52833/840, using SDK 17.1.0. and FreeRTOS.
We currently have ESB that use FreeRTOS. The next stage is to develop the BLE function that also...
Hi,
We are evaluating ADC functionality.(We use nrf52832 on a device with sdk 16.)
The evaluation was performed under the conditions with and without offset calibration...
Hello,
Can anyone please provide me some idea about how to combine the mqtt-sn publisher example publishing on data topic with the mqtt-sn subscriber example subscribed...
I've noticed that some of the samples/applications in NCS that use cJSON are
Generating a pointer to a string on the heap
Then publishing that data (which ultimately...
Hi there, I'm trying to combine the BLE Multilink example with the Throughput example, with the hope that I can connect 1 Central to 2 Peripherals and get a high throughput...
I would like to emulate a NFC type 2 tag on a Nordic nrf52833 based device. I have the source code for the NFC driver (nrfx_nfct.c), but I can not find the source code for...
I would like to know if Nordic could provide me with a Zephyr compatible pre-compiled nfc_t2t library (nfc_t2t_lib_gcc.a or nfc_t2t_gcc_no_fpu.a). I managed to link library...