I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
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...
Dears:
We will adopt nRF51822 for our project, and we want to confirm with you for the question as below:
Does nRF51822 support HCI command protocol through either...
Hello,
I do erase flash pages in my application I use the sdk api:
nrf_nvmc_page_erase(firstaddress);
nrf_nvmc_write_bytes(address, data, len);
but I did not found...
Hello,
i couldnt find the correct answer yet. I would like to use a RTC and also the s110 and BLE.
I collect data from sensors over i2c and send it over BLE. timing...
My username and password credentials do not work here or on the normal nordic semi site. The random password (i.e. fj[k%3) will work at the nordic semi site, and continue...
Hi,
I am starting development on my project using the ble_app_hrs as a template. This project already has the buttons setup for interrupts using the Button Handler library...
Hi guys
I use gazell protocol for my application. I want to try some other way to decide the channel tables. So I decided to monitor the RSSI and chose the channels in...
Hello, I want to be able to perform actions in my app based on the tactile buttons being pressed on the beacon. When I bought it I was under the impression that the service...
Hi,
I have some problems to advertise a custom 128bit UUID.
I succeeded to set the 128bit base UUID and my Characteristics UUIDs are 128bits.
But how I can set the PrimaryService...
Hello,
I want to implement device pairing, using the pairing bit. The pairing bit is set in the masters device type. For a slave to pair with such master, it opens a channel...
Hi Nordic!
I am using nRF UART2.0 and nRF51822.
I am sending some data from nRF51822 to nRF UART2.0
But after 3 minutes, I can get disconnection.
and 0x16 error...
I am currently using ARM's CMSIS-DAP interface to support flashing of an nRF51422 from a host MCU (i.e. to perform updates of the SoftDevice and/or application code running...
Hi guys,
I have a custom hardware with the nrf51822 and we have a slow connection and services discovery is clearly slower that when we run the code in the Development...
I use two nRF24LE1s as transmiter and receiver Here are my questions:
I set the transmiter side to auto reply mode using PIPE0 ,but i found the STATUS regesitor to...