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...
Hi,
We are using nRF52832 based module on which we are using HCI over UART functionality with the help of Zephyr(v1.14.0) SDK to find the nearby beacons via Bluez stack...
Hello there,
So we are working with a sensor that needs to receive a pulsed voltage, so we are using a PWM signal from our nrf51-DK applied to a transistor based circuit...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the nRF5 SDK v15.3.0 and modified twi_sensor_pca10056 program...
Dear support,
We have built a ble mesh network running the light_switch_client/server application (mesh sdk 3.1.0). We are using the Android application for provisioning...
I want to disable and enable interrupts for Rx data, I tried following code to disable interrupt for rx and disable rx. Also TX and RX pins are short, i.e. loopbacked. In...
Hi,
I was wondering if I could get some guidance (or directed to some documentation on the subject) with regards to what socket operations are safe to do in a-sync timer...
I'm trying to use LTE and GPS in the same project. I know I cannot have LTE and GPS running concurrently, but I tried implementing edrx so I could get a GPS fix and alter...
Hello!
I bought recently some nRF52840 (PCA10059) dongle's and one nRF52840- DK. I want to create a kind of network ( a mesh network) from those dongles and communicate...
I cannot see CRASHLOG with RTT viewer but can see CRASHLOG dumps when SES ide debugger is running.
Is there anything different from the SES ide debugger's dumb terminal...
Hi I am working on modify proxy client switch example from mesh sdk version 2.i done some significant changes into code for sending string message rather than 1 or 0.but when...
HI,
AT command not working when network mode is "NB-IoT" in "mqtt_simple",
If network mode is "LTE-M" then AT command is working fine.
Snapshot with network mode is...