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...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Hi,
Is it possible to perform a HW reset of modem core inside nrf9160 device? If yes, how is this HW reset requested?
Thank you very much...
Regards,
Emerson ...
proj.conf:
nrf52840dk_nrf52840.overlay:
code:
Pretty straightforward. I've looked through the nRF52840 Product Specification and there is no mention of data bits...
From zephyr/samples/sensor/lsm6dso, I found the following code using sensor_channel_get(). API from sensor.h.
}
However, there are more driver API in zephyr/drivers...
Hello I don't see any change in RSSI with different TX power values under Zephyr. 1.9.1
It used to work with Nordic SDK 3.2.0 (see table below) The HCI API in Zephyr that...
On nRF5340, we are using Thread communication, Wifi and LTE-M module.
User can change the interface board, between Wifi or LTE-M module on the same UART bus.
& uart0...
I changed the central UART example to work with a demo I'm writing. I removed the hardware UART part and only send messages to a peripheral. What I do is I measure different...
I'm using an nRF52840 and SDKv17.1.
I have an active-high interrupt source connected to a GPIO pin. I understand that a GPIO should be able to wake up a system from system...
I think the nRF Connect toolchain is missing the right driver for the CLI app on the USB dongle, or the CLI is not setting up the USB interface with the right VIN.
When...
Hi,
Trying to run one of the Acconneer samples I get the errors below:
service_handle = acc_service_create(envelope_configuration); returns a NULL handle, all up to this...
I'm trying to connect my nrf52840 to the App but I have error message and impossible to continue ...
Here the log of the app standalone :
2022-10-07T21:50:58.341Z INFO...
During the software testing process, our device is connected to the rtt viewer for testing. At present, a problem is found during the test: sometimes the test engineer suddenly...
Can a single sdk_config file that has all possible macros definitions to use with an SDK
(1) be provided ?
(2) so that an identical sdk_config file be inserted in all...
Hello,
There is a missing #ifdef check on the following line of SDK Zephyr at the latest version v3.1.99-ncs1:
https://github.com/nrfconnect/sdk-zephyr/blob/98bc3a7a6b3917ce5a058e7a7271d3036edffb88...
I changed Kconfig of u-blox board template and something is going wrong in create_nordic_project.py when I tried to create project in Segger Embedded Studio from changed template...