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...
Hi there,
I was trying to understand "sleep" power modes of the chip (CPU + Peripherals) in a bit more details - but my understanding is that everything is handled by the...
Hi,
I am facing some issues on enabling timer1 with s132 (nrf52832 pca10040) enabled. i am using the basic timer0 example code as reference and it was working without the...
Hello,
I would like to use fstorage function, but when using the example of sdk 14.1.0,
I had some errors, please help to let me know what problem is and how to define...
Hi all,
I've got a single Thingy:52 (FW v2.1.0), and no DK. I'm trying to upgrade its firmware through nRF Connect on Android, but keep on running into a FW version failure...
Hi to everyone!
I have a custom board (based on nRF52832) with two LEDS and other GPIO ports. In some point of the code I have to activate one device by setting one port...
Hi Guys,
Will they work at the same time?
i want to use the MCU for UART and at the same time i want to run the BLE GAP events parallely.
is this possible? and how...
Hi all,
I have two pwm pins I would like to have them run at two different duty cycles. My understanding is that we can do this by setting the decoder to individual. When...
Hi, We are facing issue related to pc_ble_driver shared library at the time of run script.
Traceback (most recent call last):
File "SDFTest.py", line 414, in
init...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
i'm developing an application with the NRF51822 device using the NRF51 development kit (DK). I bought a power profiler kit (PPK) to measure current for advertising...
I am using nrf52832.
I am setting MIN and MAX Connection Interval both to 7.5 ms as android support 7.5 ms connection interval. We are getting 2-3 packet in one connection...
We are in the process of upgrading from from soft device v 2 (with SDK v 11) to soft device v 5 (with SDK v 14), and we have a portion of our code that controls connection...
Hi averyone,
We are developing the BLE project whith two devices master/slave.
The master device is built on the NRF52832 processor with SDK14.1 and it's program is built...
nRF52832 is in a sleep state.
However, when the Watchdog timer clear processing is placed in a different position, current consumption changes.
If the Watchdog timer...