After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hi,
I want to use SPI to receive data from an ESP32 microcontroller to the nRF52840 development kit. Where can I find information/example regarding the same (I'm using nRF_SDK_17...
Hi
we have a custom board with nrf52810 chip, 32M crystal on it and using the zephyr version 1.14.1 as the firmware base.
Using zephyr samples/bluetooth/hci_uart
Custom...
Hi Sir,
We design the nRF52810 in an embedded system and plans to use BlueZ to control the BLE device.
We can work with nRF52-DK through HCI_UART, so w e also implement...
Hi There
More recently, I have implemented the experimental of nrf52840 Dongle ,which is about Er asing it with nrfjprog or programming it with SES by DK. The dongle will...
Hi. Its my first post here.
I plan to make a secure remote control for garage door opener product with a BLE SoC, for example, currently I plan to use nrf52832. We want...
Hi There
I did 2 experimental for recovering boot-loader of nrf52840 dongle by download dfu (nRF5_SDK_16.0.0_98a08e2\examples\dfu\open_boot-loader\pca10059_usb_debug\ses...
My device is central and peripheral running freertos.
In the central role it would receive advertised packets from devices with certain MAC addresses. peripheral device...
I have a peripheral device that sends an advertisement package with all the data I need every 5 seconds (sensor).
When I use NRF Sniffer via Wireshark I see a message from...
Hi,
I have a project which is intended to log data via the UART port.
When I enable BACKEND LOG via RTT (NRF_LOG_BACKEND_RTT_ENABLED = 1). I'm able to view output via...
Hi,
I'm discovering documetation of the Scheduler library. So, as I understand the idea is to call function app_sched_event_put(...,some_func) from the interrupt/event handler...
I am trying to add the tensorflow lite to a segger project. I am startting with the simplest project https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro...
I am keep trying to get the BME680 example to work with the nRF52840-DK using Zephyr.
I check and successfully find the node for the BME680, but "device_get_binding()" for...
Hi,
I am using
I am able to list BLE devices using the below example.
SDK = nRF5_SDK_15.3.0_59ac345,
Example : nRF5_SDK_15.3.0_59ac345\examples\ble_central\ble_app_gatts...