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] =...
I am diagnosing pin malfunction in a custom board where I have working code from another version of the board which no longer works.
I am developing against NCS w/ VSCode...
Hi,
When asking to change the toolchain version in the VSC extension I get an error message:
Command 'nRF Connect Select nRF Connect SDK Toolchain' resulted in an error...
I am using the current nrf-sdk v2.1.0, which includes a Zephyr version (3.1.99 etc.) which has at the used stage an error with twister: instead of using get_testsuite the...
Hello,
I tried to run the sample Bluetooth: Periodic Advertising but I found some issue.
I'm using SDK v1.9.1.
The first issue was related to advertising creation with...
Before I go deep into the rabbit hole, I am wondering if anyone has had success with the following:
I am in a Windows 11 environment
I want to setup Docker with nRF...
Hi Community & Nordic Semi
I have an ultra low power design using the NRF9160.
I would like to avoid adding an additional LDO to reduce costs and Iq.
VIO from the datasheet...
Hello Community, i'm currently working on a custom board based on BC40C which is a BT/BLe module based on nrf5340 i'm trying to debug my board with jLink ultra + under, i...
There is an examples that show how to change from a 2Mb/s to a Coded 125Kb/s ?
May I change the bit rate of the comuniucation dinamicaly ? For examples I see that with a...
Hi there,
The mentioned known issue needs a workaround requiring a soft reset. This is quite a bruteforce method and I can't believe this hasn't been fixed already. Quite...
nRF Connect SDK v2.0.0
VS Code 1.70.2
nRF9160 development kit
To view all possible log messages the fololwing logging configuration is set up in prj.conf:
CONFIG_LOG...
I'm using nrf52832, and it is connected with external mcu (stm32) to uart.
I'd like to connect this ble module to PC with ble (wireless connection), it was paired.
After...
Hello,
We developed a zigbee coordinator with nRF52840.
We discovered that our coordinator is not receiving the the beacon request coming from some Ember based sleepy...
Hi,
Is it possible to connect the Thingy53 over Bluetooth with Raspberry and store the sensor data in a database (e.g. Firestore).
I only found one solution, but its for...
Hi,
Is it possible to get the device name - i.e the GAP_DEVICE_NAME - of an unprovisioned or provisioned device using a serial device and the interactive_pyaci? It would...
Hi everyone,
at the moment we are trying to upgrade our nRF9160 software form the SDK v1.8.0 to the newer version SDK2.0.0. The main issue of the migration is our UART implementation...