Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
I would like to perform an OTA on the DWM1001 board which has a nrf52832.Where can i get the details an the range that can be achieved with employing ANT.Are there any test...
I am following Tutorial 7 on "Development with GCC and Eclipse" and I am working in the Windows 8.1. I have followed instructions from the tutorial for installing the arm...
hi,
i am using a nRF5240 DK for receiving multiple services and characteristics data from Nordic_thingy_52,to receive and print this data on UART i used sdk 14.2.0's "ble_app_blinkey_c...
Hi there~. I was working on a BLE RC car (BLE peripheral) using Nordic's nRF52832-QFAA MCU , Nordic's UART Service for motor control, and Battery Service (BAS) for battery...
Hello.
The development environment is as follows :
OS : Windows 7 Pro 64bit
IDE : Keil uVision V5.24.1
Python : 2.7
SDK Version : nRF5_SDK_14.0.0
DK : PCA10040...
I want nrf51822 to switch between 2 different advertising timeout. One will set advertising timeout with 20s, another will keep advertising.
Currently, I use following...
I have a server running on my Android phone. I looked at the service UUID encoded in the advert packet using and Wire-shark and confirmed my app is broadcasting packets. ...
I am trying to execute code that broadcasts (uses the Soft Device Ble stack) on target nrf52832 boards connected to the PCA10040.
I am successful uploading a program (that...
Environment
nRF52832, nRF5x-Command-Line-Tools_9_7_1_Linux-x86_64,
Problem:
Programming of Softdevice, Application and Bootloader with nRFGo Studio works.
Programming...
Hello,
As I understand it, bluetooth declaration IDs can be used for multiple products as long as the products all share the same QDID . In other words, If you do it right...
I have been following the tutorial devzone.nordicsemi.com/.../ on how to use eclipse but in the makefile part im getting this error. I'm using sdk v11. I have used sdk v14...
hi,
i doing a program to receive multiple service data from nrf thingy 52 to nrf52840 central device.
as of now i have implemented weather service, motion service and...
I have been trying to integrate support for multiperipherals into my application, but am continuing to get errors when attempting to start advertising after the first connection...