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...
Zephyr version: 2.4.99
OS: Linux
Board : nrf9160dk
I am trying to read data on UART 1 with interrupt. I have below shown portion in my code for enabling UART 1. (I...
Hi, I need to Interface the 2.4" SPI TFT Module ILI9341 Driver with nRF52832
I came across that in Peripheral/ GFx Example will run. once I build and run the project My...
Hi Dev Team,
I was working on the Nordic Thingy91 and had to establish an external communication of a sensor to the Thingy91 through a UART.
For this, I was looking into...
Hi,
My PC is Windows 7 64-bit and my tool is J-Link V9. The CPU at my target board is nrf52840. I use nRF connect desktop version 3.60 and it works fine. I got the upgrade...
I have the driver setup like all of the other sensor drivers I'm using, but I can't seem to find a device tree or Kconfig
This should be enabled by the CONFIG_SOC_NRF52840_QIAA...
Hello!
We have a custom board connected to a battery and a USB cable
Our fw calls:
NRF_POWER -> SYSTEMOFF = 1 ;
The board turns off.
And then we remove the USB...
Nordic's smart remote 3 is for nrf52832 and nrf52810.
I want to port the same on the nrf52840 DK.
I have basic IR receivers and Transmitter and want to integrate them...
I'm using the nrf52832 from fanstel (bt832) to stream audio to the adau1701 dsp. I want to be able to play music over Bluetooth. I'm using i2s to transfer the data to the...
Hello,
I am trying to change PHY after packet sent/received (known as asymmetric PHY).
After receiving EVENT_END, i write to register MODE to change the PHY.
This can...
Hi ,
I am using saadc to measure battery voltage i m using the sample example given as reference ble_app_proximity/
I am doing adc_configuration in one file and triggering...
Hello
I am starting with nRF 9160 DK and Segger Embedded Studio, I installed Segger through toolchain, the activation sim, updated of certificated and connect the DK to...
Hi everyone
Currently, I am working on a project related to the mesh network friendship feature on nrf52840. I am having the following problem: I have established a friendship...
I tried to debug UART communication between 52840 development board and 9160 development board. I sent 9 bytes of data from 52840 side, but I only received 8 bytes of data...
Hi,
I can't find how to get data received by interruption of UART. I've used libuarte example and I tried to get data from buffer buf in uart_event_handler, but it doesn...
I can see that other people have run into the "no code for breakpoint" problem when attempting to use the SEGGER debugger. I have read the earlier posts. I have not been able...