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..
I am working nrf52832 with accelerometer sensor, I want to store the data about 100hz for 1sec in flash, I want to store it an array and send it over ble how to do...
- I used https://github.com/NordicSemiconductor/Android-BLE-Library version 2.1.1 and https://github.com/NordicSemiconductor/Android-Scanner-Compat-Library to code My Ble...
We plan to develop a temperature and humidity sensor based on nRF52832, which needs to evaluate power consumption to confirm battery selection.
are there any similar data...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
I'm trying to optimize an Azure project based on the Asset Tracker example. I was recommended setting CONFIG_SERIAL=n in both the Application FW and SPM. However when I add...
Hi,
I based a new device design on the Thingy91 antenna and tuning circuitry and noticing that the current consumption of the two QM12038's negates the amazing power efficiency...
1.In docs I see: “This example requires one of the following SoftDevices: S112, S132, S140”. What is the reason not to support S113?
2.Is there a way to accomplish functionality...
The Cloud_client sample application does not work in this version.
The connection with the nRF Cloud is disconnected immediately:
I: Network registration status: Connected...
Hi, I am trying to add a secure button less OTA service in my application.
1-I have successfully added service but showing the following error.(I can see OTA service in...
Hi,
We have been working with a Zigbee coordinator based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b, Softdevice and FreeRTOS.
Zigbee task defines a...
Hi,
Is it possible to add a custom characteristic to a standard BLE service? I wish to add a CO monitor with ESS (0x 181A ). If yes, how to add a 128 bit UUID with this...
Hello,
I want to output in one pin 400kHz and inverse of 400kHz in the other pin. I have somehow managed to output the the 400kHz but haven't managed to output its inverse...
I'm trying to implement advertising only on a single channel
Here is my initiation function
but ble_advertising_init is returning err_code 0x00000006
I believe it...
Hi everyone,
I have come across the FPU_FFT example project for nRF52840. Just for curiosity - I'm HW-guy - I'd like to evaluate FPU's performance - to see how many instructions...