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,
I am having an issue with setting up the event generation timing on the nRF51822. Long story short, I am configuring Timer/Counter 0 to generate an event every 50ms...
Hello,
I am using NRF51 DK for developing an application. I tried running the default SPI example in the SDK 12.3 which uses the spi and spis example. The location of those...
Issue exists in SDK 15.0 and probably many many others...
I noticed that the nrf_log_push parameter is indicating it must be a constant pointer to a mutable character...
I'm attempting to pull the mesh bootloader out of the sdk and put it in its own makefile project, so it can be built separately.
I'm building with `gcc-arm-none-eabi-7-2017...
Hello,
I want to achieve bidirectional data communication between one central and two peripherals. Any my central device should be able to do bi-directional communication...
Hi. I have been looking through the forum to find anything that could answer my problem, but can't seem to find it. I am working a project, where our needs is to use a nrf52...
Hi there ...
In Softdevice S140 v6.1.0 started supporting advertising extension with this macro "BLE_GAP_ADV_SET_DATA_SIZE_EXTENDED_MAX_SUPPORTED" and I follow the migration...
Hi Team,
I am using nrf51822 for my project, i have connected a PIR Sensor and a push button also a LED driver WS2811 .
I am using ble app uart example as i have to control...
Hello,
I'm looking for 3D STEP model of nRF52840 QIAA aQFN73 package. I just found step model of dev kit, but not component itself. Could anyone help me and share one. ...
Hi,
I was trying to follow the steps for this example: https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
However, I reached step 5, where I should compile...
Hi,
I am developing a bootloader for a custom board with the nRF52840 (nRF5 SDK v15.0.0 and SEGGER Embedded Studio V3.30) where we have no other option but to engage DFU...
Hi ,
I am working on application in which I am using GPIO pin to detect interrupt. GPIO pin normally has logic low level. When it becomes high level I have to generate...
We develop BLE server application on nRF52840 with SDK 1.5 using nRF52840-Preview-DK.
The application is built as multi tasks with freeRTOS where BLE is one of the tasks...
Hi,
I am using Keil uVision 5 and SDK 15 on nrf52840 development. NRF_LOG_ENABLED is set to 1 in sdk_config.h
But NRF_LOGS are not being printed in Debug(printf) viewer...