Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
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...