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...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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...