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...
My SPIM0 starts to use 300uA upon first usage of nrf_drv_spi_transfer. Why? Even when the transfer finishes and I uninitialize SPI or turn the MOSI, MISO and CLK pins to the...
Hi there ..
I have question regarding estimation of a coin cell battery life while advertising on nrf52840 PDK. I followed here https://devzone.nordicsemi.com/b/blog/posts...
Hello,
I am fairly new to developing ble beacon applications and was wondering if it was possible for my device to perform the following operations simultaneously:
Advertise...
Hello, my project is not going well. Trouble you Please help me again First of all, my English is not very good. I'm sorry. Can you provide an ideal sample code for me? My...
Hi
I'm using SDK 14.2, nrf52 DK and proximity example. When i try to write to inmediatte alert characteristic from nrf Connect ( android) i never get the event on the device...
Hi, in my project, the following codes caused "NRF_BREAKPOINT_COND":
sd_power_ram_power_set(4,(POWER_RAM_POWER_S0POWER_On << POWER_RAM_POWER_S0POWER_Pos) | (POWER_RAM_POWER_S1POWER_On...
I have secure DFU working fine for my s132 (SES sdk15.0), and now trying s112 using the example from post how to use dfu?
I used SDK_14.2.0_nRF52810_Secure_BL_v1.1.zip and...
Hi. I have to make mesuring impulses quantity of two external low freq signals without interrupts.
I tried to use GPIOTE EVENTS_IN[0] and 1 with PPI ch 0 and 1 to timer...
I use PCA10040 V0.9.0 to run SDK15 bootloader example: F:\Nordic\nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10040_ble_debug\arm5_no_packs.
1. erase full chip...
Hi, I am using the ble_app_cscs_pca10056_s140 example application from nRF5_SDK_15.0.0_a53641a and I have made a single-line change (see below) to force the bonding process...
Hi Nordic Team!
I have bought nRF52 DK and my aim is to create BLE application for a peripheral that it would be possible to connect multiple centrals (for example android...
Hi,
I am trying to add the SAADC to an existing project. SDK 14.2 - Softdevice.
I quickly changed the existing code as follows:
Unfortunately, the callback gets...