I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
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...
When trying to use BPA600 BLE analyzer I was not able to see the LL packets. when contacted Frontline/Teledyne tech support they said I am into BLE 5.0 stack.
However so...
Hi ,
I configured nordic as slave and it looks like the transactions been successful, but when 2 SPI transactions occurs consecutively slave was setting 0xAA in return...
Hello, we are developing using nRF52840 DK, SDK version 15.2 and Mesh SDK version 3.1.0, using Segger Embedded Studio.
Currently we are using the nRF Mesh app to provision...
Dear support team,
I wanted to program and debug nrf52840 dongle through an external debugger. For that, I connected the debug out of nrf52840 development kit to the SWD...
Hi, I recently added the buttonless DFU bootloader on my device with the debug config. I am using and I can flash an application when in DFU. Although, I cannot debug my application...
Using the Mesh SDK 3.1.0 the advertising bearer's transmission interval is limited 20msec (B EARER_ADV_INT_MIN_MS).
The Mesh Profile Spec indicates in s4.2.19 that the transmission...
Is it possible to transfer 258 bytes over the TWI interface of the nRF52832 in one transaction ? The manual says that RXD.MAXCNT is 8 bit wide only. I need to read 258 bytes...
Hello,
I need help with my project. I am adding fds library to the light sw example.
I did this steps:
1. Included necessary *.h files
2. Added fds.c to the project...
Hi, I'm using nRF52840,
I created my app, then i tryed to program with bootloader using nrfutil.
I used dfu bootloader and i created a zip.
So i could flash bootloader...
Hi, every developers,
I am testing the example of ble_app_hrs_c and ble_app_hrs using 2 nRF52840 (in SDK 15.3.0 VERSION).
My goal is that data communication with two DK...
SDK : Mesh 2.1.1
IDE : SES
I have a node.
After this node provisioned the mesh network,I change this node model publish address by local.
then I restart this node...
On the UART and I2C operations, are the input/output pins configured using CMOS or TTL logic levels? I am trying to design a test to test signal integrity and there are some...
Hello, I am a new bee in using nRF52840. I have looked into the given example in SDK called usbd_hid_composite ( infocenter.nordicsemi.com/index.jsp . It worked well in my...
Hello everyone,
I need ble_app_beacon 1 second advertising and 5 second deep sleep mode i don't know how to implement that please suggest example code for beacon.
DK:...
I need to use Static OOB method with PyACI and serial library
When I sent cmd.OobUse with OOBMethod.STATIC , I receive error message: 2019-07-25 17:08:26,191 - ERROR - COM11...