I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
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 evryone,
i cloned button example form github to sdk version 9.0.0 and i modified the neccesary changes between app.gpiote.c//nrf_drv_gpiote.c files and set the GPIOTE...
HI,ALL
there are two 'uart_event_handler' function in the project.
one in main, and the another in the app_uart_fifo.c
with the source code, i think when i input...
Hi everybody
I make an application which combine ANCS and NUS services on my device (nrf51 SDK 9.0.0,softdevice 8.0) This application works properly when I use IOS device...
Could you explain why 8 reload registers exists. Its use and use case. Since I believe we need to reload every register each time we have to reset counter.
I have a rare issue where my device won't advertising as it is waiting for a Pending Flash event to clear. However I want to add a supervisor time-out to this. It is safe...
Hi ,
I am getting error in pstorage_store function .
On further digging function
if ((!is_word_aligned(p_src))) is returning the error.
What does this function check...
I use nrf51822qfaa,s110 v8.00,keil MDK IDE. If the program is wrong,The chip will reset, I want to save some data to the FLASH area before the chip reset. What I need to do...
The example DFU project (dual_bank_ble_s110) for NRF51422 seems to work just fine on my custom board that has NRF51822. Is there a problem to use it like that if I set the...
Dear community,
I'd like to report a problem on the Direct Test Mode software provided in nrf51 SDK v6.1.0.
In this mode, 2-bytes commands are transmitted over the serial...
Whenever I try to run the following Convolution function for the 12th time in my code, the Processor is halted and I get the following Error on console:
Performing single...
According to this example, the device should be advertising RX and TX Characteristics. I also believe that when I connect to the UART app using my iphone, I should be able...
I have been successfully using my nRF52 Dev Kit (PCA10040) for the last few days. Today, when messing around with the UART drivers, I seem to have messed up the JLink-OB....
Hello,
I have an NRF51822 beacon board and two small 0.96" OLED displays (does not matter for me which one o use). One with GND, VDD, D0, D1, REST, D/C, CS and VCC pins...
I'm on windows 8 using the 1.0.1 sniffer application and wire shark 1.10.14 64bit with a Nordic nrf51 dongle. I'm using an nrf51 dev board with ble_peripherals/ble_app_blinky...
with nrf51 there is 2 blocks (block0 for softdevcie and block1 for user data and stack). I configured the system to retain RAM before going down using sd_power_ramon_set(0x00030003...