Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Dear Nordic team
I have the following code for testing the SPIM function of nRF52832.
NRF_SPIM1->EVENTS_END = 0U; NRF_SPIM1->ENABLE = 0; NRF_SPIM1->ENABLE = (SPIM_ENABLE_ENABLE_Enabled...
Hi Nordic .
We are developing an application with nRF5340. In this application, we need to use the SPI Slave feature. According to the documentation, there isn't a clear...
Hi everybody I'm using sample bluetooth peripheral with sdk v2.6.1 and toolchain v2.6.1 to load with nrf5340 but it doesn't seem to build, I see the library has changed from...
Hi,
I am looking into adding BLE OTA firmware update functionality and started by exploring the example provided in Nordic SDK (SDK v16.0.0) while following the documentation...
i'm trying to get an interrupt using sensor lis2dw12 , i have connected my int1 pin of sensor to my gpio 0.10. whenever data is ready it should give me an interrupt this is...
hello Nordic
i am working with ncs v2.5.0 (with nrf52840 and nrf52832)
i am using the fs_mgmt.c for upload/download files from lfs.
till now used it only on one side...
I have connected BLE device to the Nordic's power profiler kit 2 to do power analysis.
My BLE device advertises every 5 seconds.
I can see current consumption spike every...
Hi,
I understand that by default in the nRF Connect SDK, the CPU automatically enters sleep mode when no threads are running.
I find this very convenient and I like it...
Hello,
I'm trying to test and document my device (nrf52840 pcb) BLE5 abilities . so far i tested connection and dfu using my nrf connect mobile app.
Now its time to test...
Hi, I'm having some problems with the BLE role peripheral not being able to play ads and not being able to enable bluetooth. When I upgraded from sdk v2.4.2 to v2.6.0 it seems...
Hello,
We are working with an NRF5340 and SDK 2.5.0. Things are generally going very well, but I think Ive hit a snag for which im not sure how to proceed.
Our device...
I am using FDS as recommended in nRF datasheet as API for on-chip flash : https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Fgroup__flash__data__storage...