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...
Hi all I am wrking in an sample be program where ble is advertising everey 5 seconds. I have configured app timer with fire period = 5 seconds in order to read a sensor. After...
Hi,
Ipv6 UUID 0x1820 shall be present in the advertising process. Is it mandatory to put it in the ADV_IND message or can it be in the SCAN_RSP one ? ... the scanner, 6BR...
Currently, we are testing Bonding & Connect.
Please see the attached log below.
If Click 「Bond」 on Android App (nRF Connect), disconnection occurs after "PM_EVT_CONN_SEC_SUCCEEDED...
Hello,
I have the following question: when developing a software product, I developed my own service. It consists of one characteristic and several descriptors (valid range...
On our products, we assign a custom sequential mac address to each unit (we use this number in other places in our system). I believe this is an issue due to the bootloader...
Hello all,
We are using nRf52832 DK.
We are trying to run TCP Client example from IOT.we have even burned the s1xx_iot soft device.We are getting the the error "CMSIS...
Hi,everyone!
I need to configure an external interrupt so that when the interrupt is triggered, I can do something else
When I configure it in the following code...
Hi
Hi i am trying my application for sleep and wakeup without gpio. Actually my work is to put my device(battery powered) in sleep for 5 minutes and after that it should...
Hi,
Download "thingy" sdk and re-compiling it; add SDK 12.3.0 sdk_components to the build and it is showing just 1 error:
can't find ../../../libs/libmpllib_Keil_M4FP...
Context: in my application, I need to know rather precisely when the SAADC is taking a sample. So I did a test and discovered something interesting.
I'm triggering the SAADC...
Hi Support Team,
Is there any information about light sensitive spec of 52810 WLCSP package?
What we concerns are:
(1) Which light is sensitive for 52810 WLCSP?
...
Hello, I am trying to integrate buttonless DFU functionality to my project.
However, when I compile the project I get this error
The steps I took was to start with the...
Hi
Env: Linux, command line, arm-gcc, softdevice 7, sdk 6
I am having strange behavior when running BLE based program (in nrf51822 and it uses ECB encryption), and...
I'm trying to be a good camper and stick to published SDK interfaces, but I'm stuck on one point.
I want to use the PPI to toggle a GPIO pin AND clear the timer on a timer...