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...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
Hi
I am working with S130, sdk12.3 NRF51422_xxac
I have been successfully testing bootloader DFU example (secure_dfu_secure_dfu_ble_s130_pca10028) on the NRF51 dongle...
Hi,
I had tried the Thread Topology Monitor using nRF52840 PDK which was connected with PC via USB cable, and flashed it with Thread CLI example. But there was no serial...
Hi, I am having a problem related to BLE security.
My application model is a nearby network with no connection using BLE. My plan is using advertisement channels to broadcast...
Hello all,
I'm working on updating bluetooth communication. Currently using a module that receives AT style commands.
The first step will be replacing with nordic device...
Hi,
I need to use the SAADC to check battery status (infrequently).
I would like to do this in blocking mode without accidently leaving the easyDMA powered-on unnecessarily...
Hi,
We use the flash manager to store our custom data structure in flash.
Since it growed and eceeded FLASH_MANAGER_ENTRY_MAX_SIZE we get an assert in flash_manager_entry_alloc...
Hi,
i was interfacing oled with nrf52 board. I got some example and modified bit to use it with GCC.
But it is now working. Oled not at all starting.
oled is 0.96 inch...
I'm using the Custom service example as by base. Now this was really itching me to not know the reason which causes it. I'm giving an "if-else" condition inside a "switch...
Hello,
I'm working with :
- nRF mesh SDK 2.1.1
- light_switch_proxy_server
- I implemented the generic model on / off
I work with a module (server) that has two...
i got this error when i am porting the code for nrf52810.i am working on the spi protocol i am porting code from nrf52832 to nrf5810. I am done the as per instuction given...
Hello,
We are currently using RTC1 and RTC2 to keep track of various times. RTC2 is our dedicated clock to keep track of time. I want to ensure that indeed, our application...
Hi All.
I need to add to Generic Access service such characteristics as Peripheral Privacy Flag (0x2a02) and Reconnection Address (0x2a03).
Does SoftDevice give an opportunity...
Hello everyone,
I would like to extend one of my program to use the new features of the BLE 5.0. It works in broadcast mode with BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
Hi Nordic,
I'm starting a project using the Thingy 52 and I'm going to connect Thingy with another sensor.
I have four communication options from the sensor:
UART, I2C...
Hello,
I'm using the buttonless DFU bootloader examples with bonding and the PC nrfutil with a nRF52840 PDK for the firmware upload.
If I try to start the DFU process...