Hi
We know PMIC nPM1300 can transfer battery information through I2C to nRF54L15 to run fuel gauge algorithm
Can we user other PMIC(like MAX77654) that also have I2C I...
Hi All,
Working with the Nordic nRF7002-DK I've been going through the nRF Connect SDK Fundamentals course and have been unsuccessful with Lesson 6 - Serial Communication...
Hello,
I'm working on a project that uses the Serial LTE Modem (SLM) application on a custom board. The main processor sends data to the nRF9160 over UART. The project is...
By default the GRTC peripheral is not cleared when started via sys_clock_driver_init . This is because nrfx_grtc_init calls nrfy_grtc_prepare , however NRFX_GRTC_CONFIG_CLEAR_AT_INIT...
Hi I want to know if I can use the nRF52850-DK to flash the Xiao Sense Plus from seeed? I am following the following tutorial which says I need to use a J-Link but that's...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
I am using a lithium polymer 4.2V battery to power an nRF51822 (as a side note the power goes through a voltage regulator before going to Vdd). I want to be able to check...
When calling app_sched_event_put() no check is done whether the exact same record (same data, length and function pointer) already exists in the queue. We have setup where...
Hello,
I've tried to implement a custom service with a custom chacteristic, that shows the values per notification in the MCP (Master Control Panel) in percentage.
I played...
Hi,
I am using NRF24L01 module and I would like to transmit I2S signal through this module. I used SGTL 5000 audio shield for converting audio signal from microphone to...
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...