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 Nordic,
I am currently working on ble_app_interactive on nrf52 DK with the DK as central and a hearingaid as peripheral. I have had some help from you guys to configure...
Hi
I've allready make a system with ANCS and AMS service in order to control IOS Notifications and control the music. i can answer or decline an incomings call with ANCS...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. Now I want to store some data in the flash of nRF52832 but I worry I will destory the bonding...
Development environment:
Server : SR3v1.2 with nRF5x SDK v14.2 , Client : Android P set-top box
Hi, we use ATVV service on Android 9 and HID service on Android 7/8.
...
Hi,
My application goes to system off by using nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF). In the handler, I configure a sense to be woken up by a GPIO, as...
Hi all,
I have a nrf52832 board from holyiot ( https://pl.aliexpress.com/store/product/Nordic-nRF52832-module-Bluetooth-low-energy-development-board-for-BLE-mesh/420533_32867403706...
Hi,
I'm trying to use an existing NRF51822 mbed codebase on a new NRF52832 product and am having some issues.
First of all, it seems that I can't use mbedlib, but need...
Hi all,
I have a Gateway with nrf52832 BLE chip-set.
My question is: Does this chip-set provide the ability to get the RSSI levels of the three advertisement channels...
At the bottom of page 15 in nRF52832 Product Specification v1.4 the following reference is printed:
[1] See GPIO located near the radio on page 17 for more information....
Hi,
If event is not handled (or handled but EVENT register not cleared), will it go above 1 or is it binary?
In other words, can the value be used to detected missed...
I am attempting to port code from sdk 11 to 15. Some of the code is __older__ and in need of updating. A line which runs during the application init calls the sd_ble_version_get...
Hi!
I have added programs for register writing to SPI programs and using SDK14.0.0
I am using the nrf_drv_spi_transfer function to transfer three data.
but when confirming...
Hi,
I am using nRF5_SDK_15.2.0_9412b96 and Segger IDE.
I have written to echo every data received from UART.
I have a variable UART_Data to store data received from...