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 :...
Hello,
i have an application with soft device 112 and libuarte_async on nrf52811. Everything working well when I'm sending small amout of data.
But now i have a task to...
Hi! We've been trying to get into development with Nrf52840 Dongle using Node.js / pc-ble-driver-js.
We have two dongles, and we just tried to test the heart rate examples...
Hi all, First I would like to notice that I did look into the forum and found this similar question which did not solve my problem: https://devzone.nordicsemi.com/f/nordic...
Hi,
I'm trying to use uart dfu mbr example and when I flush boot loader via jlink I see that it write mbr hex file at address 0x0. My main application also started from...
I have based my app on the ant_io_demo example and I have one master and one slave communicating successfully.
In my application I can have several masters from time time...
Hi everyone, I am currently looking into an Bluetooth mesh example from Nordic website.
I wonder how can I make a node unprovisioned which belongs to a group in this example...
Hello,
I am currently using the nrf52840, SDK 17.0.2 and segger embedded studio version V5.34. I have been working extensively with the ble_app_template in the peripheral...
CENTRAL : nrf52840 DK -SDK 15.3 -SES 5.40 -s140
PERIPHERAL : Arduino NANO 33 BLE Sense
Hello, I'd like to deliver the Arduino's sensor data to DK board via Bluetooth...
Hello,
I am currently working with nrf52840, SDK 17.0.2 and Segger Embedded Studio V5.34. I have a custom designed bluetooth app that connects with the nordic device to...
I am using zigbee sdk to establish mesh network.
I am using client router example to fetch mgmt_lqi details where I am getting flag field in the response.
I want to know...
Hi,
The ncs/v1.4.2/nrf/tests/unity/example_test project does not seem to build for the emulated native_posix board when I try:
First it was complaining about Ruby so...
We am using SDK 16.0.0 with S132 v8.0.1 on an nRF52832 custom design.
We have ported the secure boot loader to our design and we can perform buttonless OTA.
The issue...
I am looking to use the L2CAP in the basic form. I see that there is the Experimental OTS example in SDK 17.0.2
this only uses the S132 Softdevice. I am looking to target...