I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
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...