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...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi,
in some earlier discussions https://devzone.nordicsemi.com/f/nordic-q-a/58652/additional-questions-to-nrf52832-errata-220-clearification and https://devzone.nordicsemi...
Hello,
iam using nrf52832 wiht nrf5 sdk17. we built our application code on ble_app_hids_mouse, now i would like to know how to carefully isolate this file from entire sdk...
We appear to be getting a "z_arm_secure_fault" after the call to "flash_read", trying to access what appears to be any area of flash memory using tag v1.3.0. This call, including...
I'm running the SAADC example from the nRF5_SDK_17.0.0_9d13099 SDK. I didn't add any modification to the code. except for replacing NRF_LOG with printf.
The power supply...
Hi, I am using the Nordic nRF53PDK, with the Segger IDE, and v1.3.0 of theSDK, and would like to know how to enable Data Length Extensions. I am starting from the SDK \\v1...
Hello,
I'm having issues getting my SPI to work at high transfer speeds. I have my pins configured to have high drive.
SPI is set to MSB first, Mode 0.
Colors:
Brown...
Hi All,
I am using SDK17 for my application currently. To sense ping change I am using app_button function as below. Normally my port pin remains high and current consumption...
Hi,
I am working with a NRF52840 with the SDK16 and I am facing field issues with the peer manager flash usage. At each connection the app subscribes to characteristic and...
Hi,
I wonder there is not any TX_POWER_LEVEL macro used/defined in the source code of below peripheral application.
"examples\ble_peripheral\ble_app_hrs"
Does it...
Hello, sorry to bother once more.
I am new to the nRF world and bluetooth in general, I am trying to build a device /app that gets data from 3 sensors. 2 of which operate...
Hi all,
in order to put the whole project under a decent version control system I need a list of all files used in the example project in segger studio.
The c source files...
Hello! I have the following issue with my nRF52833 board: I am in the first stage of working with it and I wanted to try the simple blinky example.
However, since there...
Hello,
I'm beginner with Nordic nRF52 devices.
I'm working on a PCA10040 (2.1.0) dev kit and I would like to communicate through TWI interface.
Then I have installed...