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 guys,
I have a board with STM32 (mbed os) and NRF52832 connected using UART lines.
STM32 has a internet connection and NRF52832 has a bootloader and DFU service.
...
I want to send sensor data from one node to other using access_model_reliable_publish() method, but my data is too large and I'm not able to send large data. What is the maximum...
Hello,
I'm using the TWI example mentioned in the subject line and I'm trying to get the TWI signals out of my demo board (Rigado BMD-350 Evaluation board).
Am I right...
hi everyone
I have BMD-300 Series Evaluation kit featuring the nRF52832 and dongle(nrf52840).
And I`m using ubuntu via Virtual Box
I refer 'pc-ble-driver' and follow...
Hello.
I am trying to build something like this in the picture below:
so my guess is that I need mesh functionality.
So my initial questions are.
Are there any...
Hi Sir
I start development form uart cli example (uart0), now nrf52840 module will connect an uart peripheral device by uart1, so two uarts would be used.
My goal is to...
Hi all,
I try to develop a gamepad using 51822 by modifying the keyboard example code.The button works well after PC connecting the device the first time ,but when I power...
Hello everyone,
We are building a wearable that uses nrf51822 chip. We are facing a specific issue of connection and disconnection every 30 seconds with Android devices...
hi...
i am using nrf52832 and sensor ......... is it possible to read the data by interrupting the sensor
for example ....
if i am using temperature sensor if the value...
Hi,
I'm trying to do service discovery on a peripheral but I'm not getting any events back. I'll explain shortly what I'm doing and maybe you could tell me if I missed anything...
Hello Nordic Support Team I am working with 3 nrf52 dk board my 2 nrf52 dk board working good but My one nrf52 dk boards not detect on my pc and not any jlink storage drive...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. Now I want to store some data in the flash of nRF52832 but I worry I will destory the bonding...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. Now I want to store some data in the flash of nRF52832 but I worry I will destory the bonding...
Hi,
I have been trying implement this , which i successfully implemented two week earlier. But for some reason i am not able to implement this anymore. I tried last week...