Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
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...
Dear Nordic Team,
I am using a nRF52832 module purchased from Adafruit ( https://www.adafruit.com/product/3406 ) and I would like to connect it with another device with...
Hi there
First I tell you what I'm, trying to do...
I want to made a connection between a robot and a pc. Over this connection I want to program the robot with new software...
Hi,
I'm using nRF52832 SDK 14.2.0 s132 dfu, softdevice 5.0.0.
And i'm trying to update SD + BL + APP to SDK 15.3.0, softdevice 6.1.1.
When i update pakage by nRF connect...
Hi,
I am trying to upload HEX files to a nrf52832 (on a Sparkfun Breakout board) with a nRF52 DK. The problem is nRF Connect Programmer don't recognize them.
I installed...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
In sdk_config.h, BLE_ADVERTISING_ENABLED is not...
Hi, I'm currently in trouble with the sd_flash_write function. I've already a library using this function running on the nRF52832 with the S132 softdevice. But when a tries...
I want to use TWI to read the sensor data. When using the software TWI, I found that the communication takes a long time, which will greatly increase the battery consumption...
Hey,
I'm trying to put the nRF9160 into System Off mode and am getting a bus fault error when writing to the REGULATORS module. This is the error output:
***** BUS...
Hello everyone,
I try to import a project from Keil to SES,
I 'v read the instructions in this article.
Segger Embedded Studio - A Cross Platform IDE
Generally I have...
HI:
I'm using a cli routine from the SDK,and I register the callback function zcl_device_cb() with ZB_ZCL_REGISTER_DEVICE_CB(),But whatever message I receive does not go...
Hello community,
I successfully flashed assets_tracker code into board and configure in NB-IoT using Configure NRF SDK project in segger studio.
I used Vodafone SIM card...
Hi, I use nrf52832's uart with a simple driver, not "nrf_drv_uart", because I don't know how to use receive and transmit interruption with "nrf_drv_uart". the uart drive i...
Is there a supported way of doing an unsecure flash (the nRF is hardwired via UART to a secure processor) without rebooting?
The HW design the nRF is integrated with uses...
I am using the nRF52840 DK to read data from an IMU sensor (STm LSM9DS1 9DOF). Like most sensors, you transmit the register number first (on MOSI), then continue clocking...
Hi,
I am trying to develop models using the Specifications. I came across generic battery model which was using 24-bit values, time model which was using 15-bit and 40-bit...