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 nordic:
NCS1.8.0 , I added UART2 to the NRF9160 LWM2M sample, but it cannot send and receive, but the same code is put into the NRF9160 UDP sample and it can work normally...
Hello Everyone,
I would like to implement a random delay of 10 to 3000ms before my development kit start advertising itself.
I'm using nRF5dk v17.1.0.
How do i go about...
Hi,
I tried to combine the spi and ble_app_uart example. But I got this problem, and the program was stuck in this loop.
Here is what I did:
I am using the 17.1...
Hello all,
we are working on new project that should work for both role (central and peripheral). If I compile the sample "central_and_peripheral_hr for NRF52833DK_NRF52833...
Hi all,
I want to implement a calendar that can be used for many years with nRF52840.
Will leap years be corrected in the nrf5-calendar-example? I looked at the code...
Does anyone have an example of using pinctrl and pwm on a Nordic device using Zephyr for a motor driver or something like that?
All the examples appear to NOT use the pinctrl...
Hi.
Setup:
I use NRF5340. Open project from SES menu "Open nRF Connect SDK project".
nRF Connect SDK Release: 1.4.99-dev1. nRF Connect Toolchain Version: 1.4.0.
Project...
Hello! I tested the ST BLE Sensor sample on my nrf52840 DK. I have a few questions about the source code: 1. Looking at recv(), connected() and disconnected() functions, seems...
All nRF5340 reference designs use via-in-pad structure. Instead e.g. nRF52840 has reference designs which can be used with through hole PCB.
nRF5340 seem to have 19 IO's...
Hi,
I'm trying to do a very simple thing - setting those pins as high or low,
but I see that it simply does not work for those pins, I see no change in led state that...
I am using the SLM app from the 1.9.1 SDK.
I connect to my MQTT broker using TLS offloaded on the modem. I subscribe to a topic using QoS = 1 Then if a message is published...
I have been trying to get mqtt to stay connected without activity for more than 30 minutes. any keepalive value over 30 minutes just results in mqtt discoonection. tried with...
On a custom board, I've got 2 inputs connected to an external pullup and a pad. One in is P12, one on P21.
When I short the pad for P12 with GND, that input read low, that...
Hi,
I tried to access Nordic devzone, yesterday and today, but got an error message that "the page cannot be displayed because of an internal server error has occurred...
Hello everyone!
I am trying to figure out how SPI drivers for Bosch bme280 sensor work... I would like to somehow recycle them to write my own SPI drivers for another device...