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...
While attempting to run the following code from a MESH example in IAR, the program gets stuck. It only seems to be calling button_event_handler continuously, as if the interrupt...
Hello,
I have been looking to program this IC, connecting via SWD with no luck. I can connect to the target but for some reason once i try to perform erase programming...
Hi!
What's the difference between UART_TX_BUF_SIZE and BLE_NUS_MAX_DATA_LEN in case of ble_app_uart example?
As I have noticed BLE_NUS_MAX_DATA_LEN determines maximum...
Hi,
I have a question about DFU mesh, I'm working on light switch demo and I combined light_switch_server with DFU exam ple in order to only u pdate server node with light_switch_server...
Very newbie question, so, sorry.
I am starting to use SES and the Find and Replace works fine in the same document, but if I do it for Replace in Files (Ctrl-Alt-F), it...
Hi,
I am using SDK14.2 with softdevice v5.1.0. I have recently ported my application from SDK12.2.
When I run my application with the softdevice it works fine. But when...
Hi everyone,
I'm in trouble with the stdlib of Keil SDK , which is nRF5_SDK_15.0.0_a53641a, while compliing.
The code what I add in the demo project causes Undefined...
Hello, i'm trying to updade my firmaware using the DFU. I manage to do it with nRF Connect and nrfutil but i'm trying to a custom central to flash the software without any...
Hello,
We are testing a new device based on nRF52832. With our RF power meter the received power from the nRF52 is different if we use constant carrier or PBRS9 with 37...
Hi There,
I am trying to build an application that uses UART 0 (for debugging) and UART 1 (to read data over from a separate hardware). Simple objective is to send "Hello...
Hello,
I want to know if it is possible use nRF52 with openwave. OpenWave use FreeRTOS, lwIP and arm hardware architecture, so I suppose that it is possible but I do not...
Hi, im using nRF 52 DK. I want to interfac mpu6050 by using the example found on this page https://github.com/Martinsbl/nrf5-mpu-examples . I'm particularly using the example...
hi Support Team,
Mesh 2.0
#if GATT_PROXY if (is_provisioned) { proxy_init(); }
Where is proxy_init() declared and defined..
I am not able to goto definition by RightClick...