Hi,
We have a pretty small device to be designed and I was wondering if nRF54L15 CAAA WLCSP would
have updated recommendations for matching network components available...
Hello,
I've been working with nRF9160 for a while now and wanted to let you know, I love this little piece of hardware. The possibilities, the small form factor, the power...
I have problems with nRF Connect(Android, latest Version, no version number found) to find BLE devices with 2M phy, coded phy and extended advertising. So i am running nRF...
Dear Nordic Team,
I hope this message finds you well.
Some time ago, we asked about the migration from nRF9160 to nRF9161.
We want to ask the same question regarding...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
I have made my own NRF52832 Dev board as in the next image:
I received the board, and ICs and hand-soldered them in my home.
however, I am still a newbie in nRF SDK...
But in button event handler.
i want data to read from eeprom through i2c bus. and send it
through bluetooth stack for every press of buuton 0.
but in master control...
Hi,
Is it possible to start a Timer in an other Timeouht Handler?
Or Do i have to use something other to do that?
i use app_timer and Softdeive on the 51822.
best...
Hi,
i need to add a logfile System to my application so i thogut i could use the nrfUart example is this possible ? I looked in the code of Master Emulator nrfUart in C#...
Hi 'Nordic' guys,
splitting the original S110 hex file provided by Nordic , version 5.2, there is an error extracting uicr section.
Now is only 20 bytes and not 32 as...
Hi,
Is it possible to wakeup nrf51822 without using the GPIO peripheral's (i.e configuring a gpio button as a sense enabled)?
how to do soft reset?
Actually my requirement...
Hi,
i need to make pulse with one of my Timers. Timer0 is used by the softdevice, and Timer2 is used to make PWM. I need to make a Pulse wich is 100us long, every 250ms...
Hi,
What is the procedure and source code required to enable Device Firmware Update over BLE and USB. We are using nRF51822 chipset. Assume that our requirement will be...
Hello,
I am using a nRF51822 DK.
Actually I want to develpoe a product what can connect 3~10 slave(Low Battery device) by BLE.
And they have to reconnect fastly anytime...
A friend installed on two XP machines this software in this order..
Keil's mdk472.exe
Nordic's nrfgo_sdk_2.3.0_setup.exe
Nordic's nrfgostudio_installer_1_14_1...
I downloaded the nRF51SDK and followed the Quick Start guide in the Evaluation Kit Userguide (KEIL, Segger, etc)
But when I install nRF51 SDK v4.3, the installation failed...
Hi,
does anyone know if there is a document in which is explained, by Nordic, how to obtain a bluetooth certification using nRF51822 and S110 Stack ?
I know if a reference...
I have uploaded the following code, but I can not re-program the next.
#define AREF0 0
#define AIN3 2
#define AIN4 3
int main(void)
{
// Start 16 MHz crystal...
I'm looking best settings of fast connection to Android4.3
The time of advertise start to connection established average is about 7s
I think it is too slowly, may be My...
Hi
I write an application code to read and write the data from EEPROM, by using twi_hw_master.c.
its working fine. i able to read the data from eeprom what i have written...