I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I have a problem with the 802.15.4 software part of my nRF52840 PDK. I wanted to replace our current 802.15.4 hardware parts from TI with the new nRF52840, due to the lack...
Hello. We are now starting our review to customize code for the pending use of the Nordic devices in low power mode. Have a mix of Nordic kits now. Using the nRF52832 (PCA10040...
Hi,
I am trying to implement buttonless DFU by following the ble_app_hrs example provided in the SDK and modifying the bootloader (nRF51_SDK_10.0.0\examples\ble_peripheral...
We have our custom PCB design that we program and debug by connecting the SWD lines to nrf51 DK's SWD. We wanted to use trace for better debugging options, however we discovered...
Hi,
I have a task to do PWM frequency repeater on nrf52832. After reading forums I decided to make it with PPI, 2 GPIOTE and 3 Timers. Here what I did: https://github...
Hello everybody,
I used SDK14.2 S132
I defined fds_write and read function like that;
Also, I wrote a function to register particular data;
Then I used save_data...
Hi, I followed through this tutorial:
https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
But to my frustration I realized...
Deer friends,
The nRF Connect BLE app supports the configuration of the local device's GATT attribute table, also known as server setup. Adding attributes to the server...
Hi
I am researching options for my bachelor project which happens to be about bluetooth 5, where I am looking to develop a smartlighting system using Bluetooth 5 mesh....
Hello Nordic Support!
We are making a prototype that connects the battery to Vcc, but 5 out of 10 It works properly. Conversely, the remaining five do not behave as expected...
Dear friends,
In the Power Profiling Application (an example of nordic SDK), the priority of the application timer is set to APP_LOW(as shown in the pic below).
However...
stdio.h defines vsprintf and _vsprintf, and suggests using _vsprintf if you want to save on code space.
extern _ARMABI int _vsprintf(char * __restrict /*s*/, const char...
As per the Bluetooth Spec (v5.0) Page 2323-2324, it seems that LE Secure connections pairing supports 1-way OOB. See section of text below.
If OOB communication is possible...