Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
Hi,
I'd like to determine the cause of a watchdog reset. I was hoping to utilize the WDT event handler (passed in to nrf_drv_wdt_init() ) to record the PC of the application...
I am trying to get the S132 Central Multilink example to run with 20 peripherals instead of 8. So far, I have made the following modifications:
In sdk_config:
Increased...
I wonder about the accuracy specifications in chapter 9 of the ppk user guide. It says +-20% of readout on average value. Is this only the calculated average of the python...
Using S130 to request notifications of radio activity as:
fails with NRF_ERROR_INVALID_PARAM.
Is there a reason this combination is disallowed? The use case for it is...
I would like to add the UART part to my application. But I will get these errors:
..........\components\libraries\uart\app_uart_fifo.c(109): error: #20: identifier "UART0_CONFIG_PSEL_TXD...
I am working on an automation project wherein I have to integrate ESP8266 with nRF51SDK. So, I want to serially send and receive strings over a physical UART connection, not...
Hello All
For our project we are using teensy3.6 as our main micro controller unit and NRF24L01 as RF transmission device.
Our project include mainly 2 parts
1) Data...
Hi. I've encountered a problem with some of my nrf24le1 chip (near every 5th piece) - current in deep sleep mode is very high (30-80 uA), if i change it to another chip, then...
Does the ui depend on the app design(nrf connect app) or on writing data in the characteristics. For the predifined i am getting a switch but for the one i added i have to...
Dear sir,
Sir I am trying to send an array of 40 values via nrf51422 to your andriod app "BLE SCANNER" by using the function "ble_nus_string_send ". But it is sending only...
I've tried ble_app_uart, nrf_serial.c etc. and none seems satisfactory.
I can write to the logger logger/uart during DEBUG, but it doesn't seem to succeed in RUN.
Question...
Hello,
I'm using :
- SDK 11 s132
- nRF52832
I want to protect my flash against dumping from swd but I'm working also with DFU from our custom app.
Is it possible...
Randomly on my nrf52832, sd_power_system_off() is returning NRF_ERROR_NOT_SUPPORTED and I'm looking for tips on how to figure out why. I'm using a Bluetooth soft device and...
Hello,
May I please check if the following is correct? On the nRF52840-PDK board (v0.9.3, 2017.47), the "VTref" pin of the "Debug In" header is connected to VDD. Should...
I need to upgrade and existing nrf51 S110 system based on SDK 8.x to something that supports the same functionality and also supports both a nrf51 (during the transition)...