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...
Hi All,
I have a problem to enable notification on my Android phone, i followed the tutorial on android web page (section bluetooth low energy) but my app crash, i have...
I understood how external board programming works with nrf52840 DK.
Debug IN (P18) is used for external debugger while Debug OUT (P19) supports external board programming...
Hi, I use the nRF 52832 on SDK 15.2.0, and develop base on ble_app_hids_mouse demo code, add a wechat service and a uart service.
After the system paired and binding, sometimes...
Hello,
Can I use the twi event handler with a schedule library? Is there any benefit to use like so?
I also looked into the twi transaction manager, is the non blocking...
Hello,
We have started to develop a software on SDK15 and have noticed later than it's now possible to deal with service changed indication to invalidate the device cache...
Hi, I am running ANCS example application ( nRF5_SDK_15.3.0_59ac345/examples/ble_peripheral/ble_app_ancs_c ) i changed allow_repairing = false to allow_repairing = true
...
When I go to compile the ble_app_interactive_s140_pca10056 example on segger for my nRF52840 DK, which is a .emProject, the .c files are not registering .h files. I compiled...
Hello,
I am using nRF52832 with SD v5.0.0 and SDK version 14.2 on a custom chip.
I have implemented FOTA with buttonless DFU on my application and is working fine.
However...
I'm working on a project & I'm trying to use the apple notification center service, it works with me & I can detect notification on my device, I wonder if I can ask about...
Hi
We follow the chart to design our notify flow to control the data in notify queue.
but we face a problem, the data in the queue always get more than 2 when the 9 or...
Hey,
I'm developing a gateway using NRF52832 & ESP12 (UART Communication). Write now what i do is I have a one model (in the client example) for each type of devices in...
hi
i am working on a project where i need to design a PCB which sits on top of this NRF52832 development kit, like a shield. so i wanted to know the dimensions of the board...
Hello! I am using the nrf52832 sdk15.2 development project now, I don't need to use the whitelist function, so I use 'init.config.ble_adv_whitelist_enabled = false' to turn...
I run SDK 15.3 "examples \ ble_peripheral \ ble_app_uart" in 52-DK . and send UART data to nrf Connect in my Phone, i found if i close the ble connect while TX Characteristic...