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 received that error using master control panel version 3.7.1
While using the last nRFgo Studio (1.21.2) it tells me JLinkARM.dll is not correctly installed. Please run...
Hi! I need to sample and send adc values using ble_nus to read it on an android device. I am using nrf 51DK and SDK version 10.
I tried the below two codes but they are not...
I have a NRF24LE1 transmitter transmitting 10 bytes of static payload every sec.
While I have a Receiver which is NRF52-DK. It is receiving the payload that is sent by...
Hello,
I am working with the nRF52 dev Board and the question arose whether it is possible to interface the nRF52 chip via the virtual com port?
The block diagram in...
Hi, I have problem when change S132 V2.0 to V3.0.
SDK : nRF5_SDK_11.0.0_89a8197
I download s132_nrf52_3.0.0.zip and replace all files in nRF5_SDK_11\components...
I want to know if it is normal to have different hex files after compiling the same project from each one in a different PCs using the same IDE Keil ?
That's really strange...
Hello all:
I am running a nRF52832QF AAB0 pca10040 board with SDK11 in Segger embedded studio.
I followed the 'getting started' tutorial.
After pressing button 1, I noticed...
Hi
is there a possibility to make nrf.exe work under OSX? Is my understanding correct that it is actually written in python, hence, should be portable to mac osx or linux...
With softdevice version 2.0.0, the sd_ble_gap_address_set is used to set the address to one of the four address types, and sd_ble_gap_address_get is used to get our own current...
Hi
Sometimes the nrf the central does not accept my connection interval of 7.5ms. I want to disconnect nrf51822 when the correct connection interval is not negotiated with...
I'm in the process of integrating the DFU features in our application. I am using the following tutorial as guidance (the section is called "Including DFU files in your application...
I am trying to port the experimental_ble_app_multiactivity_beacon advertiser example to nRF52.
I have used the document 'Migrating an nRF51 BLE project to nRF52' ( infocenter...
Hi,
we recently moved from the nrf52 DK to a custom board. We went from 2uA current consumption in sleep to 500uA with the custom board. The main difference is that the...
I have been trying to adapt the following example project to work with my SPI peripheral device (LIS2DE12 Accelerometer):
nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi...