I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello everyone,
i am trying to compile the Ble-UART_example but everytime it shows this error 'GPIOTE_config_irq_priority is undefined ) and i dont know what went wrong...
I have tried to flash my application targeting nRF51822 on our board by using a Segger on nRF51 DK. However, Keil compiler always shows that it couldn't find any nRF51822...
Hi NORDIC
I have to complete a function that one can transmit and the other can receive . but I do not know how to set nrf51822 to be a receiver . please tell me or share...
Hi,
it seems that the default implementation of the ble_bas (battery service) provides the notification feature but not the "read" feature.
I client can enable notification...
I'm using the Github project github.com/.../nRF51-multi-role-conn-observer-advertiser in order to SCAN in a specific channel rather than all 3 channels. In this example, softdevice_handler...
Dear all,
Recently,i use nrf51422 trying to receive data from two ant sensor.
i assign two ant rx channels at the same time, i find i can't receive data if only one sensor...
We are planning to use a synchronous independent channel, that senses whether there are any slaves or not using acknowledged data type.
More than one slave could have paired...
HI,everyone!
I want to use pstorage to store some data, so I followed the steps given by devzone.nordicsemi.com/.../ , but it didn't work.
Then I checked ecah function...
Hi all,
I want to test power consumption of data packets reading from SPI to RAM using PPI.
But i'm not sure that can RAM act as a peripheral of PPI...
So, can i use...
I am using a solar powered energy harvested circuit to power the nrf51 module. However, when the generated voltage drops below 1.8v, the nrf51422 enters into brown out reset...
Hi,
Now as I want to ensure low power mode with minimum hardware and firmware, I have written very small code to check it. Simply, I have initialized timer only and go...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hello,
In what code structures (from SDK) the storing bond information for the Android and iOs devices (random static or public addresses and private resolvable addresses...
Based on Battery Service I have made my own Service and Characteristics but I have problem with setting Indication. This is how my characteristic add function looks like:...
I am trying to build a project where I need to implement a button characteristic on a nrf51822 master device. I'm using S120 v1.0.1, SDK 6.1.0 and compiling with keil.
keil...