Hi,
I have a custom board build with an nrf9151. Right now I'd like to have the possibilty ti get modem trace. But it's look like I got crypted/corrupted data from UART1...
Dear all,
i building the example light_switch_server_nrf52832_xxAA_S132_7.2.0 from solution l ight_switch_server_nrf52832_xxAA_S132_7.2.0 in configuration Debug (SDK nRF5...
I have tested the nRF Cloud Multi Service Sample using Quick Start and it works perfectly.
I am trying to build the sample so that I can make small modifications for an...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with this specific exercise (l5_e2):
To ensure I wasn...
Hey so I just wanted to use the BMI270 on the Thingy:53 and Polling the acceleration values seems to be working just fine. I wanted to use the DATA_READY Trigger. I am working...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Hi,
I build below sample in SES and receive an error for:
Compiling ‘nrf_log_backend_serial.c’
can't open '...nRF5_SDK_14.2.0_17b948a/examples/ble_central_and_peripheral...
Hi!
There are many questions about flash memory already.
But I could not find the question I wanted.
I want to save scan data to flash memory.
However, when you...
As a peripheral,S130 can work ok,but when I add a central role, there is a error at central start to connect a peripheral. err_code = sd_ble_gap_connect(&addr,&m_scan_param...
When a peripheral advertises on one of the three advertising channels, does it listen for a short duration on that channel (as implemented by the Softdevice?) And then repeat...
Hello.
I am measuring the current of nRF52832 using Power Profiler Kit(PPK).
I used the following case with PPK setting.
infocenter.nordicsemi.com/index.jsp
At...
Hello Folks,
I am using PCA 10056 Eval board. I am using SPIM0 to connect 5 slave sensors. The Chip select is done by the UART Tx pin. So If I send 0x01 over UARt then...
Review_4Jan.zip
Hello All,
Please review the attached revised schematic and give your valuable feedback.
Please find below queries:
In case you want to know the...
Hii everybody,
I want to do ble pairing(nrf 52832 development board) with android phone. after searching on nordic devzone how to pair device i found that pairing mechanism...
Hello all,
I have below queries on my custom board and mesh.
I have designed my custom board using nRF51824 and i am using J link debugger for programming , I can able...
Hi, I know there are already lots of threads around this but it seems none is like mine.
I'm running my toolchain on a Mac so I think I have a more challenging debug setup...
Hi,
I would like to know is there any shopping sites selling beacon modules that we can configure later based on our requirement?
I searched on few shopping sites where...
Hi,
We are developing a pretty complicated multi-threaded application on nRF52832.
Part of the requirements are storing a large amount of data over time (Megabytes)...
Hi
I am using gpio for input interrupt as below
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_HITOLO(true);
in_config.pull = NRF_GPIO_PIN_PULLUP;
...