Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi,
This post is just to share with all of you (who would need it) a simple application interface (attached here) that uses the nRF52840 USB since we spent some painful...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Is there any peripheral sample for OOB legacy pairing? I'd like to know how to encrypt with temporary key( TK). I checked the ble_hids_keyboard_pair_nfc sample in the SDK...
Hello ,
I'm using the libuarte library so i can send data and receive it , i'm enabling RTC2,TIMER1,TIMER0 and TIMER2 .
this is the main definition of my libuarte NRF_LIBUARTE_ASYNC_DEFINE...
Hello,
As we are close to production of our new device, i would like to know what are the possible ways of performing OTA DFU in thread network from Thread Border Router...
I have interfaced two ESP32's with ESP-NOW protocol in which one esp32#1 sends the data to the other esp32#2. I am able to send the data from esp32#1 and receive that data...
The nrfjprog tool only returns data up to 0x10001000. After that it's all zeros.
nrfjprog -f nrf52 --recover
nrfjprog -f nrf52 --readuicr uicr.bin
If I read an individual...
Hi,
I want to use the LIS2DH sensor to any motion interrupt on int2. It seem that it's implemented by the driver so I started with the code found in this issue ( https...
I'm trying to disable proxy visibility of mesh node after its been provisioned by calling (from APP timer's context) proxy_stop() function. Though i'm getting NRF_FAULT_ID_SD_ASSERT...
Hi,
I am using nrf51822 chip for BLE application. In my circuit, I have used circuit supervisory components which is resetting the MCU whenever voltage level goes below...
Hello,
I have found out that we have shipped one product where NRF_CLOCK_LF_SRC_SYNTH was used together with the SoftDevice S132. I think at the time when it was implemented...
Hai team,
In my application , I am using nrf52832 , application took 26 microamps in runtime [peripheral - I2c] ,acclerometer and ble advertisements],here i need to put...
Hi Nordic,
My firmware is done and v1 beta is release, i will use it to flash my final production first batch with it.
What are the several good pratices to create...
Hello again,
I am trying to use the nordic PPK2 to estimate the battery capacity I would need. I would like to measure for a longer time in order to spot any strange behavior...
I am developing a simple battery powered Zigbee light switch (sleepy end device) using nRF Connect 1.91. After successfully joining the network and accepting a bind request...