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...
Is there any possibility to detect active state on the more than one pin using sense mechanism? GPIOTE_IRQHandler is blocked when it detect active state on the one of the...
Hi,
Is there any reverse polarity mechanism inside the nrf51822 IC?
If externally we don't use it, and user connect power supply in reverse way, what will happen with...
Hi, and thanks for reading this, I'm currently able to power the PCA10005 by sending 3.3v to pin1 of p2, and pin5 of p2 to ground, with this setup I'm able to program the...
HI,I am using 51822 to realize a double-direction uart link with a ble client and a server chip.Now the double-direction link is established and each side can receive packet...
in the sdk for the nrf51822 eval board there is source for beacon app in s110. I also purchased the beacon keyfab which allowed me to get the beacon app for android source...
Hi,
I'll develop a adevice, using nRF51822; And I also have some device used nRF2401A, I want to know nRF51822 can communicate with nRF2401A, or not. I know nRF51822 is compatible...
Hello,
In our development environment we use a lot of PCA10001 boards for various prototypes.
As a cheaper alternative would it be possible to use PCA10024?
I have...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
I'm running out of RAM in my 51822 app and I need to take a look at what's using RW and ZI memory. Very little memory is being allocated with malloc. The rest is allocated...
I am attempting run the rf test from the bootloader. But I have the following problems.
When I try to compile the dtm rf test into the bootloader I run out of space.
...
Hello,
I am using the nRF51822 Development Kit and nRFgo Studio Version 1.17.03211.
I have compiled the blink_example and the s110 ble_app_hrs in the nRF51_SDK_v6.0...
Hello,
I'm starting a new project based on nRF51822 and I'd like to configurate the bluetooth to be appeared and allows the communication managment ( I want to creat two...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...