I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
I was trying to follow the instructions at https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52_gs.html#connecting-to-the-application for testing my nrf52840...
Hi,
Using Windows 10 and SES
SEGGER Embedded Studio for ARM Release 6.34a Build 2022083102.51023 Windows x64 2014-2022 SEGGER Microcontroller GmbH 1997-2022 Rowley Associates...
Hi all,
I want to ON and OFF advertise manually
My code working steps
1) (APP_ADV_DURATION 3000 ) after this seconds over
2) It hits on_adv_evt() function in this...
Hi All,
I am using asset_tracker example V1.8.0, it's working fine with nrf9160DK. I am able to see the data on nrf cloud.
The purpose of testing this board was to debug...
I am working on two devices, a peripheral and a central. The peripheral is custom hardware. The central is being run on a Rigado BMD-300 series evaluation kit. I'm using Segger...
Hi,
Perhaps this question is too basic, but I haven't been able to find this anywhere.
I've followed this tutorial successfully with an nRF52832 DK:
However, I'm missing...
Hello,
I wanted to create an SPI shell, similar to what is available for I²C. I am therefore trying to create a generic SPI device in the devicetree:
Somehow I am...
Hello,
We use nRF52840(0dBm)+nRF21540(Dec6).
In the case of using nRF52840+nRF21540, tx spurious emissions occurs severely in the nRF21540 output.
FEM(nRF21540) output...
Hi.
I am developing a custom board using the NRF52840. The mcu needs to connect to a modem and a gnss module. Both modules will communicate with the mcu over UART
I'm...
I'm working on a prototype that has 8 BLE sensor nodes that are powered by coin cells and placed on different parts of a human body.
The host node is the main processing...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello,
I have one central and one peripheral device connected over BLE. The peripheral has a custom service characteristic containing the firmware Version value. After connecting...
On a custom board we are using an RTC chip to generate the 32khz clock.
I have verified that the hardware register is set to external, bypass, and the src is xtal. The clock...
when i got a nRF5340 DK,
firstly,i use the vscode to open sdk and build ,
secondly,start to run the ncs2.1.2 sample (path:v2.1.2\nrf\samples\bluetooth\peripheral_uart...
I wan't enable approtect by add this line in main.c:
const uint32_t approtect_set __attribute__((used,at(0x10001208))) = 0xFFFFFF00;
but when i compiled at IAR,its show...