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...
I can read temp value by pulling flag but I Want to do that by interrupt
I added this code to my Keil but interrupt on temp didn't work.
I use Adc interrupt like this definition...
Hi,
We are using NRF51 and STM32F0 on our custom board and one of our customer's requirement is the ability to program both of these MCUs in the factory. They would like...
I am using the mbed compiler.
When I produce code using the "App with Bootloader" option, I can do FOTA updates and my code runs fine, as long as I don't enable the ble uart...
Hello together,
we are running the DTM in different modes to check the module (nrf52832, sdk 5 version 11). The carrier test gives us a current consumption that meets the...
Hi
I try to program Insight ISP 130301 with a hex file, which works on nrf51 PCA10028. Unfortunately, it doesn't work. I try to loop for each pins and set it's state, and...
I'm trying cominicar me through Termite between the application plate (nRF51-Dk kit) and a device that supports BLE, but the connection between PC and the kit application...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Hi again, I posted earlier in another post that my writeCharacteristic is responding with status 6.
Details:
Android version: 5.1
Nordic device: nRf51822 S110
I have...
Hi
I want to use nrf52 LATCH register.
I can see the correct bit set in the register, but I am unable to clear this bit.
I have tried NRF_P0->LATCH =0xFFFFFFFF; for my...
Hello
I am doing a PCB design using nRF51422-QFAC chip. I did based on nRF51-DK but now I would like to change for a SMD antenna (2450AT18A100 from Johanson Tech.) instead...
Hi ,
I am working on one application in which i need to stream the ADC values over BLE to the mobile App. This should happen at very high rate i.e. 1000 samples per seconds...
Hello,
I'm trying to do something like ibeacon where data is pushed to any device listening, but I want to update the advertising data from raspberry pi 3 since it supports...
Hello,
I am working on an application where the nRF51 acts as both central and peripheral. The device is in permanent connection as peripheral while scanning for other devices...
Hi
can ESB be considered RealTime transfer as soon as it has it's timeslot?
Outline of use-case:
Device advertises existenace on BLE
If there is data waiting...