I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I've made a project that scans and advertises.
The first problem: When i have one central link, I get the problem that the client service gets events twice.
<debug> ble_db_disc...
I'm using nrf52840 SDK V15.3.0 SoftDevice S140. I want to test long range feature and 2mbps mode also . How to add these features in SDK example code like ble_app_uart or...
Hi guys, i'm playing a bit with the ble blinky peripheral example, as a precursor to a bigger project.
What im trying to do is disable the services completely, meaning that...
Hi all,
I am trying to emulate a device with ble-driver-py. What I am looking is to have a device advertise, provide few services with respective characteristics (read,...
On November 19th, I participated in the 2019 Nordic Tech Tour with my colleagues, but some of the content was not clearly understood, especially regarding the development...
Hi all. I want to measure current consumption on nRF52840 DK (PCA10056).
I have the SB40 cut and the 12 Ohm resistor placed in R90. I measure the voltage on this resistor...
Dear team:
How can I use ble-bas-c to change Characteristic UUID or Connect the 1800 service and rename it with the 2A00 feature value The example is \SDK\nRF5_SDK_15.3...
Hi,
I am new to this. I want to build a mesh network using nrf52832. I have already downloaded and gone through nrf5 SDK for mesh but i am confused about what to use to...
I am using nrf51822 DK. How to set GPIO pins as output pins and access the pins to set or reset the output.For example if I want to use pin 20 as output, how to configure...
I am trying to read if an input is 0 or 1 but for some reason it takes the first one its offered and then it does not change anymore.
int main(void)
{
nrf_gpio_cfg_output...
<Environment> - nRF9160 DK v0.8.5 - nrf tag: 1.1.0 - modem version: 1.1.0 - using an external GPS antenna, SW12 => CON
I'm attempting to use udp_gps, but doesn't work out...
Hi all,
I'm a bit confused. After going through available documentation, I thought I had understood that RTC0 was used by the SoftDevice, but that RTC1 was available to...
Hi,
I am using nRFmesh SDK for a project. I have configured all nodes(devices) into one group. Each device will publish message for every three seconds. I am reading the...