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...
Experts,
I'm trying to use NRF52480 Dongle to communicate over UART serial port. On the forum I found that pins 1.10 & 1.13 are used for TX/RX. I learned that flow control...
If i buy a raw nRF52832 chip and design the circuit by myself, how can i pre-programm the serial bootloader in it? So i could use the FTDI Basic (or an FTDI Basic -like device...
Hi,
Is there any way to change the advertisement name before switching to DFU mode?
I have a custom app that reboots into DFU mode (via NRF_POWER -> GPREGRET ). I want...
Hi,
I've to design an alimentation with capacitors to keep energy and filter current peak. To do that I need to know timing for NFC peak current. Do someone have information...
Hello,
I have a running system constituted of a central and 15 peripherals using nRF52840 devices. The central is set to scan the peripherals for 5 seconds then stop and...
Hello,
I'm implementing a beacon scanner with nRF52 using nrf_ble_scan.c. After the scan has been configured with no filters, no advertisement reports are returned to the...
Hi,
The definition of the COEX1 pin looks to be really interesting for applications that need a reliable time reference. A 1PPS GPS output is very useful; absolute accuracy...
Hi
Our nRF9160DK card seems to have stopped working. We attached a sensor to the card (We might have connected the reset pin on the P7 strip) and now I can't start any program...
I was trying to make sense of the serial support in mcuboot, but it uses a protocol and format I don't recognize. I expect they're generated by the Apache Newt tools, since...
I am designing a board based on the nRF52832 and wanted to examine the reference design files 'nRF52832-QFAx Reference Layout_v11.'.
However, The the downloadable files...
Hello!
I am using a nRF52832 with the S132 v4.0.3 softdevice. But I get an error from the softdevice via softdevice_fault_handler.
It gives me id 1(which suggest a NRF_FAULT_ID_SD_ASSERT...
Hi,
I'm using SDK 15.2. The bluetooth disconnects when I enable notifications on nrfConnect. This happens only if I increase the number of bytes to be sent. I'm writing...
hii,
i am currently using light switch example proxy server and proxy clients.
here i am using 3 boards ,2 board(node B &C) are programmed with 4 generic onoff servers...
Hi,
We have a bluetooth product which uses Nrf52840 as the MCU. It composes of a peripheral and a central device of which connect with each other via bluetooth and they...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
I specify a hex file in "Project Options"-> "Debug"-> "Loader"-> "Additional Load File [1]". With this setting...