Hi all,
I have written an adv demo myself, and once Bluetooth is connected to the customized board, the following problems will occur,
but it works fine on 54L15DK....
Hi, I have develop a project nRF5340 + W5500 Ethernet IC
Last time I develop a code with nRF52840 + w5500 and work success, but this time the same code work with nRF5340...
Hi everyone,
I have found a Linux driver for the TLV320AIC320 external codec provided by TI:
TLV320AIC310X Driver: https://web.git.kernel.org/pub/scm/linux/kernel/git...
Hi, I would like to have some suggestions on my PCBA design for nrf54L15 chip. Please review it and give some suggestion moving forward. I am making this PCB to use this with...
Hello.
Since nRF Connect SDK v3.0.0 has been released, I am testing the sample program . It is a sample I have frequently used from previous versions. The provisioning with...
Hi,
I'm trying to use the HCI UART sample to provide Bluetooth support through UART. At first I want to test it between two Nordic Boards, but later switch to another MCU...
Hi Support Team
There are two questions about the KNX IoT over Thread Sever/gateway and Matter over Thread gateway.
1) Customer wants to develop a product support KNX...
I'm having a very strange issue when trying to debug application code on my Nordic platform. I'm hoping that someone else can shed some light on the issue, or at least confirm...
Hi all,
I have followed the guide (AN-29) for using eclipse with the nRF51822 but it gives me several errors.
First at all, the linker says:
...../arm-none-eabi/bin...
Is there an example code anywhere for the nRF51822 to calibrate the internal 32khz RC oscillator using the 16mhz crystal when not using the BLE stack/softdevice?
I would...
Hi,
does firmware or example source code exist for the PCA10000 USB dongle that implements the Bluetooth HID host?
I would like to use it as receiver for the Nordic Smart...
Hi all,
I am trying to specify a fixed port for a L2CAP connection on the nRF51822. The client is a Linux box running bluez (which has BLE support). The client software...
Hi,
Just bought the nRF51822 eval kit. Looks like it came with some great demos for iPhone (nRF_Demo_Utility, nRF_Proximity, nRF_Temp, nRF_UART), but having trouble getting...
Hi,
I upgraded to the 4.3 nRF51 last night and am suddenly having a whole slew of issues:
(1) When flashing the EK, the Segger now reports 257K of Flash (maybe it did...
Hi,
I'm looking to work with a Bluetooth LE master device. From what I read the nRF51822 should be able to function as a Master device (the dongle is configured to be a...
Hi all
I want to load the (UART_example) flash image compile with Keil by nRFgo studio,
but a program fail occur as below screenshot:
any idea?
Thanks.
I have test RTC example on both different hardware revision nRF51822 chip.
1)N51822 QFAAC0 1309AF
2)N51822 QFAAC0 1308AE
1309AF revision chip is function properly with...
I'm confused about how to assign a functional block's I/O (TWI in my case) to a particular pin on the device. Is there a worked and documented example? Is there a relevant...
I am trying to get wireless communication implemented on a robotics project I am working on. I'm using a PIC18F4550, PIC18F2550, and two Nordic nRF24L01's. I'm having trouble...
I'm attempting to have two separate evaluation boards talk to each other through the GHz Radio. I've read the docs, and they explain that I have to set the radio in either...
Hi, I am using a app_gpiote_user_register to register a gpiote user and then enabling it, before I set the pins this user detect to be input using nrf_gpio_cfg_input. When...