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...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
Hi,
I am working on nRF51822 Microcontroller. I am not using any kind of stack I mean Bluetooth etc. I have a simple nRF51822 microcontroller and am running a simple application...
Like the title says, I'm making a call to nfc_t2t_emulation_start, and getting NRF_ERROR_INVALID_STATE (0x08) back.
The only prerequisite that I'm aware of in order to...
I'm testing with S132 nRF52 SoftDevice 3.0.0, BLE dfu operation with single, nRF toolbox on Android version 1.16.5.
I have checked the example in SDK, nRF5_SDK_12.1.0_0d23e2a...
Hi,
I am trying to make communication between two nrf51822 modules. I am using nrf11 SDK, In this i am using proprietary_rf-> esb_low_power_prx(ptx) examples.
In this...
URGENT
First of all, I have to mention that I dont understand PPI.
I have application which uses PWM to control a pump which is connected to the nRF52. To the nRF52...
What would be the payload size? That is, without any ble involvement? I assume it's 31 bytes? Or maybe this question is invalid since you can transfer unpackaged, raw data...
Issue: when the battery level is requested for the first time from mobile its responding correctly. but, when it is requested for the second time from mobile, disconnection...
We are trying to import blinky example(Keil project) to SES, we could succesfully build the eaxmple and dump into nRF52-DK, example is from SDK12.1. After we dump into kit...
Hi, I'm planning to create a custom PCB that uses nRF52832-QFAA.
Currently, I chose the Q22FA12800025 32MHz crystal to use, which is the same one in the PCA10040, I believe...
Hi,
I use nRF51822 with 256k flash and external sensor, and i want to write the data i receive from it via SPI to internal flash?
After the data received i want to send...
I've seen a few posts in regards to the usage of MCP in a windows virtual machine. From what I can gather, this setup just will not work, however I haven't really seen an...
Hello:
I was wondering about the random addresses programmed into the FICR on some of the devboards that I have. I read the devzone and it appears that the DEVICEADDR is...
I read that the DEVICEADDR is always in the advertising packet, so i need to take these data from the master each time that a slave is conected to them. I trying do something...
I'm using nRF52+SDK11.0.0+s132. In the ble_hrs PCA10040 example, the following are defined:
BLE_STACK_SUPPORT_REQD
BOARD_PCA10040
NRF52_PAN_12
NRF52_PAN_15
NRF52_PAN_20...