Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hi, Team
Premise: Currently, I'm trying provisioning using PyACI. (I considered switching the provisioning method because in the provisioner sample of light_switch, I think...
Hello,
I tried to get AWS FOTA exemple working but I have 2 problems:
With v1.0.0, LTE is connecting OK but I never get any MQTT event.
With last nrf commit version...
Hi support team,
I've been developing a project that uses a cycling cadence sensor and interacts with my nRF52840 DK which is the central device. I merged the rscs central...
Hii
I'm using nrf5_SDK_for_Mesh_v2.0.1_src with nRF52 DK. i have tested your light switch demo by creating provisioner, proxy client and proxy server on individual NRF52...
Hello, I'm newbie developer.
I want to create a program that ends advertising when I press the button and restarts press it again.
I've seen many examples, but I can't...
Hi Team Nordic,
I know this question has been answered in several threads but the responses seem quite old now. I am using nrf52840 and SDK 15.3.0 and I want to flash...
Module : EYSHJNZWZ (nRF52832)
Is there a way to check nRF52832 IC revision? Since the chip is embedded in the module, it cannot be confirmed by appearance.
Hello,
I am working on developing a program where the nRF52840 dongle is a central device and recognized as an HID keyboard to the computer.
I played around with the peripheral...
I am trying to get a periodic interrupt every 100 uS using TIMER4. My timers_init() code sets up the TIMER4 registers as follows:
My interrupt service routine for now...
Hello
I would like to evaluate the module in a place without Cat-M \ NBIoT support
is it possible (for evaluation purposes) to send the data by other means (for example...
Hi,
New to Nordic, new to SEGGER, and new to ARM, so forgive me if I'm just missing something...
I've been asked to write new code for some boards that have the nRF51822...
I am using the SPIM example in the nRF52840 SDK. It uses SPI_INSTANCE 3. I am doing a simple SPI Write of 2 bytes.
I get SS, SCK, working properly. MOSI is transitioning...
I want to take drive code from thingy sdk and apply it to nrf5 sdk uart project, but I don't know how. Please explain in detail because i'm university student ... thank you...
Hi Team Nordic,
I am trying to save my flash data after the DFU process but it keeps on erasing it. I saw a thread in which it was explained to increase the CODE_PAGE_SIZE...
Hello,
I have a problem with app_timer.
My program need to use BLE UART for about 15 second then switch for just RADIO after.
To do so, I enable the ble stack as...