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 Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
My Software as follows: nRF52832 DK(pca10040) nRF52 SDK15.0.0 mesh 2.1.1 SEGGER Embedded Studio 3.12
I want to transplant " examples\peripheral\pwm_library " to " examples...
I need to change, on a time basis, the advertising packet :
Let's say for X seconds it has to work as a "iBeacon"
BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
Hello,
We want to build Expiremental examples in BLE Peripheral.The Common issue which we have faced in bulding any of the Expiremental BLE Peripheral issue was the missing...
Hello. I am using the custom board (buttonless) of nRF 52840 to verify the services of DFU and NUS. After firmware rewriting with DFU, I confirmed that BLE communication with...
Hi,
Our Application software running in Micro is communicating with BLE over UART.
So in nutshell, we are using serialization to speak with soft device present on NRF52810...
Hi,
I'd like to have a second UART available, as the nRF51822 only has one and I'm wondering if there exists a UART software emulation example implemented already for this...
Hi!
I'm trying to add logging modules to my own libraries that I've created. I'm using SDK 14.3 with the nrf52832. I can enable logging for any of the SDK driver/libraries...
I am using nRF Connect to measure the power of the nRF52840 DK. But I don't know how to output the raw data out. Is there a way that we could get the data out from nRF connect...
We are evaluating to use this IC for BLE/NFC purpose.
we would like to flash the nRF52840 thru our Linux processor (not using external flashers), using the SWD lines connected...
I am using nRF52 DK and program example code ble_app_beacon and test with nRF Beacon APP, we are not able to connect to update UUID , Major and Minor values , however beacon...
Hi!
I use SD 6.0.0 and SDK 15.0.
I am developing an application and I want it to include service of buttonless OTA firmware updating. So far I have managed to zip my application...