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,
I am trying to save some data in flash by using the Flash data storage.
However, everytime I try to write data to the flash, the module returns this error code:
FDS_ERR_UNALIGNED_ADDR...
Hello,
I'm making bootloader(nrf51822xxAA SDK12.1.0 and SD130 version).
I have some problem in micro-ecc installation.
To install micro-ecc, complete the following...
Hi, I have a problem with DFU OTA.
I use nRF Toolbox's DFU to upload nrf51822 QFAC, most times it works.
However several times, after the app altered "** bytes transferred...
Hi,
I want to generate a 2.048MHz clock on one of the IOs of nRF52832. Could you comment on following questions?
1- Can I generate this frequency (with no load on CPU...
Hello, I work with some ADC 24-bit (HX711) and for getting data from that I need after low level on first gpio pin to fed 26 pulses to that with time period about 1us on second...
Hi,
I am using ble_app_uart_c_S120
How can i support more then 1 bonded connection?
i try:
#define DEVICE_MANAGER_MAX_CONNECTIONS 7
#define DEVICE_MANAGER_MAX_BONDS...
What's the correct settings for nRF51822 CEAAE0 (0x0079) with dfu example in SDK v11 ?
I believe the chip I am using is a 16KB ram 256KB rom version, but not sure 51422 or...
reco_scan_req.PNG
Now i am doing a test of RECO beacon which use a nordic chipset, nrf51822.
But something strange came up to me during the test with Ellisys bluetooth...
Hello,
I know that this question has been asked in the past but I could not find any recent post about this topic, and there have been many updates to the SDK since the...
I am using NRF52DK and SDK 12.1. I am using BLE. I currently am not using Peer Manager but probably will be implementing that in the future (of sooner if that makes my question...
Actually, nRF 52832 DK has Type-2 NFC Tag. For type-2 NFC TAG, its data access method can be read/write or read only. Therefore, does Nordic have any example codes of two...
Hello,
there is written that Peer Manager is using flash for storing bonding data or service configuration. Can you extend a documentation - and add description when and...
Hello,
I have platform base on nrf51822, collecting data through I2C and sending to android application.
the device is working according following protocol:
Motion data...