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...
Hi,
I'm trying to connect to a Raspberry Pi from an nRF52832 via BLE Central mode. The Pi is running a node.js app (via bleno) and I can connect and communicate with it...
i m using pca10028.. with gcc tool chain setup with sdk 8 in windows.....am run one ble_uart example and after 180 second my device goes to sleep.. and second one that i have...
I'm using the SAADC of an nRF52832. I'd like to reduce the error of my measurements from the nominal +/-3%. I'm calling the NRF_SAADC_TASK_CALIBRATEOFFSET periodically to...
Hi,
I am trying to use nrfutil to generate my verification key.
However in the bootloader the key has this format
__ALIGN(4) const uint8_t pk[64] =
{
0x6e, 0x76...
Hello,
I am trying to update my bootloader using DFU and I am running into a few issues. I have successfully flashed and tested my current bootloader on my board and everything...
I am using the nRF51822 in an application where I want to run the UART as fast as possible to communicate with a host processor. I have been able to get reliable communication...
I am trying to create a package file to use with the DFU on my design.
I followed the instructions for getting nrfutil latest version built and was able to generate a private...
I'm using an NRF8001 with an ATMEL ATMEGA 328P (the microcontroller from an Arduino). I need the microcontroller to go to sleep, but still allow the BLE chip to advertise...
Hi,
for development i am using gcc and makefile on osx.
I wanted to automate my makefile with the possibility to upload directly the hex file to my nrf52 devboard.
...
I'm using PPI to trigger a gpio high after a given delay from 4.00 ms to 8.00 ms. I need to be accurate up to .01 ms but i'm seeing some jitter in the actual delay vs given...
Hi,
documentation for NRF_LOG_RAW_INFO state that it is:
A macro for logging a formatted string without any prefix or timestamp.
But when I use next code snippet...
Hi
After building ble_app_uart in Nordic SDK with board pca10028 it gives some warning like
/usr/lib/gcc/arm-none-eabi/4.9.3/../../../arm-none-eabi/bin/ld: warning...
hello sir, i m using gcc tool chain setup in windows with sdk12 in pca10028... so can i useexample->peripharal-> timer example same as rtc ... i mean sleep condition same...