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,
I want to write flash using received data in BLE interrupt handler(on_ble_evt()).
When i received some data from BLE, i try to write it to flash and wait until done...
Hi
I'm trying to use the nRF52840 USB Serial UART device (aka USB CDC ACM) however I can't find a Windows driver for this device
The VID is 0x1915 and the PID is 0x520F...
I need to copy a string, but i don't know how to define nor how to copy.
This is the string that i have to copy dev_name.p_data.
I use soft device S130 in NRF51
Hello,
using the nrf Toolbox and the UART menu I can connect to my nrf52 and if I navigate back to the initial screen the iPhone disconnects but the GAP_EVT_DISCONNECTED...
Hi, I have a peripheral device which has buttons that connects to a central device which is the NRF52 board. When the peripheral device is connected and buttons are inputted...
Hello. I am at the point in my project (using sdk v12) where I need to get DFU implemented.
In my case, DFU must occur through an alternative transport that is none of...
I'm using SD132 as a central, that I want to connect to a custom peripheral device.
I first add the 128-bit base UUID with: sd_ble_uuid_vs_add(&mys_base_uuid, &p_mys_c...
I'm having a lot of trouble trying to program both an application and a softdevice (S132) onto my board. If I use nRFgo to program the softdevice, then try to program the...
Hi I am using sdk 11 and adding DFU to my application
My application always stuck at dfu_ble_svc_peer_data_set(&m_peer_data);
in function 'static void dfu_app_peer_data_set...
Hello all,
I try to instantiate an uart driver using NRF_DRV_UART_INSTANCE macro, but I got the following error :
sdk/components/drivers_nrf/uart/nrf_drv_uart.h:97:1...
Hello,
We are developing an application in which we have an NRF51822-CFAC with sd110 v7.0.0 together with very small energy allowances. Our problem is that we cannot get...
On an ble advertising timeout an event is dispatched to : ble_advertising_on_ble_evt(p_ble_evt)
I notice the application restart and suspect it due to :
ble_advertising...