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 Noedic,
I triggered the DFU function through APP, the device restarted and the base service UUID changed from 0x0001(nus function) to 0x1530(dfu function), but it is...
Hello,
I am working on S120 SD v2.1.0 for central and S110 v8.0 SD for peripheral and SDK9.0 and I am able to configure 1 single uuid on central and connect to multiple peripherals...
Hi.
I would like to konw some ditails aboute nRF9E5 device:
What is the rang between 2 devices using 433 mhz.
do you have any samples codes ? i need to trasmitt...
Hello,
After i disable SD i try to count ticks on TIMER1 from RTC1 via PPI.
Timer1 is configured property but TASK_COUNT don't increment cc.
I see that event TICK on...
So. After countless hours of messing around, reading SDK, examples and stuff I'm begginning to feel kind of frustrated. I want a microsecond timer. For that I tried a number...
Hello,
I use nrf51422 for my project. I have to collect data via BLE nus from phone, but after that i don't need SD anymore. Can i use blocked hardware, like RTC0, after...
hello there i am trying to interface adxl345 with nrf51822. my code is like
#define ADXL345_ADDR 0x53U
#define ADXL345_ADDR_WR 0xA6U
#define ADXL345_ADDR_RD 0xA7U
#define...
I am trying to modify s130 experimental app example so that my board could connect to any peripheral and discover all of its services. As peripheral I use "ble_app_multilink...
What's the mechanism of getting data from the SoftDevice?
-We store our parameters in the stack and call SVC func which passes it to the handler mode and does some magic...
Hello!
I'm able to create a whitelist and connect to previously bounded peripherals. I noticed the whitelist is volatile (when I turn off the power, whitelist is lost)...
i make nrf51 dk device into bootloader and then i copy file now when i connect it in normal mode . comouter can't detect nrf51 dk kit. but it work in bootloader mode. can...
Hello,
I am porting a blinky program to my custom board having nRF51822. The program is compiled under Eclipse (+ GCC) and is downloaded to the board via J-Link Lite. But...
Hello, Nordic!
In our entertainment project, nrf51 based devices exclusively utilizes either central or periph. role. All of them are headless (body mounted markers, etc...
Hello,
We are currently working on IoT based application.
Our system contains Two types of configuration, Master node and slave nodes. Now all nodes have sensors interfaced...
Is it possible to send any kind of message, etc. from a board using nRF8001 to an iPad with no BT app running to tell the iPad user to initiate a connection?
Thanks,
...