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,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Please allow me to suggest you change app_error handler and related functions to something like this:
The change will make app_error_handler report the actual location...
Hi Guys,
We currently building our own sensor mesh network. I have developed my own sensor model which works quite well. The server model sends the sensor data on regular...
I have the BMD350 from Rigado. I am using Segger embedded studio with SDK v 15.2.0 I have the buttonless DFU working with my custom application that has the buttonless DFU...
Hi there,
I am working with softdevice v5.0.0, and trying to have central and peripheral do encryption.
The peripheral has a r/w characteristic, and another one with read...
Hi All
Currently i am working on IPV6 over BLE with contiki oS.
For that i am following link ...
https://devzone.nordicsemi.com/b/blog/posts/setting-up-ipv6-over-ble...
Has anyone built a power profiler for the 52840 yet that includes coded Phy s=8 and s=2, extended advertising and larger output powers to +8dBm.
I see that the power profiler...
hello there!
I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller for connection and data exchange. nrf51822...
I modified the BLE Low Enery app under nRF Connect (Windows), and fork a custom .js file to connect to a comm port. The custom file requires 2 packages, fs and serialport...
The sample program uses "nRF5_SDK_15.0.0_a53641a".
Hardware uses Taiyo Yuden's "EYSHSNZWZ"
In addition, we use a sample of [ble_app_uart] and [ble_app_multilink_central...
I have been running through the mesh network examples using nRF52840 chips, from light switch, dimming etc. I now want to know how i can send adverts between the nodes of...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Hi all,
I know there are some questions about this already but I could not find a solution.
I'm adapting this example for my internship. I'm currently testing throughput...
Hi,
So, we have got some requirements and would love to hear some suggestions or guidelines in choosing the a Nordic module and protocols that would get the stuff done....
The Bluetooth specification states:
If more than one Characteristic Presentation Format declarations exist, in a characteristic definition, then a Characteristic Aggregate...
Hello,
we want to add to our in-production solution the option do DFU OTA.
So we followed this step-by-step guide: https://devzone.nordicsemi.com/b/blog/posts/getting...