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...
Description:
nrfutil and especially the pc-ble-driver-py seem to not work with virtual pyenv environments.
I am expecting it has something to do with the lib files _nrf_ble_driver_sd_api_vX...
<environment> - Windows10 - modem fw v1.2.0 - nrf v1.3.0
I try to receive "OK" message after sending an AT command "AT+CFUN=1" using at_cmd.c functions but can't receive...
Hi Team,
I just want to understand how to interpret the SMS received.
I am actually getting a combination of numbers and character for the SMS,here is my log
AT+CNMI...
Hi,
I have been testing unbounded buttonless DFU with BL652 using SDK 15.0 and SDK15.2 and I kept getting Error 8(0x8): GATT CONN TIMEOUT after bootloader is entered.I traced...
Hello! H.W: nRF9160 DK v8.5 MWF: 1.1 NCS: tag 1.2 SIM: Telenor NB-IoT I'm using a modified version of the MQTT simple example for an application that periodically uploads...
Hello,
I am new here and trying to understand flow of every example and bluetooth profile,
so are there any detailed documentations with explanation of snippets of code...
hi,
Requirement 1:Nordic Bluetooth 5.0 is supported on Android 6.0 and above: What interface (hci or else) should be provided by nordic Bluetooth 5.0? How to debug nordic5...
I am working on nrf52832 and SDK V15_3 and Softdevice S132 . I want to enable 2MBPS mode to achieve maximum throughput. I have checked different links in nordic devzone but...
Hi , I succeed to flash the firmware to Thingy52
you can see the attached 2 pictures one is for the nRF Mesh app and the second is the Thingy 52 (Four units) which are ...
Hello,
I am using nRF52840 DevKit, SDK 16.0.0 and SoftDevice 113 v701
I am looking at nrf_bootloader example and want to configure a watchdog that keeps running even...
Hi,
I'm wondering what is a good way of keeping track of when the device is inside the active time window so that the data is being sent at the correct time.
Here is my...
Hi,
I'm working on two projects, in the first one, nRF52832 (softdevice S132 V6.1.0) is used as a slave component communicated with STM32L4+ over UART and the second one...
Hello,
I have been using nRF52840-DK and also nRF52840 Dongle for testing and I found an interesting behaviour when I established my test setup. The RF module acts as an...
Hi All,
We have a product based on nrf52832 that has a custom ble service with 2 custom characteristics.The first one is to send data to the nrf device and the second one...
Hi
I opened the Watchdog in the user application,and do nothing in the bootloader.Then when I use DFU,the CPU reset appears.How can I to deal with it?
And when I upgrade...