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...
I 'm using BLE Nordic UART Service (NUS) for streaming data packets which contains read sensor data. I need a way to check the packet loss happening for example if the other...
Hello,
I am developing an application that requires advertising of multiple custom service over BLE. I have successfully implemented the custom services, assigning a custom...
Hi All,
As far as I know , BLE Thrughput is basically set around a few parameters => 1. NRF_SDH_BLE_GAP_DATA_LENGTH
2. NRF_SDH_BLE_GATT_MAX_MTU_SIZE
3. NRF_SDH_BLE_GAP_EVENT_LENGTH...
1) I have set up the Zephyr development environment by following the instructions at https://docs.zephyrproject.org/latest/getting_started/index.html
2) I am able to build...
In my device, I must support HUB(central and peripheral roles) mode. I found it will drop data in weak signal. and It will be better when be central roles only in the same...
Hello.
I am just do one project with Zephyr and nrf52840 to control one step motor, the one task is to get pulse number of pwm pulse when motor is running , I think PPI...
I start a application from the demo central-uart with the NRF CONNECT SDK 1.9.1
I try to communication via the com.
but the first byte of the rx buffer is wrong,I did...
I am running the throughput sample project on sdk 1.9.0 using two nRF5340 dev kits and am getting a throughput of 197 kbps using 2M PHY, Data Length 251 and Interval of 7...
Since upgrading to SDK 17.1.0 i get the following warnings of a redundant redeclaration for SystemCoreClock, SystemInit() and SystemCoreClockUpdate() for nrf52810 and nrf52840...
How to upgrade the nRF52832 tag in OpenWRT+nRF52832 gateway
gateway(openwrt+nrf52832) |_____ nrf52832 tag1 |_____ nrf52832 tag2 |_____ nrf52832 tag3 |_____ nrf52832 tag4...
Hi,
I try to install nrfconnectsetup330ia32.exe on my Windows-10 x64 bit computer. The setup program hangs when the progress bar is at about 33%. It just sits there without...
I am currently working on Nrf52840DK board trying to run ble_uart_app. Designed my board and I used BT840 instead of Nrf52840DK . After, code in NRF52840DK is working but...
Using a Thingy!91 (v1.0.0 and v1.4.0, firmware 1.2.3, 1.2.7) I get sometimes (every couple of days) a ENETDOWN when sending data out. Before that ENETDOWN, the device was...
Hello,
I've been working with NRF52840 for a while now. Recently I decided to add extra options to your code so I went to the development kit for a quick test and debugging...