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...
To whom it may concern,
I use a BLE app via nRF52832_WLCSP, 'ble_app_hids_keyboard' of SDK11(pca10040),SD s132_nrf52_2.0.0, with the HID profile. once I started advertising...
I'm currently using CrossStudio as IDE. I've no problem in compiling and downloading the application in the nRF52832 microcontroller. However the application wouldn't start...
What is the maximum number of connection a central device can connect and control in open mesh? Is 1 to 50 possible? What is the latency?
I am comparing to RFdigital Simblee...
I am trying to encrypt a write on a custom characteristic by setting:
BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(&attr_md.write_perm);
Then in the write event I read the...
I've tried getting a notification of subscription from a bluetooth event handler like so:
ble_evt_dispatch() is being called from main:
static void ble_evt_dispatch...
Hello,
I am using SDK v12.1.0 and I want to get the debug logs over UART
I followed the Logging Sink Configuration to enable UART logging and compiled the Health Thermometer...
Hi!
I was developing my custom service, and had a question around what kind of functionality is allowed or not allowed within a callback from the soft device or other peripheral...
Hi every one.
I am developing on S130 SDK 11 and I try to use whitelist connection for optimisation.
I have currently a working project which scan for 1 sec for any BLE...
My application is based on the ble_app_uart demo. I want to get the BLE approval from the lab. The lab want me to tell them the Bluetooth profile of my application. How can...
Hello,
I am trying to interface the STPC16CPC26 with the NRF52832. As per the datasheet of the display driver, we have to toggle two IO pins from the NRF which shall be connected...
I want to write protocol stack and my program to 518222 and now need the manually download device or the automatic download device. can you offer me the communication ways...
Hello
i am using Nrf52dk. i have Visualgdb.
i would like to use the Nrf5 IoT sdk in visualGdb.
i have some question. is that Nrf5 IoT sdk will support the SysGcc toolchain...
good time dear Engineers!
faced with a problem of S132 nRF52. ADV data of packet lost.
I compared the RAW data according to screens below:
If I use nRF Connect ...
Hi, Nordic
I see this question: devzone.nordicsemi.com/.../ , I follow it, then I can see log in J-link RTT viewer.
But when it work, I find after some time, the old log...