Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi All,
I am a newbie to Nordic SDK and Mesh SDK.
I am trying to generate my On/Off application using the Nordic Mesh SDK (v2.0.1).
Here is my setup.
1) Have Mesh...
I am in the progress of updating to nRF5_SDK 15.2.0 from 15.0.0, project on nRF52840/Segger Embedded Studio.
I have NRF_LOG_FILTERS_ENABLED defined since I want to log less...
I'm using the nrf52 to connect to a CAN bus via mcp2515. This chipset features an interrupt pin that will pull low when any interrupt is triggered and will stay low until...
Dear Sir,
Want to test out nRF52 BLE mesh, I downloaded the Android library from
https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library
But don't know how...
hi
i downloaded (Nordic-Thingy52-FW-master)
it had many problem for compiling that i had to remove all c files and header file and install them again
all the errors...
We are working on a project where we utilize the S140 SoftDevice (on an nRF52840) for a BLE application. We are using the FreeRTOS as real time scheduler for our system. ...
The reason I ask if that its compiler recognizes the P0.xx pins, but apparently not the P1.xx pins. For example, it throws the error message:
Error: Identifier "P1_00" is...
Hi All,
Our application WILL NEVER dynamically allocate memory and thus we'll never need to use the heap. Currently, our SDK carves out 8K of memory for the heap in "gcc_startup_nrf52...
I am working on light switch example of BLE mesh SDK.
I am using five nRF52840 boards one for provisioner,one for client and rest for servers.
I am using Segger embedded...
I have developed my own custom BLE service. I need to send BLE characteristic to an SD card. I have implemented the FATFS example and it works.
Now I'm trying to merge my...
I'm using nrf52832DK with seggers studio and SDK 14.2. My settings are following.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) /**< Minimum acceptable connection...
AIM: To establish a mesh network having 3 nRF52840 dongles and end devices(mobile phones) will be connected to the dongles. The primary aim is to send data(string/number)...