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 have installed the toolchain according to nRF Connect guideline, on my MAC OSX.
My option settings are listed in the attached image.
I downloaded release 1.4.2.
...
Hi Sir
We are developing a product with nRF5340,
Now we faced the PCB layout symbol creation issue,
I can't find any information about footprint of nRF5340,
Can someone...
Hello,
I am trying to get acquire the accelerometer data every 4 hours for a sample duration of 60secs. These data are stored in RAM and on ble connection with the mobile...
Hi,
I'm totally new to programming nRF DK's.
What am I using?
Segger Embbedded Studio for ARM (Nordic Edition)
Toolchain: nRF Connect SDK v1.4.99-dev1
The "mqtt...
Hello there,
Since we use the lower level modules from Nordic's SDK for Mesh 4.2.0 - namely timeslot.c, bearer_handler.c and some additional modules to make them work properly...
Hi,
I just happened to stumble across these lines (123 to 126) in nrf_drv_uart.h:
And I noticed that on line 125 NRF_UART_ERROR_FRAMING_MASK is mapped to NRF_UARTE_ERROR_PARITY_MASK...
Hi, I've got our custom board with W25M02GVZEIG and I want to be able to read it out in a way that is fast and works with XIP. It's ok if it takes more time to write.
So...
Hi, I've made UART (BAUD RATE 1M) only on central after recieve all data (8kB). Peripheral is sending data from own ram (collected data from SPI sensors). What and how i need...
Hi,
I am trying to start from scratch BLE firmware to send and receive data from the development kit PCA10100 and nRFConnect App. I am following this course on Github here...
Hi,
i am trying to send temperature data along with timestamp as a string over BLE to a smartphone. i did the temperature reading part and now want to add timestamps to...
Can you show how can I merge the ble_app_uart and ble_app_uart_c into one code?
Once the device wakes up, it will check its GPIO - if it is '0', the peripheral will start...
Hello,
this is my second question in this forum, again regarding floats. (I hope its not something obvious like last time)
I`m getting very different results from asinf...
Hi,
I am following then nRF Connect SDK Tutorial - Part 1 | NCS v1.4.0.
I am using nRF Connect SDK 1.4.99-dev.
When trying to create the hello_world project i get the...
Hi,
I am current working with nrf connect SDK, nrf5340dk and 2 Nordic thingy 52s. I am trying to implement BLE mesh sensor client and server model on both the Thingys respectively...