Hello,
I am developing a product using the nRF54L15 and have noticed a discrepancy in the documentation regarding clock pins. My intention is to use pins 1.02 (SDA) & 1...
We're developing a low-power application on the nRF9160 where we need the device to stay connected to the server over LTE, so we cannot enter System OFF mode. Instead, we...
Hello,
I'm evaluating the nPM1300 for a battery powered project. What is the quiescent current of the LDO? And is there an output current vs dropout chart?
Thanks
Hello,
I study the out of the box UART Central-Peripheral example. I would like to understand on the Central part:
Where exactly in code I can see the act of connection...
I am facing an issue while trying to flash code onto a custom board based on the nRF52832 . I used a sample iBeacon project for testing. I created a custom board configuration...
Hi,
I’m currently working with the nRF52833 together with the nRF21540 Front-End Module (FEM). I have configured the FEM to provide a gain of 10 dBm. I have a few questions...
I used to use UICR to store the serial number information during the production with nRF52832.
I am working on new project with nRF9151, but when I check the datasheet,...
I have check the mesh feature on below link:
github.com/.../nRF51-ble-bcast-mesh
But it seems to work under SDK8.0, how can I make it work with SDK11 and SD130?
Thanks...
To all,
I looked through the nRF52832_PS_v1.0 product spec and I can't find any power consumption numbers for Flash erase. Does anyone know what is the Flash peak current...
I'm trying to migrate a BLE peripheral app on nRF51822 from SDK 10 and s110 to SDK 11 and s130.
I saw that the new Peer Manager does away with pstorage in favour of fstorage...
We designed a BLE device (based on SDK v10.0.0 + SoftDevice S110). From this device we do a few notifications (through sd_ble_gatts_hvx) between two connection intervals....
Hello I have some question about Keil uVision and Nordic Semiconductor SDK.
My development platform is Keil uVision v5 and my target board is nRF51-DK
I've studied many...
I can't find sample code showing how to send multiple packets per BLE interval.
Can someone share an example or point to one in the SDK?
Thanks
Hani Abidi
Hello all,
I am using the nrf51822 chip as well as an accelerometer LIS3DH. The device does advertising and turns on a LED when it is active.
The accelerometer is configured...
I have implemented multiple application timers who all automatically use the scheduler because I used:
APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I just started using the RTT and it's been a huge help. I'm working on a multilink application, and would like to have each link output to a different RTT terminal. I use...
Hi !
I'm using S130 softdevice on SDK 11 as central. I'm wondering if there are any conflits in the stack I should be warned. I know it is not allowed to start connection...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I want to send over Uart when Button1,Button2, Button3 and Button4 are pressed.
static void button1_pressed(void)
{
printf("\r\nButton 1 pressed\r\n"); //Turn on
}...
Hi,
I'm starting to work on nRF52 with eclipse (on Ubuntu). I use this tutorial to configure everything : devzone.nordicsemi.com/.../
Everything looks good but when I try...
Hello,
I am having difficulty having two nRF24L01P's communicate with one another.
I have set up the devices in what I thought was a minimal system.
I will appreciate...