Dear reader,
I am currently working on a project using the NRF54L15 MCU. There is plenty of documentation available for this component, and the reference circuitry for the...
I'm looking into a rare issue on the BBC micro:bit V2 which uses the nRF52833 as its (application) microcontroller. I used to be familiar with some CPUs from the 80s but my...
Hi everyone,
I'm working with the nRF9160 and trying to configure P0.19 as the UART TX pin using Zephyr. Here's the configuration I used in the device tree:
uart1_default...
I have shifted from silicon labs for BLE project. In Si labs we have burn BLE bootloader and BLE application separately. Do i need to do the same here in nrf controller? If...
Hello,
I am using nRF Connect SDK v3.0.1, together with the Find My add-on. Test case TCG013 of the Find My Network Self-Certification Test Cases R1.7 is failing on the...
I am unable to detect any i2c device when connected to the Nordic nRF54L15 DK kit. I have change the voltage from 1.8v to 3.3v and Tried and explore other pins in Port 0 and...
HI: D:\ncs\v3.0.0\nrf\samples\bluetooth\peripheral_uart Using the nrf54l15DK board can run peripheral_uart examples,connection is disconnected. However, when I use the nrf54l05...
Hi All,
I am using the nrf_udp_client example project in IoT SDK as the code base for testing the UDP communication.
For network topology, the nrf51-DK plays the role...
Hi everyone:
I have some question about nrf51822 power on sleep mode
in example ble_app_hrs have a "power_manage" function and it will make the system go into power...
Hello all,
I have a simple C++ application flashed to my device to operate the UART - every time I send a char from an external source, the device appears to reset - specifically...
Hello
I was wondering if it is possible to run to separate LP-comparators on the PCA10001? I've taken a look at the example code for LP-comparator in the SDK, and i was...
I'm using interrupt_handler.c for a bootloader without a softdevice from this source . Interrupt handling in the main app seems to work fine. But interrupts in the bootloader...
Hi,
In the nrf51_bitfields.h file, I can see definitions for two registers POWER_RAMON and POWER_RAMONB.
But I don't see this RAMONB in th nRF51 reference manual and...
hello, I bought one of these dongles on ebay www.ebay.com/.../201229095155
i was hoping to communicate to the nrf24l01 modules with my pc serially, but I can't get the...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
Hello there, I do not understand the definition Nordic has provided for the "SPI_slave_event_handler_register" function bellow. My understanding is when SPI slave driver occurs...
I need to write to a variable when a particular characteristic is written (from my "on_write" function), and be able to read this variable from main context.
From the SoftDevice...
Hi everyone :
I'm trying to used ble_app_beacon and I want to combine it into ble_ app_hrs
so i add some code as followed:
static void advertising_init(void){
uint32_t...
We're sending packets from a nRF51422 usb dongle to a nRF51422 dev board running some modified Nordic UART example code. We send 100kB of data over the connection to work...
Hello :)
For the code below, why are we defining the _wfi while in the code we only use _WFI() for addressing the function? Also once we use _asm volatile ("wfi); isnt the...
Hi:
my sdk is about 96k,and i use 51822QFAC,but it's flash is 256K,(256K-88K)/2=84K,so it is not enough for me,how should i do,if i add a external flash is ok or do you...
Plz help me with code or sequence of steps being followed by _WFE() or power_manage() functions. by which they manage the nrf51422 to run in low power mode.
So that i can...