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
The nrf9160 product specification v2.0 changed the current consumption for UARTE from 1.5mA to 819.2mA. Revision history does not mention this hilarious change explicitly...
Hello Nordic Team,
i'm trying to configure the nRF52833 DK to scan through two channels at a high rate (10ksps) with the SAADC module. i have configured the time to operate...
Hey everybody,
I go sell my product in Morocco, my product is based on nRF51822 but I need to know the certification of electromagnetic compatibility for Bluetooth Low...
HI,
I tried to test all projects, but I ran into a problem, project create like this
I just downloaded the routine and didn't change anything, but I cannot create advertiser...
Hello
I have several questions regarding the RESET pin used in your examples:
When you press the RESET button of the PCA10056, is it possible to add code before it does...
I combined SAADC into the ble_app_uart_c example and got error once it got to scan_start();
"ble_scan: sd_ble_gap_scan_start returned 0x9"
If I put the scan_start() in...
OOB can be used to assure physically that the device provisioned is the wanted one.
In my application the devices won't allow for OOB.
How can I ensure that only my...
Hi,
I used this user guide: https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.2.pdf .
I am using the nRF52840 DK for the sniffer, and managed to connect it and...
I changed the IO of the SPI and could not receive the data.
Hardware: nrf52832 DK two
Software: nRF5_SDK_17.0.2_d674dde\examples\peripheral\spi and nRF5_SDK_17.0.2_d674dde...
Hi,
I'm developing an application for the nRF52840 that uses 3 SAADC channels. In particular, the channels are configured as below:
I'm able to get the samples from...
It is unclear, for both the Thingy 91, version 1.0.2, and nRF9160-DK, version 0.8.3, if they need bias-tee's for use with an external active GPS antenna. Also, what about...
Hello, I have problem and I hope you can help me.
I have 3 sensor nodes. every node has an IMU sensor and nRF52840 microcontroller. These nodes send the IMU data to the...
We bought 4 NRF5340 PDK and trying to setup BLE mesh. As suggested in the getting started guide, there are two BLE mesh example samples from nordic and zephyr. However, for...
My code uses the nrfx SPIM driver. This gives you the option to use interrupts or not. Interrupts are great for long message transfers, allowing sleep while waiting for the...
SDK 14.0 +nrf52832:
We use phone to send command to our toy(nrf52832) every 100ms to control a motor accurately,mostly toy received command is long than 100ms(more than...