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,
I am using nrfUtil on my iPad to update my nrf52 devices through DFU. Since the nrfUtil last update, I can't figure out how to delete the old zip package file on my...
Hi everyone,
First of all sorry for the big post but I have to clear many questions inside my head.
I just finished and received my prototype board that incorporates Raytac...
Does anyone know of training that would help get a novice off the ground with the Nordic nRF51 devices? I'm new to Bluetooth and ANT, and while I have figured a few things...
Hi,
I have been using Thingy52 devices for experiments for quite a while now. I would like now to use Zephyr therefore I played with various sensor samples provided with...
Hi,
In one of our private issues where we asked how to detect a lost cell, a Nordic engineer told us that:
However, we noticed that when we lose the signal/cell, then...
Hi, I just started working with NRF52-DK and SDK 15.0. I tried to test the ble_peripheral examples and they work properly. Then I tried to add the buttonless dfu inside the...
Hi everyone,
We are currently at the stage of selecting a 3rd party nRF52840 module for our prototype. Maybe my question has an obvious answer but I want to ensure that...
Hi
I am evaluating this profile:
www.bluetooth.com/.../viewer
Is it availabile an implementation in nordic sdk of this profile?
Or something similar to have a reference...
Hello,
I'm using Segger ES 4.52 and I'm having some issues while doing step by step debugging.
It tells me that some symbols are not defined, even if they actually are...
Hello,
I am working with an nRF52 and two sensors using TWI. My code is based on the TWI_sensor example from SDK 12.2. I made an interesting discovery today when trying...
Hi, I am new to creating boards with RF capabilities, so excuse me if I get anything wrong or missed something. So, going over the reference layout for the QFN32 version of...
I am trying to use UART1 on nRF52840 to communicate with another device on a custom board. I am using Zephyr. I have successfully compiled code using the function uart_poll_out...
hello Nordic
i am using nrf52832, sdk 16.0,
i have a system which need to react to multiple external interrupts on multiple pins
i see that when ' nrf_drv_gpiote_in_init...
The nRF52 SDK is limiting the transfer size to 255 byte even if the HW supports bigger buffer.
This is due to a data type that is defined as uint8_t:
typedef uint8_t...
Hi,
I'm using nRF52-DK evaluation board, and ble_app_template_pca10040_s132 (from examples of nRF5_SDK_17.00.9d13099)
I'm designing an android smartphone as a central...