If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
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...
Hi Nordic,
Our device as master need to pair with android APP. We want to add function that pair with secure key. when APP pairing with our device. Our device will display...
Hi,
I use software s132 PCA10040, SDK 11 and NRF52832. I need to control the swap space region.
In 512kb, total 120kb is allocated to softdevice and bootloader.
My application...
Dear Nordic Team,
Thanks for support.
Currently i am trying BLE UART central (ble_app_uart_c) example without flow control. But its not work. My SDK is 11.0. I want...
Actually, the nRF52832 Dev KIt has Type-2 NFC Tag. For Type-2 NFC Tag, its data access method can be read/write or read only . Therefore, does any example codes of two nRF52832...
Hi dear Engineers!
How to read 128uuid of characteristic ?
I try to use sd_ble_gattc_characteristics_discover(..) then wait BLE_GATTC_EVT_CHAR_DISC_RSP.
But uuid always...
Hi Nordic
I am using ESB_DPL protocol between two 51822 to do RF communication.
First i put two device very close, works very good, no packet loss, then I moved the...
After spending substantial time without luck I will drop my question here.
Setup
nRF5_SDK_12.1.0_0d23e2a -> bootloader_secure debug target
nRF51 & nRF52
IAR...
Hi,
I am using simple ADC peripheral to read internal battery voltage(standalone). I am using two custom nRF51822 boards. One of the nRF51822 board is made by nRF51822...
Hello. I just started learn ble module and some confusing about ble_app_uart:
in file ble_nus.c we have function on_write this function calling when trigerred BLE_GATTS_EVT_WRITE...
I am developing a android app for firmware update on my device. I used buttonless dfu example to switch from application mode to bootloader mode, I write value 0x01 to the...
I'm trying to track down who is erasing and programming 0x800..0xFFF.
Does the SD_MBR_COMMAND_COPY_BL modify 0x800..0xFFF?
I inserted a CRC32 at the end of the MBR ...
How should we comprehend the nature of PPI, when dealing with radio interrupts?
For example, if I point radio event handler call back ( of this type:
static nrf_radio_signal_callback_return_param_t...