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...
Hi,
I am evaluating the NRF52 with PCA10040 board and nRF5x_SDK_11.0.0.alpha.
I want to create Wave Forme as below.
Out[0] pin transit low to high at compare 0, Out...
I noticed S110 is not listed as supported by nRF5 SDK11. However, no supported SoftDevice seems to offer the same functionality as the S110 (Peripheral only protocol stack...
Hi,
in SDK v9, i tried to compile the bootloader example, but:
/usr/lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld: region `FLASH' overflowed by 6944 bytes...
Did anybody know how I could determine the connection interval for a established ble connection between an android (4.4) central and a (e.g. nRF51822) peripheral?
I've been having a little bit of an issue trying to parse UART data that I am receiving from an external device.
Where I'm having issues right now is comparing an incoming...
Every 10 packets send; it will have at least 1 packet with 1-2 bytes corrupted data.
The configuration as below:
data rate: 2Mbps
channel: 7
Prefix0: 0xE2
BASE0...
Hi,
We have an application that can run in two modes. The mode is selected by setting the GPREGRET to 1 or 0 and restarting.
Currently we are running this procedure directly...
Hi,
We are developing a product using the nrf 51422 where the power source is a 3 phase generator.
We rectify and charge on a supercap where the uProc is being supplied...
Please correct me if I'm wrong but my understanding is that unused RAM banks can be disabled to reduce quiescent current.
My first question is what is the current consumption...
Hi,
I'm using RTT debugging with soft-device " https://devzone.nordicsemi.com/tutorials/6/debugging-with-real-time-terminal/ " , I'm able to print few messages, after which...
Hi~ I'm sorry because it usually does not use English writing in English, So there may be errors in English please forgive me.
Last year, I bought some nRF51 Development...
Short: Working Timer. Working SPI. SPI does not work when triggered by timer_handler.
Hello,
I am currently trying to replace delays with timer in my code...
I set...
Hi.
I'm using PCA10028, SDK10.0.0 S130.
I want to make nRF51 goes sleep mode.
So I tested linked source code as below.
github.com/.../main.c
It works well.
But...