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...
Hello, when using sd_ble_gatts_hvx(), I keep getting 0x3401 error. I googled it and it appears that it's because I might not have the notification enabled.
But I very much...
OK. Weird question. I know, but that's only because I'm in the middle of a large program that I'm reading, believe me, I had done my fair share of homework and I understand...
I can't seem to get any of the UART examples for the NRF52 to compile on Eclipse. Eclipse is complaining that there are two definitions for uint8_t, one in _stdint.h and another...
Dear developers,
Currently, I am studying the new SDK 12.2. Now, I'm reading flash storage module. It seems very useful.
Just a question: While Persistent Storage module...
So it points to the ACTUAL value of a characteristic. So why do we need that function "ble_hvx_push()" (forgot its name, sorry, but you know what I mean) for? And what's with...
hi dear Engineers!
if I use sd_ble_gattc_primary_services_discover(..) with NULL last parameter , all SERVICES discovered OK:
start_handle=0x0001;
err_code = sd_ble_gattc_primary_services_discover...
We have a device which needs to survive dishwasher conditions. We believe most dishwashers operate up to 71C, but may reach 82C during 'sanitation' phase/drying.
This is...
Hi,
I'm using nRF5_SDK_12.2.0_f012efa and s132_nrf52_3.0.0_softdevice. We want to do the OTA on it. Before I add a DFU service to make it switch to bootloader, I have use...
Hello, I'm sending a series of data up to 7 bytes from an android phone, but I can only receive the first 5.
I'm asking what are the list of thing to mind if I were trying...
Hi,
I am trying to initiate Firmware Upgrade using the nRF Connect Mobile Application (also tried using nRF ToolBox).
As described in the below link -
github.com/.....
The footprint of sd_ble_gap_connect() is:
uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t...
This is what I believe, of course, my beliefs are flawed, so please DO point my errors out:
There is this attribute table on server/peripheral devices. The actual...
Hi,Nordic
I have one nRF24LU1P device, when I make it as USB Dongle, I will use :
hal_usb_endpoint_config(uint8_t ep_num, uint8_t ep_size, hal_usb_cb_endpoint_t endpoint_isr...
When I repeatedly (>290 times) send the same notification to the connected host via sd_ble_gatts_hvx, I get a sd_assertion:
Fault identifier: 0x1
Program counter: 0x104FA...
Hello,
I have a custom board which has NRF52832 SOC(i.e. main MCU) and another ARM Core-M0-based MCU(i.e. target MCU). These two are connected over I2C. I wonder how to...