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...
Hi guys,
i have a service with more characteristics and more states. Not every characteristic should be available in each state. Thus there are services which are just...
Using the S120 soft-device in the Central role, there does not appear to be an
example or documentation describing how to scan for a 128 bit UUID service.
Has anyone tried...
Apparently there is some limitation on length of the paths with Keil. The paths are specified under "Options for Target" --> C/C++ --> "Include Paths". Due to this limitation...
I downloaded the nrfgo Sdk for the nrf24lu and nrf24le. In the projects folder there are several examples, two of which are of interest. The first is entitled "bootloader_32K...
Hi
I'm having a strange behaviour when using the TWI HW peripheral for reading from an I2C device. My application tries to read one byte from a register in a I2C device...
Hi,
I'm done with the hardware interface of my current project.
Right now I have a service running with a custom UUID, by writting this characterisitics you have access...
Hi,
I'm having the purpose to use nRF51422 /ANT to connect a relatively data hungry ANT device. The nRf51422 specs expose three programmatically available data rates : 250...
Hi,
I've written a nRF51 SWD-JTAG programmer.
I want to enable it to check for minimum softdevice version and error out if a too-old softdevice is found.
It is easy...
I want to communicate four same devices with different hosts. i know that one host can communicate to seven devices and also a device is able to speak different hosts . i...
Thanks for the response. As a test, I loaded the same code onto a PCA10004 and it seems to work as you described. A breakpoint at 217 does get triggered when it receives data...
I have been perusing the source to micro-esb, and it appears that it wants exclusive access to the NRF_RADIO interrupt(RADIO_IRQHandler) and things are designed so that only...
Hi,
i need to save an array of 50 kB on the nrf51822 flash. I only need to read the data stored in the array. I come from the PIC micro world where i simply need to initialize...
Hi,
On peripheral side i have S110 device with ble_bas service and custom base service. Both have notifications.
On centrasl side is S130. After discovering services i enable...
I want to use the pca10001 to communicate as a master to an accelerometer, but when i use the function spi_master_open i get a NRF_ERROR_NOT_SUPPORTED error. I get no clock...