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...
Hello
i have made a program to smoothly blink/fan/vary the intensity of 16 LEDs together using 4 PWM with 4 output pins, the program seems to work well with around 4 leds...
i am using nrf51822. is it possible blutooth communication without softdevice. if possible, please explain me how. if not why. please help me any one.
thanks in advance...
Hi,
I am running an application in which I set -D__STACK_SIZE=0x4000. After some research, I come to know that RAM is divided into 4 blocks the lower one is for the soft...
Hi
Because the dfu_single_bank.c file is not functional over BLE, I'm trying to modify the dual bank configuration to single bank. The modification should be very simple...
Hi,
I am using nRFToolBox into my smart phone of v4.4.2(kitkat).
I am trying to update my program using OTA through my phone.
But when i am trying to send dfu_test_app_hrm_s130...
Hello,
I programmed about 200 nrf51822 boards for prototype production.
The order was softdevice - bootloader - application.
In the process of test I saw some abnormal...
I'm a bit confused about nomenclature and am looking for guidance in how best to implement the needs of my ble app. From the S110 perspective, how are connecting, bonding...
Hi there!
I'm working with secure_bootloader example (SDK 12.1.0) and trying to use i2c communication on bootloader. I'm using the debug code and checking via LOG (uart...
I have built a application with IAR, and made a hex file with Intel extended. It’s works fine with nRFgo Studio. But I got problems with dfu updating from my android. I hope...
Hi. I would like to convert float32_t to uint8_t array for transmission using the ble_nus_string_send function. Can you guys please suggest the method to convert the same...
Hi
To write the some state of the device, I write two bits into the NVM memory. Thus, we get 16 write cycles to one address without erasing. I did this based on the optimization...
Hi all:
I wrote a code to directly read the register 0x43 (MPU_REG_GYRO_XOUT_H)
But the GYRO data I got is wrong
Chip: nRF51422
Board: PCA10028
Firmware: S130_nRF51_2...
Hi,
I am trying to implement a Single Bank DFU over Bluetooth for my nRF51822 (256KB / 16KB RAM) using SDK v7.1 and Softdevice 110. I am using GCC to compile the bootloader...