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,
recently I experienced a strange behavior on the nRF51 chip, that is at a certain point some gpio lines remained held high, even if the firmware set them to low (both...
I clone the repository on GitHub, which is the accompanying code for the Application Note nAN-36 "Creating Bluetooth Low Energy Applications Using nRF51822", in the nrf51822...
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards. I want to check my runtime. So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Hello all.
I am now making a central device to control a peripheral device.
The Firmware of central device is supposed to be updated by Smart Phone, like iOS or Android...
I'm currently making a device which use nRF52832 and that will integrate Capacitive touch feature. However, I'm actually a bit lost with this post: devzone.nordicsemi.com...
Hi, I use PCA10040 v1.1, Keil MDK 5.21a, SDK 12.1 with S132 v3.
I was using SDK 12 previously. The SDK 12 projects worked well.
Now I migrating to the new SDK. So...
Hi all, I'm working on SDK11.0.0 with softdevice S130 v2.0.0 and I need to update bootloader+application at the same time in single zip for these I created zip file by using...
I have a use for the pstorage module and while going over the implementations in the Nordic examples and libraries, I found a use-case of pstorage_register() in bootloader_init...
Hello,
I would like to use the PCA10028 close to the conditions of a future custom board at 1.8 V (including I/Os) but I would like to keep the ability to do source level...
I am using the 8.1.1 version of the SDK on a Rigado BMD-200 device, s110 version of SoftDevice.
The code has set APP_ADV_TIMEOUT_IN_SECONDS to the maximum (all bits set...
My main App must be able to use the soft device directly or serialisation when a external Connectivity chip is used. How can this be done? In the examples it's done at compilation...
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards.
I want to check my runtime.
So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Looking at the nRF51 UART Example, i know that all packets transmitted over a BLE link will be protected by CRC on the link layer.
But how about when nRF51 scan the ibeacon...