I am using the 54l10 chip, and after compiling the project, I will receive a hex firmware and a zip update package. The bin firmware and hex firmware in this update package...
Dear Technical Support Team,
I am trying to integrate and run TensorFlow Lite Micro on the nRF5340 Development Kit using the nRF Connect SDK. I have tested both SDK version...
Hi,
I am working with the NRF52832 SoC using the NRF52 DK and developing with NRF Connect SDK version 2.7.0. I have enabled BLE with LBS, BAS, and FUOTA services, along...
Hello, checking if I'm doing this right of restoring initial fw for 91X to work with Quick Start v1.2.0. as described here in Get Started, https://www.nordicsemi.com/Products...
It is nRF54L15 + SDK 3.0 + Matter application.
I have developed a custom BLE service that is based on Nordic's proprietary NUS BLE service. The BLE custom service is enabled...
I am testing out the nRF54H20 on the nRF54H20-DK version 0.9.1. I have followed the steps for setup in the "Getting started with the nRF54H20 DK". I currently have nrf54h20_soc_binaries_v0...
I am trying to get a WiFi project working using the nRF52840DK and nRF7002EK . I use a 3.3V power source that is supplying power to both nRF's in parallel. For the nRF7002EK...
Hi,
We have NRF51822 chips programmed for specific application and it is working fine as BLE services etc.
In some scenarios, to debug we want to stream data from our...
device_manager_peripheral.c provided via Software Packs in Keil doesn't compile against S110 8.0.0 (or 8.1.0). Its version shows up as 1.1.1. Same thing happens with bsp.h...
By combining some examples, I'm starting to understand how the UART examples works.
Using Keil 8.0.0, and the PCA10003 Board, I'm trying to send a burst of messages over...
I can see and bond nrf51 with android, but with iPhone nothing.
What can i implement for see nrf51 with iPhone?
Can i pair Iphone and nrf51?
Sorry for the very bad english...
The new generation of nRF51822's have a few neat new features, particularly the automatic power management piece, that I would like to potentially leverage in our project...
Hello,
I'm seeing some 67.2kHz reference spurs on the RF signal when I'm turning on the constant carrier mode using the DTM interface on the nRF51822. Layout and circuit...
Two applications using the same softdevice, s110, blinky and beacon from the examples.
Flashing softdevice and beacon successfully.
Replacing beacon app by blinky successfully...
The bootloader in SDK 8.1.0 (at /nRF51_SDK_8.1.0 examples/dfu/bootloader) calls pstorate_register() twice. The first time as part of bootloader_init(), then on bootloader_dfu_start...
hi,
I have implemented a UART to receive network packets from another controller to send it over BLE.
UART config are: 8bits data, 9600 baud rate, no parity, HW flow...
Hello,
I am wondering wether I need to pass regulatory tests when I use the S130 Softdevice together with a 3rd party module such as the one offered by raytac ( www.raytac...
Hi,
So i don't have any experience of working with nrf ble chips, but i was given nrf52 DK and i need to make it work as an iBeacon. So i got the dev board working without...
I'm planning to implement a mesh network, where each node (ble device) also acts as a scanner, detecting BLE advertise messages. The mesh network would then forward the advertisement...
I noted on the release notes for S110 v8 (DRGN-5556, NRFFOETT-986), that enabling/disabling blue_radio_notifications() while the Stack is not idle can cause an assert. Does...