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...
Hello,
Is there a modified radio test firmware available? I am hoping for something that can be connected to via BLE, command it to turn on a tone, and then reboot the processor...
Hello,
I'm trying to send and receive data between the nRF52832 chip and a phone by following this tutorial:
https://github.com/bjornspockeli/custom_ble_service_example...
Hello!!
We are carrying out a project using nRF52832 , in which we must send a data to a phone every 1 second for 10 hours. The data sent is a sequence of numbers from 1...
I'm using Eclipse CDT for debugging according to the tutorial on this site. I've installed the device pack and I do see the nRF52 peripherals in the debug view. However all...
Hello Out There,
The Getting Started, it states as follows.
The following steps are required for nRF9160 DK versions UP TO v0.9.0. Newer versions of the nRF9160 DK contain...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
Hi Friend,
I use nrf252832 MCU and SDK 15.3,
I would like to Implement below function,
1:Device bond phone A without password first , the phone A popups a bonding dialog...
Hello. I've migrated my application from SDK 14.2 to 15.1 and I obtain this strange message from peer_manager_handler in my log: I obtain this message only when I connect...
Im trying to enable the Scheduler on a mesh example, but Im getting "1127959>, app_error_weak.c, 108, Mesh assert at 0x0002C9E4 (:0)" each time I try to add or connect it...
Hi,
I want to close uart by using app_uart_close() for low power, but can not init uart again by using app_uart_init() or nrf_drv_uart_init().
More I had try TASKS_STOPRX...
Hi All.
I am trying to use the " ble_advertising_advdata_update" function, but my compiler is giving me the following error. Which class do I need to add?
undefined reference...
Hi, I recently updated the "Toochain Manager" app inside "nRF Connect for Desktop" to v0.8.0, and after this update, the Segger embedded studio IDE just freezes when opened...
Hi,
I am using nRF52832 and sdk 16
I am done secure bootloader dfu. By generating the new firmware application. Zip , this part is working fine
Now I want to do buttonless...
Hello,
I'm trying to use the Interactive PyACI script as a provisioner for my custom nrf Mesh projetct, but it won't find my unprovisioned device.
Using another dev board...
Hi
I am working with SDK 15.0.0, softdevice 6.0.0 and pca10040. I migrate my firmware from 13.0.0 to 15.0.0. Everything works ok with sdk 13.0.0
I used multipheriphral...