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,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
L.S.
For our products we have chosen to use the RFDigital RFD22301 (previously RFD51822) product which has a nrf81522 chip inside.
Last year we discovered some issues...
What are the S130 SoftDevice v2.0.0-7 alpha iROM and iRAM settings for the nRF51822 and the ble_app_hids_keyboard example?
Someone at Nordic Support suggested the following...
Hii Nordic guys,
I'm trying to test the example project examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay so I just compiled and trying to flash on...
Hello
I am developing an application with BLE and I have just faced to a problem.
I want to check my IDE settings and development environment.
I am using the development...
A good problem to have... we're only seeing 300nA current draw with a 3V lithium primary while in SystemOFF on the nRF51822, using LDO.
Is that correct? We've measured...
HI , ALL
i added a event in the function 'on_ble_evt' like followings:
case BLE_GAP_EVT_ADV_REPORT:
printf("Start Advertising\r\n");
break;
At first i think...
Hi, I mostly use the SDK 7.2 or SDK 10 and S110 7.1 or 8.0
since I have multiple custom boards that uses revision 2 and 3 chips.
My custom board I'm about to use has...
I want get an interrupt from the ADC after every sample (oversampled by 4, so burst is enabled). This works fine with EasyDMA, but I want to be able to not use the EasyDMA...
Is there some documentation somewhere to explain how these work?
I kinda understand but in app_timer, why use a software interrupt of the same priority as the RTC interrupt...
In my project, the nrf51422 chip will be hosted on a board with another CPU. I need to be able to flash the firmware through the SWD interface, controlled by the host CPU...
Hello,
I have a running system powered by ARM Cortex-M3 (LPC1343 MCU) and I want to add bluetooth through nRF51822 usb dongle.
I want to send some data from LPC1343...
Hi,
I try to send a string using example code ble_app_uart_pca10028 without input from terminal
,but directly from inside the code
All of the tutorials I've search...
hello there i want to interface adxl345 with nrf51822 using SPI interface i am new to spi. i am using spi master with spi slave example. i want to write 0x08 in 0x32 register...
I want to debug RF51822 board by uart port , communicate with pc, e.g use printf() in program,after download RF51822 board,print statement to pc uart port, how to realize...