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...
I am working through the https_client example with the nRF9160 and I noticed that when Connection: close is not included, the connection doesn't close, but if I attempt to...
Hi,
I'm sending values over ble. On the client side I opened an serial monitor. Everything seems fine. The values are received in the right way.
But when I try to read...
Hi,
I have previously used the ESP8266 WiFi module and it has worked great. Since I have updated to the latest SDK, I am now seeing problems. I'm guessing something has...
I am currently working on enabling and transmitting/receiving data using TWIM on my nRF52810 development kit. The documentation states that in order to enable TWIM I need...
Hello,
I told my students to set up an SPI bus with several peripherals. We found nice development boards with a screen and a card reader sharing MISO,MOSI,CLK and one CS...
Device: nRF52840 Softdevice: 140 SDK: 17.1.0
I'm trying to develop a custom bootloader that will determine which of two images (A or B) to jump to. The memory map that I...
I noticed that if I set options = BT_LE_ADV_OPT_NONE in bt_le_adv_param I get a random address at each bootup and if I set it to BT_LE_ADV_OPT_USE_IDENTITY I get always the...
Hello,
I'm currently working with ISP2053 which is the nRF5340-based module.
The system, as the specific GPIO pin detects a low-to-high event, gets data from another...
Hello guys,
I'm trying to run uart example from https://github.com/andenore/NordicSnippets/blob/master/examples/uart/main.c extended by interrupts call after transmission...
Hi.
I cannot build a ble_app_uart Nordic example that I was able to build flawlessly three years ago and later. I wonder if anybody could give me a clue on what's going...
On Zephyr `2.7` I have following code to setup a SPIM on a custom board: Device tree:
main.c:
Now this no longer works on Zephyr `3.1`. I temporarily tried it with ...
Hello
I tried to install nRFConnect for Desktop, the latest version When I try to launch Toolchain Manager, I get an error "Unexpected end of JSON Input" error message....
Hello,
I works with Zephyr, VCS, SDK 2.0.0
I don't find how to get pin number from the DTS pinctrl .
In this folowing code, I want to replace magic number (uplighted...