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,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Hello,
I am wondering where to change the baud rate for the UART in the NRFConnect SDK using zephyr. I am working with the peripheral_uart example.
Thanks,
RJ
Hello,
i just migrated from nRF51 to nRF52. I tried to implement my custom service. I followed the tutorial from this site: https://github.com/bjornspockeli/custom_ble_service_example...
Hello,
in our application we have two devices. A nrf52840DK as central and a BMD-300-EVAL (contains a nRF52832 chip) as peripheral. We need a timer/counter that generates...
Hi,
I had used nRF Connect Programmer to flash nRF Sniffer firmware on my nRF52840 Dongle, but after that, when I tried to flash the firmware again, I found that there was...
Hi,
I want to add new peer to peer manager using pm_peer_new().
pm_peer_id_t p1 = 0;
pm_peer_new(&p1,&bond_info,NULL);
there are no peers, so trying to add as peer_id...
Bought 2 nRF5340 DK kits from Mouser. Followed the setup instructions and fell at the first hurdle. Attached NF antenna, connected to USB and switched on.
Nothing. Green...
Hello,
I am currently working on a project that requires data to be sent over Bluetooth. I currently have an NRF52832 Development board and have been trying examples and...
Is there any difference in terms of RF performance between different hardware versions of nRF52840? Can someone point me to the relevant documentation?
Thank you
I am working on the nRF52840 DK board SAADC module with nRF5_SDK_17.0.0 SDK, and I am unable to get the output on RTT.\
I am working on the pre-prepared program from the...
Click DFU after connect. Navigate to folder. Click .zip update file. Click OK. File name does NOT appear in chosen text box, box remains empty. Works correctly on English...
Hi everybody, I'm trying to set up my 52840 DK to scan for BLE_GAP_PHY_CODED advertising packets from 52840 Dongle. I think I was able to program the dongle, because it doesn...
Hello,
I've been tasked with adding radio test functionality to our manufacturing support firmware. I reviewed the comments here on devzone and studied the radio_test...
Hi,
I am currently working on an application for nRF52810. It has only advertising feature and I calculated the consumption with online calculator. The values I got from...
Hi, NODRDICSEMI
Now I use PPI + gpiote (spidma) to make the hardware read and write by itself. But after I enabled RX list, I found that when the amount of data read exceeds...
Dear Concern,
I would like to use nRF connect SDK without zephyr . can I use SDK for nRF5340 without zephyr. if yes, please help me how to do it. If not, please let me...