Hello, I am working with a Seeed XIAO nRF52840.
I'm able to get an average of 500 uA in SYSTEM OFF mode. However, for this application, the current consumption during wake...
hi support team,
i want to confirm the FEM control when using nrf21540ek for mesh demo "light" with 52840dk.
i set :
CONFIG_BT_CTLR_TX_PWR_ANTENNA =20
CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB...
Hi,Team,
I am developing Pawr using nrf54l15-dk.
I want to realize the connection and communication between the broadcaster and the upper computer software nRF Connect...
For VDD-nRF in the nRF54L15-DK schematic When I check the schematic, I can't tell which part is internally generated.
When I check the actual board, VDDM_nRF and VDD_nRF...
Hello! I want to run project on nRF52832 , SDK17.1 with periph and central modes.
I have added those services to the my project. And it's works. But when I have uncommented...
Hi guys
Does anyone know what sort of modifications are required to set up the existing MQTT-SN example ( https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
Hi Support,
This issue happens in nRF5_SDK_16.0.0_98a08e2 and nRF5_SDK_15.3.0_59ac345.
Directly import the example from SDK (examples\peripheral\flash_fds) into SES, build...
Hi,
I'm trying to get NRF Connect 3.3.0 connected to a nRF52 DK with a PCA10040 and get the following when I try to connect to the device: Received status with code 0 PKT_SEND_MAX_RETRIES_REACHED...
Greetings!
I am using the SDK Mesh 3.1.0 and Softdevice 6.1.0 with the nRF52840 Dev kit: (PCA10056)
I'm having some issues with the example provided in $MESH_SDK/examples...
Hello everyone,
I just started working with 802.15.4 using nRF52840. I wanted to know weather we can do RX-to-TX using 802.15.4. If yes what are the API's available to do...
We have problems with the restart which the application does after receiving the DFU attribute is written.
Startup should work like this as I understand it: the reset vector...
I have 2 hardware revisions, one with the GPS LNA attached to MAGPIO0, the other revision, the LNA is on COEX0.
In my prj.conf file, I have the following setup for handling...
From this guide:
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader#h61sjziauupw1j397q9s9ldr01q4j6d5
Appendix...
Hi,
I have the BC480 eval board and I would like to be able to upload the simplist application to it OTA. blinky_pca10056.hex
I'm using the Nordic Toolbox application...
'NRFX_SPIM0_INST_IDX' undeclared here (not in a function); did you mean 'NRFX_SPIM_INSTANCE'? error occured .
I am not using SPI , this error is not cured by me .I enable...
Hi
So I'm trying to adapt the ble_lte_gateway example at my nRF9160 DK but because I don't have a Thingy52 I have to use an nRF52840 device, so I wanted to try the sample...
I am working on a wearable design that has standalone modules distributed around the body. Each module will do the same thing, receiving commands to turn LEDs on/off or adjust...
Hi,
I am trying to us one more SWI with nrf_drv_swi_alloc , but returns NO_MEM => means there is not any free.
I looked to source code, and I find SD_SWI_USED is defined...
Hi,
I've added NUS service to my app (nRF52832, peripheral, FreeRTOS based, SDK 15.2, SD132). everything works great with MTU size = 23 bytes.
Now I try to increase...