I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hi
using sdk17, softdevice132...
There are some parts of the central implementation that I don't understand.
It is based on cle_uart_app_c.
Isn't the function bl_nus_chars_received_outprint_print_called...
It is amazing how common this error is - there must be 100 posts. Yet none solve the problem and none explain it. It suggests that there is some serious work needed to improve...
I've been developing using nRF52840 using the nRF5 SDK. I have also been using FreeRTOS in my projects.
I recently received an nRF5340pdk to evaluate the nRF5340. I have...
Hi,
The CPU at my target board is nrf52840 and SDk16.
Condition 1: It causes system lock at <-A-> (function of strlen at nrf_ble_scan.c) if I setup the filter of NRF_BLE_SCAN_SHORT_NAME_FILTER...
I am looking to use the nRF9160 in eDRX intervals of 2.7 minutes (no PSM). The goal of the device is to be dormant until receiving a command to begin transmitting its location...
Hi,
I am developing an application based on Connectivity Bridge and I want to establish few simultaneous Bluetooth connections. I am working in Thingy:91, currently on SDK...
Hi,
I got SPI working when writing to the CS pins directly. I thought however it might shorten the SPI acces when using spi_cs_control. When executing the code I will however...
Hi Nordic,
I am testing the sensor LSM9DS1 with the nrf52840. I try to make one pin attach to handle the interruption for the FIFO full interrupt.The FIFO handling function...
Hi everyone,
I am trying to understand the concepts of ATT MTU and DLE, so let me share my thoughts along with some questions. Maybe this is useful for other community members...
I'm trying to use the full potential of the external memory on the NRF52840-DK.
I want to modify the FLASH_SECTOR_SIZE:
4096 are in bytes. When i try to add, for example...
Hello,
While I am creating a new projects. I am getting an error message. I don't know the path of the files . I randomly created a project in D drive ,c Drive . So My question...
There are the following projects under the Health Thermometer example for Keil
What is the difference between them when trying to install on the nRF51 DK? I could not find...
Two (2) nRF52840 DKs, SDK 17.0.2
I believe I have added the necessary code from ble_blinky_apps both peripheral and central to their respective NFC reference role examples...
Dear Sir/Madam,
I'am new to segger embedded studio.I would like to do SPI interfacing of an IC using nRF51822 with segger embedded studio.
Please guide me how to add...