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...
Hello:
When I try to open an example project from nordik, keil doesn't open some files and I get the following error:
"no source": Error: #5: cannot open source input file...
in main() I initialize the timer
// Initialize the clock module
ret = nrf_drv_clock_init();
APP_ERROR_CHECK(ret);
// Request the low-freq clock to start N/A for SoftDevice...
SDK v12, SD130 on 51822.
I init uart through APP_UART_FIFO_INIT, and installed uart_event_handler. UART rx/tx with an external MCU works OK while softdevice running.
...
Hi. I have some nRF51 firmware I'm migrating to the nRF52. It's a peripheral with bunch of vendor specific services, using SDK 13.0.0 and SD 132 v4.0.2.
My code builds...
Dear Nordic,
I am trying to send the sensor data via beacon. I am regularly updating the manufacture data (through which I am sending the sensor data). But while executing...
In fact,there is a demo on internet, and I test it ,but I found that the event is not reliable! my code is :
static void my_fds_evt_handler(fds_evt_t const * const p_fds_evt...
After some effort, I have managed to build the beaconing example that's missing from the examples.emProject of the ble_mesh_v0.9.1-Alpha SDK. I have this running on the PCA10028...
on the download page for the command line tools, the version 9.6 is showed but the download link points to 9.5... can we have the 9.6 where it says 9.6? Thanks!
I have a question on the supervision timeout: suppose that the slave latency is set to be 0, the CI is set to be 500ms, and the supervision timeout is set to be 4s。Once there...
Hi - I am following this tutorial and getting this error.
This exact question was asked; however, I do have the mkdir file in the C:\Program Files (x86)\GNU ARM Eclipse...
Hello,
This is less a question and more of a survey. We've recently completed development on a project using the nRF51822 but have run into an odd power problem. We built...
hello,
i am using the nrf52840 preview devkit and am currently trying to find a solution for timestamping / for a time-base. the idea was to use the RTC for that since...
i know that it's not up to you guys to tell me this but maybe you can give me a hint: right now i'm using the bluetooth developer studio together with the nordic plugin for...
Hi there.
I recently migrated from SDK 13 to SDK 14.0.0 and followed the migration guide in detail. I've found that when I try to advertise, ble_advertising_start() will...