hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
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...