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'm trying to port a project using nRF5 SDK to C++. One of the desired features would be interaction with the app via J-Link RTT using the command line interface.
...
Hello DevZone, I am trying to combine the ble_app_uart with the ble_app_hids_keyboard example.
I have added the necessary libraries from the the uart code into the HIDS...
I tried the tutorial given in the documentation of sdk 15 to use bds but it is broken. There is no event_dispatch function in the SDK15 using the bluetooth central - BDS Template...
Dear,
I received THINGY:91 from NordicSemi. I use 10pins cable to connect to nRF9160 DK to program for THINGY:91.
and, I am using ncs_v1.0.0
I am trying to run asset_tracker...
Hi,
we are using nRF9160, we want to set the UTC time in nRF9160 from my application and want to get the UTC time.
Could please share the API to set and get the time or...
In my project I have bluetooth and the nRF-IEEE-802.15.4-radio-driver working simultaneously.
Part of the functionality requires a response to falling edges occurring on...
Hello Community,
I'm trying to find a way for using the nRF52 DK/nRF51 Dongle as advertiser or ble commands sender. Are there some Java libraries cointaing high level function...
Hi,
I am working on MPU-6050 sensor.
I have downloaded the NRF5-MPU-EXAMPLE from this link
in that there is no SES file.
How to create a SES file to work this code...
Hello
In a product we are designing we need both BLE long range and BT classic audio. We use nRF52840 for BLE and system controller, and Ti CC2564MOD for BT audio. However...
My question is basic. I'm using Mesh SDK 3.2.0 and tried running both of the coexistence apps (ble_app_uart and ble_app_proximity) out of the box on the nRF52832 DK. Of course...
Hi. I'm using nRF52832, SDK13.0.0.
I want tuse SHA256 abd MD5.
Could you let me know which function is for SHA256 and MD5?
Actually I've tried my code as below.
uint8_t...
Current (as of today) version of NCS wont build device tree out of the box.
Output using cmake+ninja (but same if using emStudio):
-- Using application from '/home/jesper...
Dear Devzone members,
I need your suggestions about one thinkg.
I am trying to do sensor networking with nRF52840 tags.
I have 15 slave, 1 master. All slaves work...
So I'm trying to do some simple store and load from and to my flash memory. I'm using the nRF51822 with 256 kB flash memory. My problem looks exactly like this one, but of...