My eval setup is PPK2(source mode) -> nPM1300EV - -> nRF54L15DK. I have my load connected to BUCK2, everything else is disabled.
I'm getting higher than expected input current...
I am currently attempting to send HTTP requests (GET and POST) with my nRF9160 DK over an LTE connection. I have tried running the HTTP client sample code under zephyr/samples...
Hi,
Currently, we develop a prototype that needs to communicate with WuR; the FH101RF. Could you please tell me if it is possible to communicate with it? If not, can you...
I am testing gnss without lte connectivity, which seems to work ok.
Except when I get "The modem has detected a reset loop. LTE network attach is now restricted for the...
Hello, could you please provide me an working example of TCP socket communication using Thingy:91X by LTE-M/NB-IoT?
I haven't found any (only UDP and I need TCP).
Thank...
Hi,
I am using the nrf54l15 on a custom board in our current project and want to use it with DFU over BLE FOTA as well as TF-M.
I can compile the project just fine before...
I used Nordic52480 DK(bulb) as DUT to run Matter Certification case TC-DGGEN-2.1 .
Steps:
1. setup OTBR on Pi4:./certification-tool/backend/test_collections/matter/scripts...
Hi,
I am trying to program MDBT40 with Jlink and having some problems.
Here is the scenario:
I have two versions of the MDBT40. One that I took off a BLE NANO (RedBear...
Hi,
I tried to get the sample ble_app_uart to work on NRF51422_DK with the S130.2.0.0 soft_device.
The compilation and programmation of the board is OK.
The soft run...
Hi all, i recently posted some topics about my application to receive support, everything went good but now i need to add a last step to the project, and i would like to have...
I am using nordic_sdk_10 for PCA10001. what are the BSP changes and config changes needed after replicating PCA10028 for DFU over UART.
I just changed CFLAFS & ASM FLAGS...
Hi,
I am storing data using pstorage module but when i power off my nrf51-dk board, the contents get deleted and not retained in memory. What could be the reason for that...
Hi,
For a new design with nRF51822-QFA, planning to use Johanson Balun and Chip antenna as shown in attached diagram. Not using any tuning components between Balun and...
Hi,
I was wondering why DFU_IMAGE_MAX_SIZE_BANKED is calculated as
(((DFU_REGION_TOTAL_SIZE/2) - DFU_APP_DATA_RESERVED))
and not
((DFU_REGION_TOTAL_SIZE - DFU_APP_DATA_RESERVED...
Hi, I'm using ble_app_uart application from latest nRF52 SDK on IAR compiler 7.1 and PCA10040 board.
It loads and runs debug code, but it does not add breakpoints on any...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Heading ##Here my PCA1000 board is getting detected in nRFgo studio even i can program and debug it, But i cant see COM PORT.
Can anybody help me out in this...
When i...
Hi,
I'm trying out the nRF52832 with kit PCA10040 V 0.9.0. I have S132 softdevice installed and running the ble_app_pwr_profiling example from nRF5 SDK v11.0.0.
I'm...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
I am trying to manage the bonds as follows. I've defined the max bonded masters as 4 on my slave. When this list gets full, I delete a random bonded master on the slave (not...