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...
I don't know how to manage the Bonding key. I confirmed the following sequence, but it is abbreviated as "Keys stored in keyset". At what timing and how should I get and save...
Hi guys,
I am creating an application that can enable my device to measure the voltage and temperature, after I am able to send these data via BLE to my mobile app (nRF...
hello Nordic
i am working with nrf52832, sdk 6.0, softdevice s132 v7.0
i read around the forum that i can advertise a beacon packet every 20 ms
but in the ble_app_beacon...
I was using MBED TLS crypto library for various cryptographic stuff and hashing. It was working fine with SDK 1.2.
I tried to port my code to latest SDK 1.3 and I am having...
Hello
I'm now going to read PD_SCK and Dout from Hx711
but i can only get the value from PD_SCK, no value from Dout
here is my code, using NRF52810 and HX711, hope someone...
I have currently building and am running the SPI Transaction Manager Example (spi_master_using_nrf_spi_mngr_pca10040) on the nrf52 pca10040 board, where is information for...
hello Nordic
i am working with nrf52832, sdk 16.0 s132
1. i see when i use the app_time i have to initialize it using this line of code :
though i thought and...
Hello, I updated a working project based on nRF52832_xxAA 32Mhz crystal, from SoftDevice S132 5.0.0 to 7.0.1, (set preprocessor NRF_SD_BLE_API_VERSION=7)
now the sd_softdevice_enable...
Acctually, I use nRF5 SDKs for transferring IMU sensrsor data via bluetooth to mobile app. When I check the license of source codes, the components kiibohd controllerv0.5...
Hi all, I swear I've read every post under the sun regarding this, and tried so many different things from all of them that my project is probably slightly screwed now. I...
Hello!
I am trying to run the experimental ble_app_hrs_nfc_pairing example from SDK17.
I am using an nRF52832 module and SoftDevice s132.
The example compiles fine...
Hi! I'm trying to get a basic example to show the 9160 going into the System Off mode and then waking up when a button is pressed. However I have not been able to get the...
Hello,
I saw that in nrf52_erratas.h.
This Macro must be ebabled for the functions to be enabled: NRF52_SERIES.
Also, there are other macros in the file such as:
#if...