Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
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...