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...
Hi All,
Is there a way to disable currently running Noric BLE stack and port 3rd party BLE stack also enable new stack on PCA10001 (nrf51822 dev kit). We have our own stack...
Hi all
I tried to add a vendor specific 128bit UUID with the function sd_ble_uuid_vs_add. It worked and I received the custom UUID type (0x02). Afterwards I tried to add...
Unable to Install or Launch nRFgo Studio Win64 1.18:
Downloaded "nrfgostudio_win-64_1.18.0_installer.msi
Installed package on a 64-bit Windows 7 PC as a 'regular...
I'm playing with the SDK 8.0 HRS peripheral example.
There is a config folder that contains device_manager_cnfg.h. But this isn't being built into the project, the version...
Hello,
I am currently trying to write my frist few lines of code.. I started with the ble_uart example and then mixed in some code from the spi_master example.. I wanted...
Hello,
why did you chose to remove the S130 1.0.0.3-alpha from the relasenotes and merge it with the latest version? I don't think that's the way it works. Now we have...
Hi All !
I was read many posts about this function and do not understand how to check if all data is deleted.
In my situation I do:
Start advertising for bonded...
My devices in the field have firmware that saves an error code when it gets thrown and then sends it to a central so that I can see if there are errors with devices in the...
Hello,
I am using the sd_flash_write function. If I use this function without the nrf_delay_ms() function (see code below) the data is not being written.
sd_flash_write...
I would like to know if it is possible to log realtime sensor data to flash while advertising. I would like to have a device which transmits real time ECG data over ble UART...
Hi
I am struggling to change the device type on examples setup for nrf51422 to nrf51822.
If I change the setting in "options for target"/device I get the failure message...
I changed the multilink central example to some custom code. However, it seems like I've run out of space. But I don't under stand how this is possible because I selected...
Using gcc-arm-none-eabi-4_8-2014q1-20140314
Using nRF51_SDK_8 Using nRF51 dongle
Build in nRF51_SDK_8/examples/peripheral/blinky/pca10031/s110/armgcc succeeds...
Hi there,
When i disconnect the keyboard, the nrf51822 will restart advertising in directed mode.
And then on_adv_evt() will receive BLE_ADV_EVT_PEER_ADDR_REQUEST event...
Hi,
I want to use BLE for following situation and I wonder if it is achievable.
I have a 3 boards with nrf51822. Two of these boards have mpu6050 sensors connected to nrf51822...