Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
I am using nrf51822xxaa , Keil Uvision 5.14.2.1. SDK 10.0.0 and S130. I need optimisation level O3 for most parts of the code, except for one part (about 10 lines of...
I can't seem to add custom pin definitions to my own board in SDK12. I use the BOARD_CUSTOM define and copied my PCA10040 header file to one call custom_board.h and my pin...
Hello,
I'm working with the experimental BLE blinky application (with nrf52 and s132 SoftDevice).
It works fine, but now I would like to add one more characteristic one...
Hello,
I am working with Arduino blend micro BLE, i am trying to change some advertisement data and uuid service.
I am using the BLEPeripheral library and the next functions...
In the file bsp.c (from the SDK11 ble_hrs example) I don't quite understand the initialization statement:
static bsp_button_event_cfg_t m_events_list[BUTTONS_NUMBER] =...
Hi,
I'm working with UARTE using a receipt timeout. So far so good, I tweaker nrf_drv_uart to get notified upon RXDRDY interrupt (char received but not yet DMA transfered...
Hi,
I've got some software that already uses nordic_uart, so when I try to add another uuid I get NRF_ERROR_NO_MEM.
Now reading around at others with this problem, it...
Dear Nordic,
I am following this test example [https://github.com/NordicSemiconductor/nrf51-ble-app-lbs/tree/throughput-test-5.2.0] while using nrf51822 dev board.
I...
Hello.
I use nRF52 , PCA10040 , S132 , SDK 11 & Keil5.
I want nrf to do bit operation.
The code about bit operation is following.
unsigned char tmp[2];
unsigned short...
Dear Nordic Team,
Thanks for support.
I try to enable dfu service in proximitty example code as per the nordic document .
But its not work. I dont know what i am doing...
To the wizards at Nordic,
I come to you with a rather perplexing issue, we are building a custom application on top of our nrf52 based design. The board seems to work great...
I think similar issues have been posted before and not resolved
If I flash the hex precompiled hex files for virtually any project by using the pca10028 S130 version it...