Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
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] =...
The nRF5340 net-core examples (e.g., radio_test, hci_rpmsg) work fine with the 'west' build system. However, with SES, download fails with the error similar to below although...
I'm trying to narrow down the cause of a Softdevice assertion happening in S132 7.2.0 at PC=0x15810.
We set up a proprietary RF project which utilises parts of the SDK for...
Hi all,
I have a nRF52DK as peripheral and a nRF52840DK as central. I want to send data from the peripheral to the central with a data rate of 50 kBit/s.
I added a continuous...
Hi! Maybe I am missing some idea, but I wonder why Nordic prepared CSC Service for Server but there is no implementation for Client. I know there is RCSC, but I belive to...
Hey,
I try to build the bloud_client application in nRF Connected SDK v1.5.0 for Thingy:91.
I am using to build.
I am using it inside the directory
I also using before...
We are currently developing a family of products that will use Bluetooth and I am putting together the plan for the profiles for each product.
I have structured the profiles...
Is nrf5340 support only bluetooth hci_uart mode on cpunet?
I comping as following sample:
west build -p auto -b nrf5340dk_nrf5340_cpunet samples/bluetooth/hci_uart ...
I am using a 52810 custom board and the SAADC module.
It is used for sampling one analog input through AIN2 and the battery voltage directly by setting the pin to VDD
...
Hi,
We have chosen nRF52832 chipset for our product, I need to clarify that nrf52832 module can support for mesh technology? and need the pin details for master and slave...
Hi!
I want to use the N52840 without any external xtal due to very constrained space and no need for BLE in this application.
The idea behind is to use the same chip which...
This topic follows devzone.nordicsemi.com/.../why-having-nrf-connect---bluetooth-low-energy-open-makes-my-connection-faster-and-more-stable which was partially fixed (with...
Hello,
I would like to use Nordic SDK libraries (currently I'm using SDK 17.0.2) to read and write on a FM24CL16B I2C F-RAM.
This device has the following writing workflow...
Hello,
I recently used GPIOTE Events to manage Digital state changes and this is awesome. I would like to perform similar thing but when a PIN goes under/above a given voltage...