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 :...
Hi,
I have Raspberry PI 3 Model B Rev 1.2 running "Linux raspberrypi 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l GNU/Linux". Running BlueZ 5.43
I can connect...
Hi community,
Try use FDS to write some data before sleep.
Following example and test is work.
But I try write data before into
sd_power_system_off();
...
Firstly the develop environment.
Windows 10
KEIL as IDE
Device: nrf 51822 - sd s130 2.0.1 - SDK 12.1 nRF5_SDK_12.0.0_12f24da.zip
Use case:
We have 2 application mode...
Hello i am using segger studio i have recently purchased three nrf52dk speically for ble mesh..
i am trying to run examples of mesh alpha sdk that nordiac prvodies but it...
We were playing with renaming some of our test devices to use emoji and other multi-byte utf-8 characters. We have a custom characteristic that allows renaming (since iOS...
dear nordic employee:
I tried to download the project of the ble_app_hrs_c_central by keil(nrf52832)
but It show like the title
I know I should reset the IROM1 and...
Is there a way to get the supervision timeout counter from the peripheral side? I am currently working with nRF5X modules and starting with the nordic uart example from the...
I'm using nRF52832, soft device 2.0, SDK11 and as a central.
When it happens I'm scanning for peripheral to connect. Usually it's a peripheral advertises at very low rate...
Hello,
I'd like to work with my nrf52832 DK while traveling(sins I do that alot recently) and would like to download somehow all of the pages in nordic's info centre to...
It's clear an Android device can be a central, but I'm having a hard time finding any information indicating an Android device cab be a peripheral that an NRF52 could be programmed...
Our products should connect to a central device. This central device should also be a peripheral which a phone can connect to. Will this be possible? If not, could the phone...
Hi, I need some guidance or an more in-depth example on adding the necessary code to read/write on the UART1 using the serial module or something else. Everything I've tried...
I am working with nRFx modules and have a few questions about updating parameters. I started my project with an example and modified what I needed. However, I am not sure...
We create library for work with software serial, we use two modules gpiote, timer.
We have done software serial one instance but we need four (actually just for rx). We don...