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...
Hello,
I'm working with timeslot API (basing on github.com/.../observer) . I have an advertising and active scanning running concurrently. However, I want to completly...
I am using nRF51822 to generate 3K HZ PWM signal for a buzzer.
I read other people's question and try it.But as far i can't solve this issue.Please help.
At first i use...
Hello,
I just ordered a shiny new nRF Beacon from Mouser. The beacon is version 1.1.0 advertising "DfuTarg", so I am attempting to flash the application file that comes...
Enlight of the increase in 8.0 SD size, I am concerned that my application size may soon grow too large to utilize Dual Bank DFU. I know the actual size of the .Hex files...
修改Device_Name.jpg
After programming, the device name cannot be changed.
Is there any solution that can achieve?
I know that I can change the paramter from the function...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
The Master Control Panel will be able to keep the connection for hours and hours.
But when I am using the iPhone 6 to do the test, after connected, it will also be disconnected...
Hello
I've been having some strange problems with my SPI and TWI bus. In my setup, I'm using SPI0 and TWI1. I noticed that, even though I'm not using it, that SPI1 was...
This seems to be a common problem after searching in this forum. In my case, I need to read from an I2C slave and send the data out in BLE. I have made it work without SoftDevice...
Hello!
In my application, I have to receive UART signals from another device. The problem is the signal comes inverted so the nrf51422 can't handle it. I thought in 2 possibilities...
In spi_master.h SPI_DEFAULT_TX_BYTE is define as 0x00.
This value will be used when sending dummy clocks, or just reading from SPI slave, or writing length is less than the...
Is there a migration guide from 8.0.0 to 8.1.0? A lot has changed in GPIOTE and I can't make sense of it.
For example, should I be linking against app_gpiote.c , nrf_drv_gpiote...
I am new to BLE but have been reading up about it. My understanding is that developing BLE custom GATT profiles is similar to SPP but the difference is that BLE is extremely...