Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
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.
...
I'm using the UART driver (drv_uart.c) provided with the nRF5 SDK 11.0.0 on a nRF52 chip and once a NRF_DRV_UART_EVT_ERROR event is received, the receiver seems to be stuck...