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 Nordic,
I've been trying to run examples developed for the PCA10059 for several days now without success.
I changed the Preprocessor Definition from BOARD_PCA10056...
Hello,
I am trying to create a custom driver for an accelerometer I have sourced. I am using the nrf5340-dk.
The code was not able to compile as a result of the following...
Following function implementation is not following POSIX documentation specified at https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html, which says...
Hello Nordic Semi
I know that nrf52832 does not support SPH0645 Mic on I2S interface because of data width limitation in hardware for nrf52832.
I want to know that does...
Hello,
I'm using the mqtt_simple example with the following changes to add WebSockets Secure Support:
Also I set the Application MQTT topics, clientId, host, port...
Hi,
I have multiple devices that support Nordic DFU.
I want to update them using a Linux computer with a bluetooth dongle connected on it (and its not a Nordic Device...
Hi, There,
About the interrupt priority, can I understand it like this? "The two levels: NRF_MESH_IRQ_PRIORITY_LOWEST and NRF_MESH_IRQ_PRIORITY_THREAD have the same functions...
Hi Devzone,
I know that we can adjust "Advertising interval", "Tx power", "Tx payload" to do a power optimization when advertising. But I when I set " Advertising interval...
Hello,
I am trying to decrease the power consumption of my board (nRF52 DK) so that I can only see what's consumed in advertising beacon demo. When I measured the current...
Hi everyone,
I have a board based on thingy91. I have lis2dh and adxl372 sensors on it. They are both connected via SPI, and I've added this to my overlay file:
Also...
Hi,All:
I have finished continuous unmodulated carrier by SD fuctions as below.It is more efficent than DTM examples。But now,I don't know how to ctreat continuous modulated...
Hi,
I would to design a custom PCB with nRF52840 SOC.
I have two different power source:
1. 3V Lithium coin cell
2. 3.7V LiPO battery with charging circuitry
I will...
Hi,
I have a quetion,nRF5340 have two package, so have two diference RF circuit,as below picture,Why are the matching circuits different?
Package is QKAA aQFN94
...
Hello,
I am running ble_app_beacon on nRF52 DK. To check functionality, I try with all power sources in turn, i.e. USB cable, battery and external source. Today I realized...