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,
I'm trying to get a timestamp when advertisement occur in heart-rate-collector example(E:\test_nrf\examples\ble_central\ble_app_hrs_c\pca10028\s130\arm5_no_packs)....
Hi Nordic Tech support team,
Now, I burn my nrf51822 softdevice Bootloader and application by nRFgo Studio tool。There are some problems as follow:
(1) When I burn softdevice...
Hello,
I used this tutorial :
devzone.nordicsemi.com/.../
But I can't resolve the "Challenge 1" (write 4 bytes on the characteristic).
Can you explain me, please...
Hello, I have walked through this tutorial: devzone.nordicsemi.com/.../
however things didn't work as planned. I can now read the default value of a value characteristic...
Hi, I was wondering how to change from central mode of the NRF52 board to peripheral mode and from peripheral mode to central mode by pressing the input buttons on the board...
In the blinky-central example, on_ble_evt() switches over both BLE_GAP_EVT_DISCONNECTED and BLE_GATTC_EVT_TIMEOUT .
Why is this required? Won't a client GATT timeout...
Hi,
since the nrf52 offers the capability of NFC and BLE I am interested in methods a customer could use his smartphone for payment. Is there a common way or open standard...
Hi all,
I have programmed my chip nrf51822 successfully using stlink and the openocd. I have burned the same hex file which is there in the example that is the ble_app_uart...
Hi,
I've been trying to port my project from SDK10 to SDK12. I'd thought this would be a simple process. Definitely simplier then when I ported from SDK6.1 to SDK10. However...
I would like for the nodes in the network to be able to talk to any other node, even if the other node address are not pre-configured.
For example, I would like to be able...
Hi, Nordic
Now I have one nRF24LU1P USB Dongle, if sometimes there is no data in/out usb(maybe 3ms), USB Dongle will enter suspend state.
Can USB Dongle support to resume...