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...
Hi, How can I get the RLOC16 or similar ID from the CoAP clients connected to my CoAP server? I need to get this information from the messages that the clients send.
Cheers...
My BLE application needs to communicate with another µC using serial UART - so I started my app based on the sample in bluetooth/peripheral_Uart I'm have a nRF52_DK board...
Hello I have flash memory via SPI on the custom board. It works on SDK v2.0.2 properly and doesn't works on SDK v2.1.0. Flash memory defined in Device Tree as mentioned below...
Dear Sir.
we are porting some projects from nRF5 to Zephyr and the UUID/handlers table consume more memory. What is the best practice? we are trying to do the same things...
Hi Nordic community,
Let me ask a question.
I can run AT+RUNIMPULSE command via UART cable successfully, but I cant write it using BLE. For example using Nordic nRF connect...
Hi,
I have tried setting a custom network name by adding
CONFIG_OPENTHREAD_NETWORK_NAME = "MILIEU_OTNET" to prj.conf of both coap client and coap server. But they always...
Hello everyone,
I am trying to use the S340 softdevice in order to connect to an ANT+ HR. I would like to use proximity search.
It works fine for the first device in range...
HI
After the connection between the light-bulb and the Zigbee-Coordinator is completed, it is observed from Sniffer that both parties will broadcast regularly (as shown...
Hello,
I'm writing my own UARTE library because I need some functionality not offered in the SDK. But I came across a hardware behaviour I can't explain.
In my understanding...
Hi,
i use NRF52832
I used bootloader V5.4 and I don't see the prints I used SEGGER workspace
in sdk the settings set #define NRF_LOG_DEFAULT_LEVEL 4
what can I do...
Good day
I have been testing sample code code, but when compiling I get this error
nRF5_SDK_17.1.0_ddde560\components\libraries\uart\retarget.c:101:23: error: unknown...
I am plugging the nrf52840 Dongle to the USB port, the computer beeps as it recognizes a new USB device, but when I open the Programmer app from the NRF desktop connector...
Hi,
I am a very beginner in Python and BLE. I would like to use a nRF52840 Dongle to connect to a Bluetooth Device, send 6-Bytes data in the 1401 section and also perform...
Hi All,
i have been working on two i2c devices
1. MPR121, which has slave address (0x5A)
2. PCF8583, its address is (0xA0).
I am using Zephyr I2c api for the same...
Hi,
I would like to ask on where can I find or set the advertising duration or on how long the advertisement would last?
I am using zephyr, nrf52840DK. I want to be able...