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...
1、Does nrf5340's application core and network core support external flash for firmware upgrade?
2、When the application core is upgrading, what is the network core doing...
Dear Members,
I used
E:\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\main.c
I can see it's running in COM11 from J-link, but I can not see any datas...
I just cloned the latest zephyr from github and tried building fat_fs. Got this error:
Although the file is present in:
/Users/macbook/zephyrproject/zephyr/zephyr /include...
We have been evaluating the nRF9160 using the nRF9160-DK. After some effort we have many functions working, and now require synchronisation. I was disappointed to find that...
Hi,
I am trying to make it so a client can publish to groups without using the provisioner to set the publication address. I presume some callback is being used, but I do...
Hi Team
I try to change the TX power in NCS with soft device control. I follow the example code of \samples\bluetooth\hci_pwr_ctrl. And I add the some test code in function...
I am going to use the BLE beacon function for simple home networking.
The device should be able to switch between beacon transmission mode and beacon reception mode (beacon...
I'm trying to get our mouse to connect to the dongle and it's not working, so I'm troubleshooting.
I noticed that I get 3 of these <err> bt_hci_core: Failed to add IRK to...
I am running into an issue around flash management when attempting mesh coexistance with BLE.
The call I am failing on is during mesh_init().
Line 298 of flash_manager...
Hello,
I'm making an application that I want to have the following behavior:
1) 52832 starts in sleep mode
2)P0.14 pulls to LOW which brings out of sleep mode and...
Hi
I'd like to use NB-IoT in Switzerland.
According to https://www.gsma.com/iot/mobile-iot-commercial-launches/ there is support for both LTE-M and NB-IoT in Switzerland...
Hello, I am working on the NRF9160DK and I have an issue with the asset tracker sample. Firstly, I followed the guidelines explained in the video "Unbox and get your Nordic...