Hi there,
I built a battery powered custom PCBA with the NRF54L15 and the nPM1300. All the configuration and register work via I2C seems to be working properly (reading...
Hello
In my board I am using an ic as a switch to control the routing of the TX and RX pins of the UART, due to the fact that the nRF9160 does not have more than 4 peripherals...
Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Currently using NCS v2.9.1 nrf54l15/cpuapp custom board derived from nrf54l15dk, customization to de added after solving the issue below.
The project is successfully compiled...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I've recently bought a bluetooth module with a nRF52832 module for my new project (Module: EYSHSNZWZ from Taiyo Yuden). The problem is that I have no experience in embedded...
When I need to implement the functionality of bootloader_secure_ble, I need to produce the micro_ecc_lib_nrf52.lib library file in the following way. Why does not this library...
I'm building home temperature sensor with custom pcb design. I'm using balun( 2450BM14E0003 ) and chip antenna( 2450AT42B100 ) from Johanson Technology. Beacon works and it...
Hello everyone, here I have a problem when I learn to use beacon on 51822.
The steps as below:
I have a 51822 board, it can boardcast normally, and communication OK...
Hi there,
I was trying to use the bootloader_secure_ble example from nRF5_SDK_14.2.0 but it didn't work out of the box... I wasn't able to detect the board from nrfConnect...
How can I use nrf 52840 PDK to program custom PCB made using nrf52840 soc and reference circuitry suggested in datasheet, Circuit configuration no. 6 ?? Is there any software...
I am using the S132 Central + Peripheral Relay example as a basis for my tests. I have a peripheral advertising at an interval of 20ms. I verified this timing using a BLE...
Hi,
Will the SDK examples work if gcc v7 is used? I have tried an example with softdevice + application and bootloader, using gcc v7 compiles and flashes to the nrf52 DK...
Dear Sir,
I have downloaded the SDK12.3.0 , in that the example blinky freeRtos is giving the linking error i.e. " Error: L6218E: Undefined symbol bsp_board_leds_init (referred...
hello,we want to use NRF24LE1 IIC to communicate with NFC cards.
firstly,we choose NRF24LE1 IIC(hardware),but it is failed. then,we use simulation of IIC(software) to communicate...
My nRF52832 DK will no longer respond to J-Link downloads.
It seemed to start after I erased the target from Segger IDE.
Now it states that the file is downloaded, but...
hi, im new to to work on nrf52 ,
i took the BLE example and complied it - it works. i tried adding PWM to the project from examples. i also added the app_pwm files from...
my 52832 go to bootloader for about 1minute when it power on, what's wrong and how to tackle. Now i am tracking that referring to the implements of bootloader. normally, when...
Hello,
I am using sdk 12.2 and nrf52832 customized boards. I have interfaced bme 280 with nrf52 customized boards. My challenge is I am getting 3-4 mA current when I am...
hi to everyone!
I am using nRF52832DK with Keil5 and nRFgo Studio to program SoftDevice.
Now I want to program my first custom board, but it looks like I can't connect...