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...
Board: nRF52833
SoftDevice: s122
SDK version: 17.0.2
I'm trying to log my continuous sensor data from the peripheral on the serial monitor. So I took ble_app_uart_c...
I have a compiling program when using the stock nRF52840dk_nrf52840.dts file, it outputs to the USB port to a serial terminal on a comm port.
As soon as i use my custom...
hello Nordic
i am working with nrf52832, with zephyr, ncs v1.7.1,
the device has a sensor that sample at 26khz each sample is 3 channels of 2 bytes data. the sensor use...
Hi everyone, I'm trying to communicate with OV2640 Camera Module via I2C. I bought this model:
It has SDA and SCL, but doesn't uses I2C Protocol, instead OmniVision uses...
Hi,
In my project, I use SPIM4 to access sd card . It is worked well. Then ,I optimizing power of sd card. The power of my sd card is controlled by LDO.The LDO is enabled...
I'm browsing the Application Event Manager code, and I'm wondering:
I see that struct event_type has (effectively) an array of struct event_subscriber , bounded by pointers...
Hi,
I am using SDK 2.0.0.
I have two problems in this function.
Lets take Vt value as 1420, in one instance.
1. RT2 is calculated as 5076.14. This is incorrect....
I have been trying to implement the IPC code given in to send an event from the network core to the application core. I added CONFIG_NRFX_IPC=y the prj.conf for both cores...
I am working with a board one of my peers designed that hopes to use an NRF9160 for cellular communication (and GPS as well but that's neither here nor there). When setting...
Dear all,
I have pca10059 nrf52480 dongle which I accidentally erased and I could not upload any elf file to run moreover it was not blinking red anymore, no presence in...
my master is outputting all the right signals on the SPI lines. The slave though, although it appears ot recognize the CSN pin and runs the spi_tranceieve function. It does...
Hi
I'm trying to send and receive data with MQTT.
I tried uploading asset trackerV2 bin file and it works fine with nrf cloud.
now I want to use the sample "MQTT_simple...
Hi there,
We have recently acquired some new nrf5340DK's and we suddenly noted that the SYSTEM ON LOW POWER current increased from about 5 uA to about 25 uA.
Attached...
Hello guys
We have a problem with the SPI bus driver on the nRF9160 MCU. In our project, we use SPI1 and SPI3 instances.
When I send a package in some of these SPI busses...
Hello, after the excellent Nordic Techtour yesterday, I decided to try and implement the nordic distance toolbox.
However, my available hardware (52DK) is not supported...