Hi all,
I have a custom board with an 9151, I want to use mqtt with aws, it's works I'm able to connect aws, but I have a question about
If I want to be able to connect...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
Hi,
for a couple of weeks (maybe months), I've been getting the following error indication when performing a pristine build on my projects:
The terminal doesn't show...
I am working on a nRF52832 NFC tag application. If I use a NFC-enabled smartphone to write a text message to the NFC tag emulated by nRF52832. The nfc_callback c allback function...
Hello,
We are in the final stages of development with a board that combines the nRF5340 with the nRF7002. This board also requires native USB support and we are routing...
Hi Support team:
I am new for using the Nordic Design kit of nRF54L15-DK.
And I would like to use the app "Direct Test Mode" v2.4.2 built-in the "nRF Connect for Desktop...
NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
I know this question was raised here a couple of years ago but it seems to me the API was changed since that time. If I set the timeout to 0 and use BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE...
As I understand the SPI HW driver documentation, it appears to be at least biased for using a single chip select (slave select in the API). I have an application where I have...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
I have the follow code in my application for a PCA10028 program from the nRF51 Development Kit (S110 v9.0):
int main(void)
{
int i = 0;
while(true)
{
SEGGER_RTT_printf...
what is the purpose of using the cccd with a characteristics? in between, for confirmation, server is the device that provide the data/attributes/characteristic value and...
Hi,
I am having trouble to use flash to store data.
First, I write function and scan beacon, get information from this beacon and save to flash
I use a timer for...
Hi,
I've installed toolchain for IAR nRF5x_MDK_8_0_3_IAR.msi and want to debug and run project called Radio_test_pca10028_nrf51422_xxac. Project compiles fine in IAR 7...
I have a central device that connects to a peripheral, which will have a custom service, with characteristics A through F that I want to write to each time on connection....
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi all,
I am trying to put the NRF51822 XXAA chip into DFU mode (the board used is a custom one and not the one in DK/EK).
SoftDevice V8.0.0
Bootloader Source from...
I am using RedbearLab BLE shield V2.1(nRF8001). I am connected once, i received the data. Now i want to terminate the connection and want to start advertising again? With...
i've got problem with spi master connection, im trying to set leds via SPI on DWM1000 module, i've checked through advertising that spi_master_send_recv() sends correct values...
I need to keep track of an integer array in an nRF51822 BLE peripheral (SoftDevice 8.0.0) between power cycles, and I try to use persistent storage manager for this task....
Hello,
I'm starting a new project on mbed with nRF51422. I'm a little bit lost about how to modify nRF51822 project to use S310 (ANT+ and BLE) package instead of S130 ...