Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello everyone,
I have a device with a custom service including 3 characteristics and another device with 4 characteristics (same 3 chars as the first device + 1 new). ...
I am adding a Battery Service and am searching for advice on good practice. Can you advise?
In the SDK examples, many include the battery service but only ble_app_proximity...
Hi! I'm having some trouble with missed BLE notifications. We are using a custom BLE service and characteristic on the nRF52840 Development Kits and Feathers with notifications...
Hello!
I am currently using an AndroidOne along with the nRF Connect app on both my PC and the smartphone. I am trying to get the phone to connect to my DevKit. I am currently...
helo,imy name is nissim and i am trying to make my own app to some watch that runs nrf52832 soc
the development group that make the app said that they need the bluetooth...
Hi,
We have added support to button click in our design but the intruppt only works once at the first time it is pressed.
What am I missing here? why is the button_evt_handler...
I am trying to update the firmware on the nRF9160 using the Programmer application on Mac. The Programmer does not seems to be able to connect (the switch is set to nR91 on...
Hello,
i’m using NRF52832 with SoftDevice S132 and Sdk 15.3 to develop a NUS peripheral and central. The system is tested as follows:
I have two NUS peripherals , a NUS...
Hello, I have questions about esim card.
1. Hardware footprint about esim chip.
I don't know which esim chip I will use.
So is there a common standard footprint?
If...
Hello,
I've a board with usb port
I can insert on USB the Raytac MDBT50Q-RX containing the nrf52840 and:
- my microcontroller can recognize it as CDC ACM USB serial...
Hi, I'm Developing Custom Board with nRF52832.
When I execute my custom code (by referring to ble_app_template example), an error occured.
First, my hardware spec below...
Hello, i am using the ble_app_beacon example on the nRF52840 DK with s140 and i want to send the service UUID for Device Information. I inserted the code from the ble_app_template...