Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
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...
No text. It's a really short question.
So this is a simple example:
NRF_ADC->CONFIG = (ADC_CONFIG_RES_8bit << ADC_CONFIG_RES_Pos) |
(ADC_CONFIG_INPSEL_SupplyOneThirdPrescaling...
Hello, I've just purchased an nRF51 DK and installed the SDK. I have Keil uVision 5 installed from a previous project, with a "Freescale Only" license key. This seems to be...
When i google for power consumption 433mhz 2,4ghz and similar most results tell me that 433MHz consumes less power... but when I look at specifications of explicit chips/modules...
I am trying to do a simple UART test with nRF51822 without BLE functionality. The code is a simplified version of the UART example in nRF51 SDK, and can be found here . It...
Hi,
I just wanted to try out the DFU on the Android app to see if I can successfully update the application on the beacon. For that, I only uploaded the precompiled nrf51822_beacon_app...
Using Blend Micro (Arduino Uno + nRF8001) to gather environmental sensor data and send to mobile via notifications. Here's my main loop:
void loop()
{
aci_loop();
...
Hello,
I know I have seen the topic on the forum, but can not find it. What changes need to be done to a example project designed for a softdevice 110 to convert it to...
The s310_nrf51422 migration document states:
Due to an issue present in this release, the application is required to set the device address to the factory default right...
Hi,
I was just wondering what the sequence of events would be in the following scenario:
A S110 peripheral device (GATT server) has a characteristic with write access...
Hi all,
I've spent 4 days now (!!) on getting a "Hello World" project to work in eclipse with GCC. I guess something around the startup-code is setup wrong in my very simple...
Hello, I'm using nRF51822-mKIT for a research.
To verify ADC readings from analog input, I've connected P0_5 to GND and ran the following code:
uint16_t adc_result;...
For my project I would like to use this bluetooth module: freqchina.en.alibaba.com/.../Fingertip_size_nRF51822_Module_Ultra_Low_Power_Bluetooth_4_0_Low_Energy_RF_Module.html...
I am trying to connect to a peripheral through s120 central and vendor has a 128 bit fixed UUID
I am trying to add it on central using sd_ble_uuid_vs_add(...,...) but it...
I am trying to develop an application for the Android that will communicate via BLE to a Nordic device. I'm able to read the characteristic's value by
BluetoothGattCharacteristic...