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...
For reference, in case anyone else gets a similar issue :
Using the SES import facility to import a Keil MDK v5.25 Project.
After fixing a couple of other import errors...
Hi @ll,
I'm not able to receive any ble events that should be triggered by the SoftDevice.
What I did: - Using dfu_example (added beaconing advertiser and connectable...
hi,
I use SR3 52 V1.2 for development, and I want to copy a new project to change some code.
When I changed the file name, I found it could not be compiled through, only...
Hi all,
We are currently developing a wireless system for a musical instrument and MIDI controller based on a nRF52832 (using Laird BL652 modules). Our requirements prevents...
Hi,
I would like to test the ZigBee throughput like the examples ("ATT_MTU Throughput Example" for BLE and "Thread Throughput Measurement Application").
I'm not familiar...
Dear Support,
I am working with the new SDK 15, and got some question about using whitelist without device manager, and without pairing or bonding. As stated here: https...
I'm using v14 of the SDK and I cannot for the life of me get either the external 32MHz or 32.768kHz clocks working.
How is this possible using the SDK?
Our company is manufacturing security and telecom products. In our security product range, we are adding blue tooth based product which is under development. For this product...
I'm trying to add buttonless dfu to my app using the example from SDK14.1. It seems no matter how I adjust the memory I'm getting a NRF_ERROR_NO_MEM from ble_dfu_buttonless_async_svci_init...
Hi,
I have couple of questions about provisionning/configuration process:
1- I'm scanning with my phone and many ble devices show up (my devices and neighbor devices for...
Hi,
For my project I'd like to be able to remove GATT services/charactertistics. Is this possible? I can understand not being able to remove single services, but is it...
Hi
The application I'm currently working on has three debug settings:
DEBUG preprocessor symbol
Optimization level 0
NRF_LOG at debug level (using RTT)
...and...
On my custom board I have a button BUTTON_1 in between supply voltage (Vbatt = 3V) and input on nRF52832 - therefore input will receive 3 Volts directly.
I have configured...