I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
I have a blank nrf51422 that I have successfully loaded with the latest S210 softdevice and working application. However, I do not see the bootloader region occupied when...
Hi pros, Im recently working on 51822QFAAG2 with S110 v7.10 and SDK v6.10.
My app always triggers this assert after BLE is enabled and busy transferring for some time....
Hi Nordics!
I am developing some device using ANCS example.
But I have a same problem with this flow.
devzone.nordicsemi.com/.../
Is this issue solved?
I'm working on the UART with BLE application example. I'm trying to see into which struct does the characters entered on the screen gets saved. From the documentation, the...
we now using GPIO as input. when it rise then start timer. but it seem failed. No GPIOE IN event happened.
what's timing need for rising/fall edge detecting? < XX (us)...
A a couple of years after initially giving up on BTLE (due to Apple's refusal to implement reception certain advertising modes) I am back to have another go at it.
Basically...
Hello
This is probably a very simple problem to solve but I'm having trouble disabling an RTC0 interrupt by using a GPIOTE PORT interrupt on an nRF51 board.
Basically...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
If my way of thinking is not wrong, I have to set SEVONPEND flag to wake up cpu from sd_app_evt_wait on pended event. How to set this flag? I cannot find any function/macro...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
Hello.
I used sdk 5 and 6 without much problems in the past, but thought it's time to upgrade.
I don't seem to be able to get even the blank blinky example to work for...
Hello
I'm using S110 with nRF51822.
I'm trying to implement some logic which is quite simple, but for some reason things are not working properly.
I'm advertising...
Hi all,
I have failed when try to flash a new softdevice s110 to the target device is Wunderbar's sensor module which is using nRF51822 chip. Flashing application has no...
Hello,
currently I am using the S110 Softdevice with the ble_template example as peripheral. This works fine.
For our final application, we need the central feature...