Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Is it possible to use random 128-bit UUIDs for custom services and characteristics? Or do the characteristics in a service need to share 96-bits with the custom service UUID...
The hardware bug #39 on the GPIOTE in EVENT mode which gives a overconsumption of ~1mA even in idle mode on, kills the interest of having a low power chip, because the solution...
I am wondering, for 51422 or 51822, are all radios can work simultaneously or only one type of radio can work at a particular time?
e.g., BLE & ANT can work at the same...
Hi all,
Is it possible to get a callback from the softdevice, when a characteristic is changed? If so can you guide me in the right direction - documentation / examples...
@brief Function for application main entry.
*/
int main(void)
{
// Configure LED-pins as outputs.
LEDS_CONFIGURE(LEDS_MASK);
// Toggle LEDs.
while (true)
{
for...
Hi,
I'm using gazell library with app_pwm.
From documentation gazell use Timer2 and PPI channels 0,1,2.
APP_PWM use Timer0.
When I disable pwm using app_pwm_disable...
Hi,
I'm trying to use the nRF52832DK to flash a Rigado BMD-300 module (nRF52) - I've connected SWDIO, SWCLK, GND and voltage sense to P20.
It seems that because the...
I run the boardcast tx application on a nRF52832 board and I add uart drive into the proj. I use UART to console on PC.But uart doesn't work, PC console nothing. What's wrong...
I'm using the mouse example which use bonding and white list which allow to connect only to one central after performing the bonding
my question is, does the bonding feature...
Hello,
Is this the correct setup? What else will I need to do to make it work (e.g. it says something about the MCU will detect the external board and then programm/debug...
I want my device to pair only with a single central device at a time. So once it gets paired, it should not be able to pair with any other device. For this purpose I use directed...
Hi community,
I'm studying the possibility to be able to link multiple central devices to one peripheral. As it defined in the s130 soft device description ( www.nordicsemi...
I upgraded Arduino IDE to 1.6.8 version, it was automatically set up Programmer AVRISP mkll, in previous version I can see that was Atmel STK500 development board
in Tool...
Hi.
I'm trying to get audio controls (mostly volume up/down) to work with apple and android phones. I've used as base your HDI keyboard example.
It seems to work OK...
I have a BLE peripheral application based on the nRF51822, running Soft Device S110 with SDK 8.1.0. The centrals are mobile apps, one on Android 5.0, one on iOS 8.4.1.
...