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,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
Hi.
I am building an I2C driver for the Sensirion SPS30 particle sensor (datasheet: https://no.mouser.com/datasheet/2/682/Sensirion_PM_Sensors_SPS30_Datasheet-1888453...
Hello!
Im trying to change my application. Right now everything works with bonding. DFU and reading and writing characteristics. We have noticed a lot of clients unpair...
Hi all!
I'm trying to run the BLE light switch example on the nRF52833 development board using Segger. I get the following error whenever I try to build the client. This...
sorry where i can find the document/spec for the API that we can use to comunicate with LTE stack L3 . Using Zephyr ? threre are some examples that can help me ?
Best Regards...
Hello everybody, I have to develop an embedded system to acquire and process data. I will be using 2 custom PCBs based on nRF52832: 1- Sensor board: very low power consumption...
Hi Nordic, Please, I am doing a design with nRF52840 and would like to be clear on a few points. Attached is the electrical diagram .
Point 1 For the power supply I am using...
Hi Team,
We are using the nRF52840 DK for one of our project, as part of that we are using the RNG functionality with CC310 Library.
When we call this "CRYS_RND_GenerateVector...
Given a 3rd party BLE device (for example a fitness) watch, would it be possible to connect to it using the nRF52 DK and conduct a DFU on it? If so, is there any documentation...
Hi,
I am trying to nrfutil to execute dfu over BLE using nrf52 dk and nrfutil. I have no problems when I try to use nrf_connect mobile app, but I want to use nrfutil desktop...
I want to write my application logs to the flash. I am following this tutorial which is for nrf52: https://jimmywongiot.com/2020/02/24/print-log-flash-log-crash-log-on-nordic...
I want to change the GPIO settings for the pin P1.08 but in the register description (nRF52840_PS_v1.2.pdf) there are only the names and offsets for the pins from P0.00 to...
I've been looking for a DC Motor controller example (for nRF52840) but without luck. Some other users have referred to such an example so I figured it should exist.
Anyone...
I am using SPIM4 with easyDMA in list mode to read a set of registers from an SPI device, and everything seemed to work great until I attempted to use the double buffered...
For some reason I can no longer compile any Zigbee examples.
The errors I am getting are below.
I have no idea what the issue is and I can't find any resources to help...
Dear sirs,
Here we've faced with the issue about logs output, could you please help?
We need to use two CDC_ACM devices on the board: one for shell and printk() output...