Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
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...
Hi,
I'm testing nRF52832 central data rate.
My SDK version is 14.0.0 and softdevice is 5.0.0.
I want to send 200byte from nRF52832 peripheral to nRF52832 central in one...
Hi,
I'm using NRF52840 with Softdevice and SDK v15. I would like to use an external 32.768kHz crystal.
If I understand correctly this is consistent with the eval board...
Would you please provide an example of using PA/LNA with nRF52840 (Softdevice S140) on SDK 15.0 or higher?
Unfortunately, I could't manage the code you've provided for the...
Hi With regards to iOS and Android versions of the 'nRF Mesh' applications .. (1) How can I tell if both apps are 'synced' to the same level of functionality/user interface...
Hi,
I want to test UART peripheral on nrf52840 by running example in path examples\peripheral\uart as it is.
Connection setup is:
nRF power source USB
nRF USB port...
Hi all
Previously, I used the nRF52832 with the interrupt-driven UART at 1Mbaud. But due to SoftDevice interrupts that blocked the UART-RX-IRQ for more than 6 bytes, I tried...
I am trying to set up fifo'ed uart. However, APP_UART_FIFO_INIT crashes with an error value 8. I traked back the reason into this nrf driver code fragment:
ret_code_t nrf_drv_uart_init...
Hi ,
I don't know if it is related to the code below?
#define UART_TX_BUF_SIZE 256 /**< UART TX buffer size. */
I cut two pictures and hope to help understand the problem...
We would like to develop an indoor navigation with BLE. The goal is to get the position of the mobile device and navigate to a specific location.
We have already four nRFBeacon...
Hi,
It looks like the nRF Mesh App on Android configures incorrect CCCD when an unprovisioned device exposes both Provisioning and Proxy Service in its GATT Database.
...
Is it possible somehow(and if it is then how) to send/receive user data from/to a PC terminal (serial port) to/from the dongle 52840 via nRF Connect of another provided s...
I'm trying to completely understand extended advertisements and what is possible when initiating a connection to a device advertising using extended advertisements. I'm using...
Hi,
is it possible that there is a mistake in the infocenter documentation of SDK v.15?
In the bootloader description under MemoryLayout:
Usage
Memory range...