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....
I received my nRF51 DK (with nRF51422, PCA 10028) and I could successfully run the S130 demo app thats included with SDK 8.0.0.
The above demo demonstrates for e.g. :
...
I was upset early this afternoon because I was experiencing issues with buttonless DFU on Android. As is usually the case, I assumed it was my fault.
First, I reverted...
Hi Nordic--
Our custom nRF51822 design has 13 signals routed into the app_buttons module through the GPIO -> GPIOTE->PORT -> nrf_drv_gpiote.c -> app_buttons.c path. For...
Hi,
I have a problem to program an external board with my PCA10028 board. My external board is a Xuntong chip.
( Heart-Rate-Monitor-2-4GHz-SOC-BLE-Module-based-on-nRF51822...
I'm trying to measure absolute minimum power consumption of the chip using the PCA10028. I cut SB 9, and applied a very sensitive current measuring device to P22. I'm running...
Hi all,
I am having ADXL335 Acellarometer board. Here its giving data of X,Y and Z axis directly in analog form.
So how should i configure my IO pins of PCA10001 board...
I've been reading about minimizing the amount of time that the SoftDevice blocks the CPU for, but most of the answers have to do with old revs of the chip and old versions...
We have a peripheral device that we would like to have sleeping 99% of the time. I have a single timer waking it at 1-second intervals to look for things it might need to...
Hi,
I am trying to get date and time on my nrf51822 but struggling a bit. I would like the nrf to receive the time over BLE and then increment it internally using the RTC...
I have a system using the Gazell link layer in which 2 devices stream data to a single host. Each of the devices is assigned a different pipe, and all three (host, and both...
I have successfully set up UART/Serial Port Emulation over BLE example. I have modified it so that it works with two nRF51 DKs, one acting as a central and other acting as...
Hello,
I would like to know whether the below PA can be interfaced with nRF51822?
For our application we need to increase the power of the BT. so I have selected the below...
Hi,
From other forum posts it seems to be very important to follow the reference layouts when designing nrf52 PCBs, but I can only find the reference files in Altium format...
Hi,
I have a nrf51 dongle and I try to connect my Android smartphone to it. My smartphone is BLE compatible, so no problems here.
I flash the firmware using master control...