Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Dear support,
I performed a 48 hours- 20°C profiling of my 110mAh battery and managed to get my profile (really appreciate your nPM PowerUP tool. Helping a lot for development...
Hi.
I am working on a custom nRF52810 board (SDK 2.7.0).
When connecting LIS2DH12 via SPI in the .dts file, I see an error -->
.dts code -->
prj.conf -->
Please...
I try to capture the broadcast packets from the broadcast_audio_source application to investigate the BASE (which holds the configuration of BIGs, subgroups and streams)....
Hi DevZone Team,
I hope this message finds you well. I am reaching out to seek your assistance regarding the HID mouse implementation we are working on using the Nordic...
The question concerns using the nrf fuel gauge library for a setup with an nPM1300 PMIC and an NRF52840, implemented using the nRF5_SDK_17.1.0. Is it possible?
Even with the LTK key entered, wireshark cannot decode Bluetooth packets between two paired connected devices I followed this course exactly,but it failed to live up to expectations...
NRFX_TWIS_EVT_GENERAL_ERROR
I am thinking of implementing TWI slave functionality in the nRF52840.
The event handler is written as follows.
Read operations from...
I am thinking of using nRF52832 as both transmitter and receiver, and creating a firmware where the transmitter adds the acquired data to the Manufacturer Specific Data of...
Hi Nordic:
SDK version: NCS_V2.7.0
sample: peripheral_uart
config:
Compile error without any changes:
May I ask how to solve this problem?
best regards!
jermi...
Hello,
I get the error message in red when pressing Connect below:
The certificate is downloaded as instructed in the devacademy 4.2.
server_certificate.crt: ...
Hi,
I recently purchased a Thingy91, and here's what I’ve done so far:
Built the firmware
Registered the SIM and device on the cloud platform
Built the Asset Tracker...
I found a related post ( ) where the advice was given to just get a DevKit, which I agree with for development, but my understanding is the nRF52 dongle firmware contains...
MCU : nrf52840
SDK : sdk_17.1.0
Hello, we are developing a product using the nRF52840.
However, we have observed that while the nrf_log_backend_uart~ function is operating...
Dear Nordic support,
I've done some testing to send many data in BLE notifications, and I have a question regarding the BLE stack implementation. We are using NCS v2.6.1...