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...
Hello!
I'm trying to nRF52 soc chip to drive the matrix sensors array (16x16), because there is no enough I/O pins for my project and thinking of use the shift register...
Hello everyone,
I have a program which set configurations by using write (nrf_drv_twi_tx) in the registers of a sensor.
I use the SDK 8 in the nRF51.
Here is the code...
Hello, I want to test using RTT for logging since I am using UART for send/receive packets. I made following changes in sdk_config.h:
#ifndef NRF_LOG_ENABLED
#define NRF_LOG_ENABLED...
I have device with nrf5x and I will customize this device on production. I use to flashing nrfjprog.
Will prepare one hex file and customize e.g serial number during flashing...
Good time dear Engineers!
Faced with a general Problem.
I use two nRF52 boards connection : Central <-> Peritheral.
init data: MIN/MAX conn intervals = 10/30 ms
...
I noticed that the GPIO port read and port write for SDK v12.2 changed to accommodate chips with more pins but I can't find much information about it. How do I use nrf_gpio_port_out_read...
I want to make a frequency of 750khz, 50:50 duty ratio.
How do I use pwm?
I use it. nRF52832 PCA10040
I used the PWM library example but it failed.
The frequency...
I'm using nRF5SDK V.12.2.0.
In the app_ble_uart example, trying to change MTU size as below.
#define NRF_BLE_MAX_MTU_SIZE 103
...
#if (NRF_SD_BLE_API_VERSION == 3)
...
I am using SAADC with TIMER3 and PPI, sampling 12bits at 250Hz.
When I use 10uS acquisition time, the average current consumption is 300uA lower than when using 3uS or 5uS...
With nrf Toolbox 2.2.1 on android 6.0.1 (Google Nexus 7 or OnePlus 3T), I try to transfer an application firmware in a zip file UiBoardV0.4.1.zip , generated with "nrfutil...
Hi,
In am using a nrf52832 in a serializated configuration, with the softdevice S132 on the connectivity board.
Is there a way to configure GPIO on the connectivity...
hello,
i have one nrf51 dk and it has some advertisement packet, i have another nrf51, i want this another nrf51 to copy first nrf51's data. can you tell me how to copy...
I stumbeled across a problem with my application, which runs on s120. My case is: I have a S120, configured as a peripheral and I have an Android 5.0 Motorola smartphone....
Hi, I'm trying to install the BLE buttonless DFU template onto a nRF52 (PCA10040) eval board using the secure bootloader example (with s132, version 12.2 of the SDK) via nRF...
We have a new project it is as preipheral. It will support dual bank OTA. We want to use the IC of nRF52832 and use SDK12.2. I want to know which softdevice and bootloader...