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...
Hi
I have some problems about using your Master Emulator API. I want to write a dynamic link library with C++, but I don’t know how to invoke the MasterEmulator.dll.
The...
I'd like to use LPCOMP. I'd like to get rid of the 12K pulldown on SWDIO.
I can tell from PCN-082 that QFAA CA and C0, as well as QFAB AA and A0, will let me do that. ...
hello,
I know the ble device ,have central and peripheral and have some name(server/client and Observer/ Broadcaster).
The peripheral(server) has data that is needed by...
I put the boot loader at 0x3a800 and the application at 0x27400. the region from 0x14000 to 0x27400 is all blank (0xff). also
nrfjprog --memwr 0x10001014 --val 0x0003a800...
Hi,
I need to pair with the master after pressing the button in my slave device, instead of asking for passkey. Through the master control panel, i can able to see that,...
Hi,
Actually in our application we have connect accelerometer sensor to Nordic by SPI. I'm calculating power consumption for it. In datasheet it's mentioned for SPI Data...
Hello to everyone,
My problem/question now is about the MasterEmulator. I´m working with the nRF51822(SoftDevice) and i have my own program already working more or less...
Hi
I am a newbie to the bluetooth technology. I want to ask some questions:
How to apply a LLS(lost link service) profile to a bluetooth module?
Can I buy the...
After reading devzone.nordicsemi.com/.../is-there-any-differences-between-nrf51822-and-nrf51922 and the literature around nRF51922, I'd like to know if there's going to be...
Hi,
I've developed an application which sends sensor data through the BLE interface at maximum available bandwidth by checking the BLE_ERROR_NO_TX_BUFFERS return value...
Hello,
I was wondering if anyone has had success communicating with the nRF24L01+ eval kit and a Raspberry Pi. I have found several examples through Google and am trying...
I am requesting the softdevice to start/keep the 16Mhz crystal oscilator running with the following code:
// Request 16 MHz crystal oscillator
err_code = sd_clock_hfclk_request...
Hi,
I have Nordic Nrf51822 custom board.
in that we have spi Nor flash.
i check the spi read and write with an application without soft device enabled.
which is...
Hi all,
I'm having problems when linking my code intended for use on the nRF51822. For some reason there are missing symbols that are needed. I've traced the dependencies...