Hi All,
Working with the Nordic nRF7002-DK I've been going through the nRF Connect SDK Fundamentals course and have been unsuccessful with Lesson 6 - Serial Communication...
Hello,
I'm working on a project that uses the Serial LTE Modem (SLM) application on a custom board. The main processor sends data to the nRF9160 over UART. The project is...
By default the GRTC peripheral is not cleared when started via sys_clock_driver_init . This is because nrfx_grtc_init calls nrfy_grtc_prepare , however NRFX_GRTC_CONFIG_CLEAR_AT_INIT...
Hi I want to know if I can use the nRF52850-DK to flash the Xiao Sense Plus from seeed? I am following the following tutorial which says I need to use a J-Link but that's...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
I'm writing an Android application that connects to a physical device via BLE. Android app will act as peripheral role while the device is central (with a BLE113 module inside...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
Hello, I am working on optimizing the power consumption of our application.
I have got two design decisions that I would like to ask for some advises and opinions on.
...
hello,
I uses NRF51822 to make a beacon with RTC.
When it works initially, the churrent is small about 330uA,but after a few minutes it becomes 1.1mA and stable.
I donn...
Hi,
I'm using CircuitMaker and I tried to import NRF52 reference implementations .PrjPcb files. Unfortunately CircutMaker does not support Altium PCB 6.0 files yet, but...
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...