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...
Hello there,
I'm sending IMU data (16bytes) using a notification from a custom board to a phone. My final goal is to send this packet of data (16 bytes) every 10 milliseconds...
I am developing a mobile application with bluetooth mesh.
But i can not describe the structure of a node with demo application. The sequence that I want to understand is...
Dear Nordic,
I implemented a RTC calender in nRF52832 using RTC2 . I want to port this RTC calender to nRF52810 but 810 has 2 RTC.
RTC0 is used by softdevice and RTC1...
After getting the latest nRF9160 in (DK V0.7.0) I installed pynrfjprog, and then issued the following command (as provided in the README)
nrf9160_mdm_dfu --update
...
Hi, I am new to BLE mesh. As I have understand , a provisioner is one which forms the mesh network and assigns addresses to the node and make them join to the network.
1...
Hi,
How do I-
1. Start a timer when sending data from nrf to host (PC) in form of input report.
2. When the application running on host machine receives this data, send...
When i try to add RSSI viewer app in nrf connect it shows error
Unable to install: Unable to download developer.nordicsemi.com/.../pc-nrfconnect-rssi: net::ERR_CONNECTION_RESET...
I am experiencing strange behavior on the PCA10056. I have two boards now in the same state, both were working fine before starting work on the Secure DFU (uart). The following...
I found that App timer using in ble_app_template in different modules. Is it possible to change prescaler value without harm to other modules? I need to increase maximum value...
Respected nordic community,
I am working on one project where right now i try to make custom service read operation through nrf52832 in segger studio. From my device(mobile...
HI, I am seungwoo
I am developing data transmission using nrf52810.
A 300-kilobyte file is divided into 220 bytes and transmitted continuously.
11-27 17:24:24.416...
Hi,
I'm developing a unit which i need from time to time to send a packet throw I/O lines (F.E.virtual uart)
However the packet bit timing is very critical.
As far as...
Hi, I am using nrf52832 with SDK 12.3.0 and nrf 52 dev board. I am experiencing a problem whenever I programmed nrf 52832 using nrf52 dev board and NRFGO, after certain number...
Hello, I'm currently using the nRF51DK with Wireshark as a BLE advertisement sniffer. So far this setup has worked great, but I'd like to make a small modification for development...