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'm developing a small function that split string using delimiter (,) but i can't use strtok (undeclared function error)
so i added (CONFIG_NEWLIB_LIBC=y) to prj.conf file...
nRF52 DK fresh out of the box isn't recognized by my Windows 10 PC. When I plug the device into the USB port LED 1 pulses and LED 5 blinks rapidly. However, there is no sound...
when I call nrf_gzll_add_packet_to_tx_fifo after I recive a nrf_gzll_host_rx_data_ready() I get a Error 33542
how can I see what type of error that is?
I was hoping...
Hi
I have a custom-designed board based on nrf52840 and on that board, I am using NFC pins as GPIO.
On Pin no 0.9 and 0.10, output peripherals are connected.
I have...
I updated my Power Profiler software on the NRF Connect Desktop software.
Immediately after switching to the new GUI, I noticed a significant change in power performance...
I am trying to use the NRFX_WDT design in SDK 16.0.0 on a board using the nRF52832.
In the file nrfx_wdt.c, the allocation index is declared/defined as:
static uint8_t...
The drop down does not list the nrf5340dk.
Using nRF Connect Toolchain Manager I open a command prompt in the v1.5.0 sdk,
cd zephyr\samples\drivers\spi_flash
I did:...
Hello,
I have a project based on Cloud Client v1.4.0 using AWS IoT cloud as the backend. I have made some changes in the code so that I disconnect after sending some values...
The frequency tolerance for ANT stack for an external 32.768 kHz crystal oscillator should be +/- 50 ppm max.
Does it mean over temperature range?
There was the same question...
HI:
Now i am use the OTS to transmit image, if we want to set the MTU=185, how many paramter must config here?
example:
CONFIG_BT_CTLR_TX_BUFFER_SIZE=185 CONFIG_BT_CTLR_DATA_LENGTH_MAX...
Hello, I have created my own C program (in eclipse) that basically should just initialize to an LTE network and connect to it, nothing fancy at this point.
I have come across...
Hi, I tried to set up the environment for the nRF Connect SDK v1.5.0 using nRF Connect for Desktop on Ubuntu 18.04.
In step 2 (Cloning the SDK), I got some errors while...
I use arduino to program a nRF52832 board. I had problems to move a running project with a ST7789 SPI display to the nRF52832. I use the Adafruit lib to drive the display...
Hi,
My custom card has ic nrf52832QFAAE0 AND NRF52DK has ic NRF52832QFAAE1.MESH SDK EXAMPLES runs properly on NRF52DK but not working on my hardware with ic NRF52832QFAAE0...