Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
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'm trying to take a project we had working with only an application, no softdevice or bootloader, and add a bootloader and softdevice, with the application still not requiring...
I am working on nrf5_SDK_for_Mesh_v2.2.0 with nRF5_SDK_15.0.0 and softdevice 6.0.0. I run code on PCA10040 dev boards. I am trying use a timer to send onoff message from a...
Hi Nordic,
Does FDS affect PPI ADC acquisition when writing data? The test found that once the FDS is written to the data, the ADC data returned by the PPI ADC is fixed...
Hello Nordic experts,
I am working with nRF5_SDK_15.2.0_9412b96 SDK.
In example nRF5_SDK_15.2.0_9412b96/examples/ble_peripheral/ble_app_hrs_freertos/main.c I have at line...
Hi all,
The setup that I am aiming for has a number of nodes, which will send the IMU data to a central base station. The communication is achieved using a bunch of nRF24L01...
I keep getting stuck in the TIMER1_IRQHandler function.
When I debug the code, I get to line 20 (exiting interrupt function scope) and then the assembly code hits a nop...
Hello!
I have developed a BLE HID (HOGP) device in Nordic SDK 15.0.0 starting from an example project: ble_app_hids_keyboard .
The HID device that I have developed however...
We have a setup where we want to measure the current consumption of a battery-powered device:
The batteries are soldered to the device, and cannot be removed.
We can...
Dear Team,
i hope you are doing good,
I am working on nrf51822 controller, using SDK is 12.3.0 on windows environment. Soft-device is s130
i am planning interface...
Hi,
Wanted to interface NRF52840-DK to Board Mount Basic Pressure Sensors (Honeywell) ABPDANT005PGAA5 which is of anlog output type.Can u suggest can i go ahead with the...
hi......
my peripheral device is heating up quickly what is the way to reduce or avoid heating of the device ?
when i put my device in sleep mode more than the wake up...
Using SDK_14 and unmodified SAADC example on pca10040.
Initially connected A0 (PO.03) to ground but getting seemingly random values.
<info> app: ADC event number: 586...
The file components/libraries/timer/app_timer_freertos.c does not have the function app_timer_cnt_get() defined. Compiling libraries that require it (like external/lwip/src...
I used nRF5_SDK_15.2.0_9412b96\nRF5_SDK_15.2.0_9412b96\examples\peripheral\spis to test spi,but only the first time can receive data. logs like below,"1234567"
is I send...
static void onoff_state_value_update(app_onoff_server_t * p_server) { /* Requirement: If delay and transition time is zero, current state changes to the target state. */ if...