uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Will uarte interrupt call NRF_LOG_INFO, will run away the possibility of the processor? backend uses RTT
I set uarte receive dma buffer to 10, then the sender to use the...
Hi all, we have a problem with a project based in nrf52832 and a custom board. The project is based in "ble_app_uart" example, and also we have the following sensors:
Accelerometer...
hiii friends,
i have developed new board using nRF52832 xxAA. i am dumping code in this using nrf52 DK and it is working fine but when i am removing power from this and...
Hi, I want to confirm if the Mesh packet is a "special" form of advertising packet or it is completely different, i.e. all the headers and addresses etc are changed.
By...
Hi, I am using Keil to build programs less than 32 KB in size. All the example program from the SDKs work and I have read that should be the case because they are all under...
Hi all,
I'm going to use the latest SDK version of nrf51822 for my current project. Can you please help me to choice the right one for my development?
I want it as peripheral...
Hi all ,
I am learning theory about BLE . I'm exploring the relationship between layer . But I am quite difficult to understand the package structure from upper layer to...
Hi,
My config :
Board NRF52DK
SDK 14.2
Segger ES Release 3.30
SEGGER J-Link V6.22a
macOS 10.13.1
I want to use RTT to debug my code. As a starting point I've...
The manual clearly states that the external HFXO should be 32MHz. However, if one would like to have precise 16kHz on the PDM and I2S interfaces a 32.768MHz crystal is required...
I know that RF52840 could act simultaneously as the Advertiser\Peripheral and Observer\Central and I saw Nordic's recent demo video of BT + Thread co-existence. However, it...
I am having very limited knowledge in flashing devices, infact this is the first time I was doing it, pls conider
Step 1: I bough PCA10040 and installed nRFGo software in...
I have found multiple PDFs indicating the lay-out on the nRF52-DK. However, none of them tell me anything about the size of the kit. Does anyone have a PCB lay-out with at...
Using the latest SDK and following example multiprotocol/ble_app_gzl.
I try to add a vendor specific UUID and get error 4. Which means, not enough room in some table? Whose...
Hi,
I hope this is the appropriate forum for this question. I've also asked this on the developer forum on thisisant.com, but received no answer there.
We are using...
Hi all,
I have a custom board with 3 LED's and one button. I have created a custom_board.h file:
#define LEDS_NUMBER 3
#define LED_START 22
#define LED_1 22
#define...