I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
Can you tell me how to integrate this library so that my code works with it? I'm new to using both these OLEDs and Nordic Semiconductor based devices. THanks
I'm trying to write a firmware for PCA10001, which works like a bootloader. In other words, it can download some data into the Flash. To avoid conflicting with the existed...
Hi thank for reading with your kindness
I used keil with nrfready_desktop_2_/* files
when I clicked "Start/Stop Debug Session" with simulator in debugging session, ...
HI,ALL
i notice that the buttons_leds_init is initiating the bsp function.
just like LED and Buttons.
uint32_t err_code = bsp_init(BSP_INIT_LED | BSP_INIT_BUTTONS,...
I recently purchased nrf51-DK. I was going through a getting started document which said to update the firmware on the board. After updating it the boards just keep disconnecting...
Hi:
There is a worried question around me.
when i put my product and phone in a firm place after the product connect with APP of phone.
I find that there are lots of...
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...