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)...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hello everyone,
Lately I have been struggling while trying to run "BLE Advertising, a beginner's tutorial". My hardware consists of NRF51822 and PCA1000 dongle. I use SDK_11...
I am working through the TWIS Slave and TWI Master mode drivers Example using SDK 12 with the nRF52832 PCA10040 board and having issues. I am using Minicom through the terminal...
I want to use the last page of codespace for storing a single 32 bit word of non volatile data. I am failing so far and I think I just don't understand the page numbering...
Hello everybody
I am working with the Raytac BLE Module "MDBT40", which is based on nrf51822.
And I am testing example project "ble_app_uart" in the SDK6.1.0 now.
...
I would like to confirm my understanding of Problem sending 6 bytes to multiple services using sd_ble_gatts_hvx
I use nrf52832 sdk13.0.0
BLE SPI is master. I dropped...
Hello,
I connected the nrf module to jlink as described:
• vdd(nrf)-----3.3V
• gnd(nrf)-----gnd
• SDO(nrf)-----SWDIO(jlink)
• SCLK(nrf)-----SWCLK(jlink)
• 3.3V...
I've run into some interesting behaviour in my code and wanted to see if anyone can clarify for me. It seems as though the SPIS module doesn't set the MISO pin as high impedance...
Hello,
I built a simple I2C application for the LMP91000 and I was successfully able to configure it to read the status register.
However, I tested to see if I could...
Hi,
I used to use an imitated Jlink debugger to program/debug my target board(one Nrf51822 on it)
There are pins connection between them,it works just fine.
Now I...
I aslo read other question about sd_ble_uuid_encode .
But my problem is different from it.
I use nrf52832 and DK board.
I made my application from ble-app-template...
Hello,
I want to define a writable payload section and a static payload section (not writable) in one tag is this possible?
I have now implemented it like this, but...