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 want to connect Connect ADXL345 with nRF52832 to read movement of ADXL345. I am using example code ADXL375_I2C.zip
1. Please let me know the wired connection diagram between...
Hi,
I'm trying to do some on device FFT (and more) of data from accelerometer and microphone and would like to use the CMSIS-DSP functionality. I didn't find any zephyr...
We use the Development Kit PCA 10056 from Nordic (Ver 1.0.0).
When we test different SDK 15.0 - Examples with different configurations we allways expierience following error...
Hi,
I have make a package through nrftil,and I set the version of the app.DFU works well.
1.I wanna read the dfu package version.Can you offer the order?
2.I wanna know...
Hi!
Just to make sure - if I set
advdata.include_appearance = true ;
to
advdata.include_appearance = false ;
inside
static void advertising_init (void)
I simply...
Hi
I have implemented the Nordic Uart Service on the evaluation kit and now I would like to track the data troughput from the dongle to the board with different settings...
Hello,
I'am working with a Taiyo Yuden Bluetooth Module "EYSHCNZWZ"
This Module include the LC Network for DCDC use and the 32.768kHz X'tal.
I'am using Arduino and...
Hi all, I tried to modify the OpenThread's source codes(Just modify an API) and then built them.
Run the build_gcc_libs.bat script to build all of the libraries. That...
Hi:
I use nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_buttonless_dfu.
I want to add flash operation.
The code is as follows.
mian()
{
...............
Hi,
I am developing on a nRF52832 with S132 softdevice using Segger and SDK15.2.0. I am doing some tests with the Flash memory, and my goal is to have some const variables...
We are preparing an application to enter production and seeking to harden it to protect against unexpected system lockup.
The application is a datalogger peripheral based...
Hi,
In the Light Switch Example, on-off instruction was send to either even or odd address, may I know how can I cancel this action so that I can send the on-off instruction...
Hi,
I am using nRF mesh Android app version 1.0.3 and nRF mesh IOS app version 1.0.2
I have flashed the devices with light-switch example application under nRF5 SDK for...
Hi, I have pca10059 dongle. I soldered goldpins to swdio and swdclk lines to be able to flash it using external nrf dk. So I connected external jlink programmer and was able...