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...
Our project use 51822 and another MCU stm32 to transmit heart rate data by uart. then 51822 SPP heart rate to smart phone APP. Now, We meet a issue that 51822 UART will crash...
Hi,
I just found what looks like a bug in ble_nus.c in SDK12 - not sure how to report it so I'm just doing it as a question/answer combo.
Basically:
Connect to...
Hi,
I'm developed a custom nRF52 board, and the main method to reset is via power cycling the power source (battery). Using GCC, should I still keep:
CFLAGS += -DCONFIG_GPIO_AS_PINRESET...
Now, I'm using the SDK12.1.0 and the device is NRF52832, I trying to use the secure DFU bootloader, when I open the Project Nordic provided(PCA10040 Debug) and build it, the...
Hello,
I have a PCA10028 that I want to use as a sniffer using the NRF Sniffer firmware. I tested it in macOS and it's working. The problem is that I also want to connect...
I put my code before ble_stack_init()
reset_reason = NRF_POWER->RESETREAS;
NRF_LOG_PRINTF("reset_reason: 0x%08x.\n",reset_reason );
//NRF_POWER->RESETREAS = 0xffffffff;...
Is it possible to receive connections without setting up a GATT service
For security reasons, I would prefer if generic apps and also the new Web BLE API could make connections...
Hi,
I loaded the code available at github for system on wakeup on gpio current and measured the current in low power mode by connecting a multimeter to a nrf51 dk.
The...
hi,
I am working with nrf51822 board using softdevice(s130).I am making ble initialization and continuously calling the power_manage() function in which sd_app_evt_wait(...
Before post this question. I post the MY QUESTION in stackoverflow forum.
but I couldn't find solution.
I know that Nordic board set Bluetooth Low Energy(BLE) multiple...
hi everyone.
we designed a custom board for nrf 51822QFAA chip and we flash the chip by using nrf51 DK debugger with tag-connect cable. when i flash the chip(using keil...
Hello,
I have a serialized app I'm porting to SDK 11 and the S130 SD.
This is an STM32 serialized to an nRF51.
When I call sd_ble_enable(...) for the first time at...
I'm wondering if the BLE is a low power efficient when it has to be always connected to the central device?
How it can be power efficient and the BLE while connected to...
Hello,
I'm looking for details on the nrf52 DAP signals SWDIO and SWDCLK. Such parameters als min. time high, low to Z, clock duty, maximum frequency, minimum frequency etc...
I am working in a custom board which is having nrf1822 chip and I am using Softdevice s130 2.0.1 , SDK 11.0.0, RAM available is 16Kb where soft device uses 5kb of RAM,heap...