Hello.
Im tring use nrf_dm sample with nRF5340 on nRF Connect SDK V2.9.0, with a custom board.
I got the error when I try dm with other device:
my prj.conf:
...
Hi, I'm currently in architecture definition stage, and I'd like to know more about the possibilities driven by Channel Sounding. From what I understand, you can only perform...
Hi,
I am encountering an issue with the TWIM driver when attempting to communicate with the nPM1300 PMIC via I2C.
This problem seems to be related to the behavior of the...
I have been trying to implement a way to wake the system up after doing sys_poweroff() but no matter what nothing seems to work. I already tried many examples and none of...
Hello,
I have been able to get FW OTA to work perfectly well over BLE using
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU =y
Now I am trying to display the update progress...
The custom AT command "AT%XICCID" was added in modem firmware v1.1.3 for the nRF9160 and was available from the first release for the nRF91x1.
This command provides a processed...
Good day, I was attempting to test the radio performance of the NRF54L15. I ported over the Radio_Test sample project to try and transmit an unmodulated carrier wave at a...
Hello,
I have questions on the Provisioner of a network. Reading through the documentation on Mesh Provisioning, I have come to understand that some amount of data has...
I've tried this but it does not work: static void adv_slots_init(void)
{
uint8_t default_frame_data[] = {0x03,0x03,0xAA, 0xFE,0x13,0x16,0xAA, 0xFE,0x10, 0xF8,0x03,'g','o...
on the nrf52832 I am configuring pin 10 as an input. There is either 0 or 3.1V on the pin depending on whether a charger is connected to the board.
When I read the state...
Just stumbled upon this:
#define TIMER_PRESCALER_PRESCALER_Msk (0xFUL << TIMER_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */
Should be
#define TIMER_PRESCALER_PRESCALER_Msk...
I am working on project where I am storing and reading data from an SD card. During the initialization, I would like to print the full contents of the root directory - "/...
Hello,
I have a problem through which unfortunately I'm not able to come across alone. I'm using nRF52832 with softdevice and UART central example from SDK14.2 (..\examples...
I'm using nRF52840-PDK. I created a custom ble service following this tutorial ( github.com/.../custom_ble_service_example) and sent my sensor data over bluetooth. Now I'm...
Hi ,
I am trying to disconnect a connected central (phone) by calling sd_ble_gap_disconnect from my nrf52 configured in multiperipheral mode. . The disconnect call returns...
I am trying to time a capacitor discharge through different resistance sensors for greater resolution than an ADC. I did this using the GPIO functions initially but the SD...
Hi,
Is it possible to use Segger Embedded Studio with nRF51?
I see on your web site it's supported with SDK 14 or greater but this SDK is only for nRF52.
My product...
I have problems with my custom board.
I developed the firmware with the nrf52840-PDK and there the firmware runs standalone (with RTT connected and without) or when debugged...
Hello
I am working on nrf52382,sdk11,softdevice 2.0.
/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-fd3fce63fa6d4ddfa73158194e4d87c3/battery_5F00_pins...
Hello,
I am writting a batch script to flash a PCA10056.I use it to flash the softdevice, the bootloader and my application.
The script works well and flash the device...