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...
Previously, I used to load and debug my programs.
after a few months,
Today when I setup the environment again, now I can only compile and generate hex files from Keil....
Hi,
Now I am try to use sd_flash_page_erase() to erase a flash page.
Before I call it, I already stop all interrupt but I always get a error message "NRF_ERROR_NO_MEM...
Hello,
I am working with nRF51822 development kit (s130 softdevice). I want to use one software interrupt for my custom application. Is there any software interrupt available...
During my development with ANT protocol, I found that if you have a bunch of units all have one master channel. Channels will actually bump into other channels easily and...
Hi,
I'm trying to get the SPI Slave example working on my nRF51822 PCA100001 development kit.
SPI1_TWI1_IRQHandler never gets called even though the ACQUIRED and...
Looking into the schematics, I could not find any uart or spi signals on the connectors. I am good in soldering, but I would not dare connecting wires to the nrf51422... ...
Hallo everyone!
I need very low consumption when BLE working. according to S110 SDS, BLE power profile section, when BLE in idle-connect, there is Ion+Irtc+Ix32k, same...
Use the spi_master_example_with_spi_slave in SDK6 to evaluate the SPI master module but fail.
No matter use the default pin assignment or re-assign, it does not give out...
I can't find in the documentation for the IoT the usual section about requirements for the start of user code, the start of user RAM, the max stack used and whether any heap...
I would like to be able to generate DTMF tones using PWM. I am very familiar with the process, having written code to do this several times on other devices. The DTMF will...
Is it possible to use the nrf51 dongle with raspberry pi b+ ? I'm prototyping a 6LoWPAN solution where the peripheral nodes are nrf51 devices. I'd prefer the central device...
Hi, I'm not used to the bsp.c so my question could be silly. I hope you could understand.
When I used SDK 6.1, the example about button_event_handler function had a parameter...
What is the best way to transfer an array of individual values using the BLE stack?
Is it by appending all the values into one blob and sticking it into a characteristic...