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,
I am currently trying to add SDK15 functionality to a mesh project as shown in the documentation.
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic...
Hello,
I am working on a project with nRF51822, I want to connect two or more nRF51DK boards using SPI and send an interrupt from one board to another, Is there any code...
Hi Nordic,
I am using SDK 12.3.0 and S130 2.0.1. I would like to ask some questions about Peer Manager.
1. I want to erase all bond when I press a button. Do I just...
Hi,
I have been trying to read the register values, from BNO_080, using the functions nrf_drv_twi_tx to write and nrf_drv_twi_rx to read. But for some reason, i have been...
Hi!
I gave up trying to come up with a working solution for updating mesh nodes based on SDK1.0 to SDK2, see https://devzone.nordicsemi.com/f/nordic-q-a/37707/dfu-update...
Hi,
I read this post to handle communication with both built in UARTs
I'm working with Mesh SDK 2.0.1 and nRF SDK 15.0.0 at the moment.
My application uses UART0 initialized...
I noticed that the secure bootloader by default protects bond information during FOTA. In earlier SDK versions there was something called preserved pages right below the bootloader...
Hi, Im using this library, https://github.com/NordicSemiconductor/Android-BLE-Library/, Everything works great except the disconnect part, I need to press the disconnect button...
I had setup nRF sniffer with below software and hardware, but the Wireshark seen unable capture BLE data.
nRF Sniffer software nrf_sniffer_2.0.0-beta-1_51296aa.zip ...
I had setup nRF sniffer with below software and hardware, but the Wireshark seen unable capture BLE data.
• nRF Sniffer software nrf_sniffer_2.0.0-beta-1_51296aa.zip • nRF...
Hi,
I have been working through the examples for DFU with the nrf52832 dev kits from the SDK (nRF5_SDK_15.0.0_a53641a) from this folder:
...\nRF5_SDK_15.0.0_a53641a\examples...
Hi, Guys, I have problem with my nRF51822. I built the ble_app_uart project in the SDK v6 and and flashed it on the mcu using j-link and I also flashed S110 SoftDevice version...
Hi Sirs:
I've searched 52840 specifications and devzone, but there is no related information about the maximum external flash size could be adopted on 52840.
Would you...
I'm attempting to use PPI and Timer2 on the NRF52810 to count the clock pulses coming out of the SPIM driver. As there is no way to do this internally (as far as I know) I...