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...
I have 100 samples of string data (Ex: AABBCCDDEEFF:1592636399:1592636399 ) . I am using the flash_fds module. Also, I want to read the read all the samples at once. I am...
Hi,
I am developing the 'buttonless dfu' to the 'hrs freertos' using the SDK v15.3.0.
However, after I compiled the modified code and loaded to the target broad, I got...
Hi
In ble_stack_init(), err_code = softdevice_enable(&ble_enable_params); err_code = sd_ble_enable(p_ble_enable_params, &app_ram_base); err_code is 4.
I use nrf51822 in...
Hi,
I got a nrf5340 pdk, and I download demo Peripheral_Heart_Rate into board, load peripheral_hr.hex into app_core and load hci_open_amp.hex into net_core. it running ok...
Hello. I have one multirole device (device A) and three peripherals (devices B, C, D). Device A connects to devices B, C, and D as a central role, and connects to the phone...
Hi,
I am developing a product using nRF52833 . (S113, SDK 16, IAR8)
I am developing based on the usbd_ble_uart sample.
I use ble, spi, twi, ppi, saadc.
and, I use...
Hi,
On page 420 of the nRF52811 datasheet (v1.0) it states that pin 14 (P0.18) can be either 1) Digital I/O or 2) Single wire output (SWO). The SWO is not mentioned on any...
Hello, In our project the nRF52 resets randomly
we use the NRF52832 with softdevice S332. On the application space we run a FreeRTOS application with 2 tasks. We want to...
Hi,
I am trying to determine whether or not to use a watchdog timer in our firmware. The device is and IoT device, making sensor readings and entering sleep mode for a while...
Hi all,
i am trying to merge ble_app_peripheral example with twi_scanner. So i created twi_ad7147.h and twi_ad7147.c with the twi configurations.
But i am getting this...
Hi All,
I am working on a custom board using the BMD-340 from RIGADO, and I am hoping to be able to see all the logs on the RTT viewer.
setup -> SDK 16.00, J-ling programmer...
HI Team,
We have generated the private key from "nrfutil" tool and we want to integrate to our code, how to extract from python generated file "private.key" file to hex...
Hello Nordic World,
We are attempting to use the Nordic Sniffer app on a DK52 board to sniff and troubleshoot BLE communication issue with our board/app and iphone/app....
Hi,
I am using nRF51822, SDK 10, SoftDevice S110 v.8
I am strugling with DFU over BLE using custom DFU package.
I am able to flash bootloader and update FW with pregenerated...