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 working on a ble_app_uart sdk example thereby I can connect the bluetooth of nRf52840 to My mobile. I want to read the temperature and send it to my Mobile...
Hi, I am attempting to set up a nRF52840 DK as a BLE peripheral, and have been following the basic setup instructions at infocenter.nordicsemi.com/index.jsp . However, when...
Hallo everybody,
I successfully implemented on the NUS example the Pairing with the Passkey with the following Peer Manager configuration without LESC.
and the BLE...
I've written a DFU client in python. I'm trying to add the ability to restart a failed DFU without having to resend the whole file. I can see that the init packet is saved...
I cannot find an example project for using the PDM module on SDK 15.3.0. Can you please direct me to where I will be able to find such an example project?
Thank you.
HI,
i am using nrf52840.i am sending 500bytes from peripheral to central with the time interval of 100 millisecs. for 5 minutes its working fine,but after 5 minutes the...
I use nrf_uart_master by one side and application realising uart periphireal role on the other side. (It is for debugging. In production Central role will be chip.)
Connection...
Hello,
we are trying to use FDS with NRF52 and using SDK15 SD132 v6.0, and have few questions:
1. IF there is function to erase all records and files in FDS?
2...
Hi,
looking to nRF52832 reference PCB designs I've noticed that BOM contains different element sizes for different packages. Such, most of capacitors for QFN48 have 0402...
Hi,
I tried to test range between nRF52840-DK to SmartPhone with nRF Connect.
The firmware project I flashed to the nRF52840-DK is "ble_app_proximity_pca10056_s140" ,...
Dear whom it may concern,
I have been using nRF52840dk for a week now and I am having a problem. The issue is that, I am trying ble_peripheral examples that are provided...
We are in the process of going to production with the NRF9160. Do we need to purchase IMEI number for the NRF9160 modules or do the modules come with an IMEI?
What happens if I trigger an NVIC reset from the WDT ISR? The product spec states:
See Reset on page 69 for more information about reset sources. If the watchdog is...
Hi,
to save power, our product negotiates a slow connection interval of around 1s (usually ended up being 960ms) when going into deep sleep.
when waking up the device...