I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Hi,
I am wondering if it is possible for a peripheral device to interpret and react to a specific value written to it's CCCD by a central device. In all of the examples...
Hi,
I'm using nrf51822 / sd130 / sdk 12.1.
I am doing minimizing current consumption.
My main function is like below.
I checked no wakeup in sleep mode.
But, current...
What is different between the two hardware versions? I notice there are several examples for the 10028, but not as many for the 10031. What is required to make a 10028 example...
I am trying to get nRF Connect 1.0.0 to bond with my sensor (which uses a nRF52832). This works from several other programs (CySmart on Windows, LightBlue on iPhone), but...
Hello Nordic Team,
I have a question about RAM Related Issue for our program or rather more generally in relation to a board test that we just received and for which, with...
I know the Project options can be configured in the iar_nRF5x.icf file, but there is no option for ram size. If the RAM start and end is given, I guess that is the ram size...
In the BLE Characteristics, a beginner's tutorial
Martin mentions:
Since this is a beginners tutorial we will keep it simple and leave the doors wide open. No security...
Hi. I am having trouble getting the sd_app_evt_wait() call to work correctly in my code.
My main program works like this:
<inits>
for(;;)
{
<read saadc>
<sd_app_evt_wait...
I have configured the nRF52832 as a GAP peripheral and wish to establish multiple concurrent connections between this and GAP central devices (Phones). Is this possible? What...
Hi,
my current project needs an i2c slave eeprom emulation like it is in the example projects of the sdk. The difference is that I need a larger packagesize of one transmission...
I want send out 6 notification in one connection interval. But now I only see 3 packets in my sniffer. So I want to know how to achieve this goal?
This picture is captured...
I'm using nRF51(822) with S130.
I registered my event handler with:
softdevice_ble_evt_handler_set(ble_evt_dispatch);
In my main loop, I call sd_app_evt_wait(); ...