The specification for the nRF54L15 states that the typical current consumption for I_TIMER3 (TIMER10 running) is 240 mA/milliamps . The other timer values in the table are...
The Nordic Thingy:91X was initially unable to connect using certain SIMs (e.g., Airtel IoT) due to lack of NB-IoT support or no signal.
After switching to a Jio NB-IoT...
Hi to all,
I am trying to do a ZUTH (Zigbee unified test harness) test run, using the Silabs devices as golden devices (as per CSA recommendation) and nRF 52840 dongles...
Hi
I am trying to port some PWM code from the NRF54L15 it uses HAL access because i have found it has faster writes which are useful for my application (testing latency...
Hello,
I have recently upgraded from v2.9 to v3.0.1 and have noticed that the mesh security has changed from CONFIG_BT_MESH_USES_TINYCRYPT to CONFIG_BT_MESH_USES_MBEDTLS_PSA...
Hello.
We're trying to expose and use the Wifi stack in micropython in our project for the nRF7002. We've managed to get Wifi scanning to work (based on the sample code...
Has anyone experienced the following error when Flashing (and debugging) from within VS Code. I have no idea what has happened, but it has hit several projects.
Even though...
Hello,
I received the above error using NRF5 SDK 12.2. I have modified "nrf_drv_config.h" so that it reads #define TWI0_ENABLED 1 . Also, I put #include "nrf_drv_config...
Using nrf52 DK , SDK 12.2 , and armgcc.
I want to use BLE_UART but I also want to bond.
I started with the BLE_UART example code and added peer manager and FDS.
I...
I've been trying to track down a bug where a couple of my Central test devices, a Nexus 5 and 7 (Android 6.1), won't send a connection request to a peripheral they're bonded...
Hi
I have a problem on testing the HRS examples on SDK12.2.0.
When I use a android phone, running on version 6.0, using nRF Toolbox version 2.2.1 App, to connect to the...
Hi!
After reading nRF24L01 product spec, I'm really unsure:
Spec. says: "The input signal should not have amplitudes exceeding any rail voltage."
"rail voltage" it's...
Update 1/27/2016
Just reviewing again the pins + schematic; I am using the following pins:
SCK P0.07
CS P0.08
MOSI P0.06
MISO P0.05/AIN3
Looing at the...
After i test a lot of possible configurations for nrf24L01+ based on the documentation, i didn't come to the right setup for all the nRf24L01+ registers to send data from...
Hi,
I'm using Windows and I am following this tutorial.
I am at the point where I need to write make at the example project.
I get this error
as warned in the...
Hi,
I'm trying to get a general idea of how the radio will perform near the bottom end of the supply range.
Our product concept is currently designed on a system voltage...
Hi,
I stuck on SOFTDEVICE_HANDLER_INIT in example code on nRF DK PCA100028 within debug.
It is example code from SDK 7.1.
How Can I solve this?
Why Nordic's SDK...
Hello,
I am developing an an system and I am at the stage of optimizing for power.
I using NRF6707 ( Very helpful !!) to measure current.
I cut SB9 of NRF52 DK and have...
Hi,
Can I try to discovery services for the next connections while it is performing for the other connection?
I use "ble db discover" manager.
And I cant find this...
I'm using nRF52DK and SDK12.2.0.
Trying to change MTU size.
When I modified app_nrf_uart example as below
#define NRF_BLE_MAX_MTU_SIZE 103
Then infinite reboot...
I am working on a project and have successfully implemented single channel PWM to dim leds (using a transistor FET).
The pwm init code is below:
uint32_t err_code;
nrf_drv_pwm_config_t...