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!
I am working on a FOTA solution for the nRF52DK, I have followed this example: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs...
Hello,
I've started to develop with the nRF Connect VSCode extension and enjoying it a lot. However, I've noticed when I share a project the build configuration doesn...
Hi,
I observed what appears to be the same issue as https://devzone.nordicsemi.com/f/nordic-q-a/51337/nrf9160-infinite-nrf_connect-blocking-behavior-post-lte-psm-wakeup...
Hi,
I'm trying to write data to a characteristic. This is a BLE led driver. I can successfully send 5 writes and then it stucks. All the 5 sends succeed - I can see the...
Hi
I need to Send one character from mobile. based on the character I need to glow the LEDs which is placed on DK. How can I achieve this is there any sample available for...
Dear forum,
We capture audio via PCM (10kHz, 8bit => rendering a raw rate of 80kBaud) on a BM833 and would like to transmit the data (one way) to a paired device using either...
Hi,
NCS1.9.1, VSCode, nRF5340DK,
Without external flash memory and not use mx25r6435f which on DK,
how does MCU store data (such as a series of serial numbers)?
and...
hi ,i want write flash by jlink,eg:write val 0xaaffffff to addr 0x76000, only write 4byte.
but when i write, err "flash not erase" occurred,
I don't want to erase this...
I try to onewire communication for DHT11 but I couldn't it . I decided uart instead of onewire. The different microprocessor will read the sensor data and send it via uart...
Hi,
I'm trying to combine OpenThread, MCUBoot and LittleFS in a sample in nRF Connect SDK v1.5.1, but I'm getting the following error:
I have checked the file, and it...
Hello NRF Buddies,
My project is based on NRF51822 with SDK version 12.2.0. I am working with Keil till now and planning to migrate to the Segger Embedded Studio.
With...
I am not sure what I am missing in this. This is a custom board so there is no other circuitry on this pin other than a pad to monitor the signal changes with.
When...
Hello!
Regarding the CRC on the nrf52840 the specifications make it clear that the maximum length of the CRC is 3 bytes, We are working on an industrial communication protocol...
Hi
How can I readout the actual timer value on the fly? I use the timer in capture compare mode and like to read out the timer value.
nrfx_timer_clear(&m_pyq5848_timer...
Hi all,
I have set up an nrf52840 as the sniffer to sniff the connections between my custom board and central phone. My goal is to figure out the bottle neck of the ble...