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 All,
I am working on BLE+SD card Library, s132. Although i am getting certain errors which i am unable to counter.:-
*** Using Compiler 'V5.06 update 4 (build 422...
hello,
i have been using nrf52832 with sdk 15.2 , while different interupts occurs i have been changing the advertising bytes with different aid like this
m_beacon_info...
Hi, I see there are similar and narrow questions for specific chipsets: nrf5340 and nRF5240
Does this mean that Bluetooth LE Power Control (LEPC) feature is not at all...
hi:
Use the https_client routine to send data after the socket is established, and then send the data after getting the response. The errno returns as 128, which can confirm...
I've downloaded a fresh copy of NCS 2.0.0 and created a brand new application in an empty workspace based on the Hello World sample. The only modification I've made is putting...
Can I use SVC function in my application code to copy bootloader image into flash instead of using mbr commands? If this is not possible, what are the other alternative options...
Hi,
I'm using SDK17.02 HID example on nRF52810.
I create a timer to use mouse_movement_send about 10ms interval.
When my custom board was connected, RTT viewer logging...
Hi,
I was checking the Beacon and Proximity examples. I wonder if the nRF52832 can also be used as a distance sensor, if there are two BLE device in a room.
For example...
I have been working on writing a basic TWI driver in order to use I2C on my nRF52810 DK. I have the TWI successfully initializing, and when I try to write a byte to a connected...
Hi,
I am working on NRF DK board as NRF52840, from that if I connect my board to my laptop its detecting, its showing the com port but if I open my NRFGO Studio, in that...
Hi,
I have an issue in my project using BLE connection (GATT). I configured the BLE stack to use an external 32k XTAL (NRF_CLOCK_LF_SRC_XTAL) or (NRF_CLOCK_LF_SRC_RC)
...
hi we have designed a board with nrf52840 with nrf21540.and we have designed it to communicate it with spi .Is the spi example for nrf21540 is available in sdk . if not where...
Env:
gcc version 10.3.1 20210824 (release) (GNU Arm Embedded Toolchain 10.3-2021.10)
std=c++11
nRF Connect SDK v2.0.0
Including nrf_socket.h from nrfxlib/nrf_modem...