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 read the temperature ..... my temperature data is executing from 0 degree temperature ...is there any way to execute only actual data instead of starting from 0...
I'm probably not using the good terminology here... let me explain my application.
I have an existing board which has all the logic implemented in an STM32 MCU. I now need...
Using Softdevice 132 version 6.1.0 I issue the request for scanning by calling sd_ble_gap_scan_start() with: ble_gap_scan_params_t scan_params = { { .extended = 0, .report_incomplete_evts...
Hi all,
I want to measure higher frequency (8 MHz) count/ticks by using the lower frequency (32 KHz) is there is any method to do it or any examples.
I want to measure...
Hi,
I am evaluating the nRF52840 with the Segger IDE.
I am about to experiment with Bluetooth, but I have a hard time understanding the different protocols/softdevices...
Hi, recently I've been confronted with this issue that all of my stocked nRF52832 ICs would not work with the lastest SDK, which later turned out to be engineering samples...
In the light of recent news like this one, https://arstechnica.com/information-technology/2018/11/bluetooth-bugs-bite-millions-of-wi-fi-aps-from-cisco-meraki-and-aruba/ ,...
if m_replay_cache[ivi][i].seqno == 0xFFFFFF, then new message received and seqno == 0 or other value, Whether the message is valid ?
Because the seqno of the new message...
Hi,
We have many projects based on nRF52832 SDK 12 and we are porting them to nRF52840 SDK15.2 to take advantage of the new BLE5 features.
The problem is that we are having...
In my nRF51822 I have an app & a dfu bootloader (modified from nRF51DK) & softdevice .
The app starts the watchdog with 5 seconds timeout. An user can make the app to...
Dear Sir
We will like to disable the BLE advertising data whitening, could you advise us how to disable it?
We have tried to modify the following 0x1UL to 0x0UL and looks...
Hi Sir, I am use Laird BL651 module, which use nRF52810. I am use nRF52 DK debug output (P19 and P20) connect to our board, but the nRFgo studio not able to detect device...
Hi Nordic,
A problem was found with the SDK15.2 write operation. If the write size is equal to 12000 bytes, the system will return an invalid operation length error.
But...
Hello. I am developing an Android app and Arduino BLE device that will need to work in a very population-dense environment. Think a very large music festival with thousands...
Hello All,
I am trying to interface an analog sensor with nrf52832, whose analog values have to be converted using SAADC and has to be sent over SPI to another chip. But...