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...
Hello,
I'm developing a BLE device and it consist of nRF52833 and a external UART component.
ble_app_uart example in SDK v17.0.0 is replaced app_uart to libuarte. The...
Hi,
I would like to know if we can enable codded phy while using mutli peripheral in conjunction with mutli central. Also peripheral should be scannable and connectable...
When creating dfu package using nrfutil, an error is displayed.
When I looked for and checked the file where the error occurred, a problem occurred in Python's max...
I am trying to run nrf52840 chip without debugger.
I want to run peripheral_uart example just to show advertising of bluetooth.
And when I use west debug --runner=jlink...
Hi,
I got a nordic thingy:91 and just play a bit with it and the asset_tracker application. Then I flashed the agps code because just want to send GPS coordinates on the...
I am having issues using port pin 1.00 on the 52840 as GPIO. It will just not toggle.
I can successfully use most other pins, even those on the higher port. For example...
Hi
I have 2 identical PCB just out of production - same FW - one is drawing higher current (about 600uA).
The issue is found in mass production and about 1% is having...
I'm using nRF52 DK to send SAADC data to mobile app "nRF Connect" over BLE.
I'm using this code to send the data, but the mobile app "nRF Connect" can only show integer...
Hello Devs.
I am porting my whole project from the SDK16 to NCS 1.4.1 on my original project I use I2c and other drivers which works pretty well, but I am able to make them...
Hi Nordic,
It mentions that "Gain will be lowered by the specified number of gain steps at the start of CTE. Note: First LNAGAIN gain drops, then MIXGAIN, then AAFGAIN"...
I'm trying the example of [ble_app_uart__saadc_timer_driven__scan_mode] from Github. I'm using PCA10040 / s132. I'm sure this demo code works well since many people from online...
Hi,
I want to develop central code to discover vender specific service using pc-ble-driver-py.
The service_discovery function defined in ble_adapter.py can discover the...
Hello -
We are developing on a nRF52840 device, SDK v17.0.2 and FreeRTOS. Following the flow in the provided by the vPortSuppressTicksAndSleep() function, we've implemented...
Hello,
We recently received the new Power Profiler kit II, and are having some trouble with the 'Ampere Meter' mode. With an external source connected and DUT power enabled...
SDK 15.2
SES
nrf52832
Hello!
I´m trying to store an array in the memory. When the devices starts advertising or it is connected the code loops in wait_for_flash_ready...