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...
Hi
I'm migrating to SDK14 currently. My program seems to hit an infinite loop (or something of the sort) after I call my_service_on_connect() from my_service_on_ble_evt...
Hi all,
I have a custom board with a nRF51 and a DSP connected to eachother (SPI, UART and I2C) and since I have no connection to the nRF directly or any buttons I need...
I want to change the light-control example given in mesh SDK such that instead of using buttons to trigger messages, I want to connect client with mobile and control servers...
Hi, I am working with app_uart module and during the reception process sometimes there will be APP_UART_COMMUNICATION_ERROR event generated, my question is why there is such...
Hi,
I am testing with ble_app_uart code for handling UART data. If the data is more the device is getting disconnected from the central device. I am thinking that, BLE...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
I have the test that spi communication between nRF51 DK(Master) and nRF52 DK (Slave).
use the example projects in SDK 12.2.
success build and writing but i have got...
I would like to utilize six Sampo S1 readers (yes, I only read for now, I know they can do much more) to count people entering and leaving a conference.
I am looking for...
I implement it with sdk 11.0 and a third party board.Firstly,I program s132_nrf52_2.0.1 SoftDevice by nRFgo Studio,secondly,i program dfu_dual_bank_ble_s132_pca10036. then...
Hi experts
I am trying to interface an external ADC to NRF51-DK i am presently reading SPI ADC code values on BUTTON press event. I am able to read the values from ADC...
Post in reference to link
After flashing light control server or client app on PCA10028 app crashes with HARD FAULT.
Steps how I built the app:
Using freshly downloaded...
Hello,
I find that some examples such as ble_app_uart uses a GATT_MAX_MTU_SIZE of 158, and it has initialization in function ble_stack_init().
// Configure the maximum...