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...
I'm having some issues with the 9160 on battery and wondering if we're doing something wrong or if this is expected behavior. During the initial connection to the tower, I...
We tried to adapt the RTC example from the SDK to add logging via UART during interrupts and the programmed crashed or hanged.
Here follows the code we are using :
The...
Hello, I have an application based on the example "ble_thread_dyn_mtd_coap_cli_pca10056_s140".
When a confirmable message has not received a response, I receive the error...
Hi,
We have built an iOS app with the iOS nRF Mesh Library ( https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library ) that collects data from all the sensors in the...
I am using nrf Toolbox iOS demo application. I have a requirement in which I want to change the incoming data stream to accept 4 bytes of data instead of the default 2 bytes...
Hello,
I am migrating our production code from SDK14.2 to SDK16, and switching to using FreeRTOS. During the BLE initialization and bonding, I get a system reboot. Tracking...
Hello,
Using an Arduino nano 33 ble which contains a nrf52840.
Using arm-none-eabi-gcc version 9.2.1 in debian/linux, uploading using openocd en gdb.
I tested my problem...
As I'm new to the nRF52840 and Bluetooth, I read documents and DevZone posts related to the bluetooth maximum throughput.
According to the references like Jimmy and Sigurd...
Hi,
I am trying to update from SDK 1.3 to 1.4 and struggling with crashes. COAP uses random number generator to generate new tokens to the header. First time when this...
Hello,
I use the default ble_template application from the SDK and download a BLE custom service template from here to add it to the template code (as described in the README...
Hello,
I have a fully functioning project using the Fanstel BT840 chip which uses the NRF52840. I am running the code using secure Buttonless DFU and the S140 soft device...
So, I am developing an application where I will use uart to transmit some data from the PC to the nrf board. The issue is that the data I am transferring is quite large (64KB...
Hi,
I'm trying to get the UUID from my nRF52840 with my Ionic Angular App without connecting to the device.
For this I'm using the Bluetooth Low Energy Central Plugin...
Hello,
My company is developing a wireless battery powered product based on the nrf82533 which we would like to be able to update using secure DFU over BLE using nrfutil...