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...
Hi
Good day!
We are working on the BQ24715 Digital Charge controller IC and it has got an SMBus communication port and tried to set up communication using the nRF52832...
I am not able to bond with the thingy52 after connection with nRFconnect android app. Because of which I am not able to reconnect to the device. My main aim is to reconnect...
Greetings!
This is about the errata published by Nordic, i.e., software workarounds from Nordic for a given hardware revision.
Example: nRF52840 Errata
https://infocenter...
I have created a customized android app which hosts a form like structure of a patient arriving in hspital. I wish to send these data to nrf52840 dongle which inturn stores...
As the website of nordic shows, I download all the softwares and drivers to build a bluetooth network based on mesh nodes. However, when I open the nRF Connect, I can't select...
I am working on nrf52840 and also the dongle by segger. My data is transmitted via BLE sucessfully but I can only see the results in figure but I can't save and process the...
Hello everybody,
I have programmed the example light_switch (server) and (client) from SDK for Mesh examples on two nrf52840 dongle and it worked .. I can control the LED...
Hello,
I'm currently trying to implement a setup of BLE devices (nRF52 DK and nRF52840 DK) which is potentially secure against the KNOB attack (and also other attacks) and...
Hi, I am looking to use the nrf power profiler to analyse power consumption with some configurations on the NRF52833.
I currently have the dev board PCA10100 and the power...
I was looking for more information about hardware accelerated AES128 functions in the nRF9160. We want to encrypt and decrypt data using this and was wondering if there are...
Hello,
I am currently working on adding the pairing part to the ble_app_uart with peer manager. I have followed the way that is used for ble_app_gls and ble_app_hrs. I could...
Hi support team,
I download mesh (nrf5_SDK_for_Mesh_v3.2.0) serial example FW to nRF52840 DK,
and connect to embedded linux gateway over USB,
I can run PyACI example...
Hi,
It seems that s112 soft device uses IRQ level 0,1,4 of nRF52832.
By default my counter has default IRQ level 6, my concern is about the delay of COMPARE interrupt...
Hi, Everyone
Environment: SDK15.3, nRF52840, Keil Compiler
I want to keep the previously set values undeleted even after OTA
My question is
1) Which method is better...