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...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I am trying to implement external flash storage onto my custom board, featuring an nrf9160-SICA-B1 and a Winbound w25q128jv 128Mbit flash chip on SPI3 (I cannot get...
Hello,
we have a problem with modules from raytec MDBT42Q.
We have modules which work with our software as expected, and other ( newer ) that will stuck in Software. ...
I use the following :
-> nRF52840 Dongle / µC on the other side
->Blutooth Low Energy v3.0.1 (desctop version)
I try to read a characterictic after connecting and get...
During an execution of a winbond w25q64jv command (any command) during a BLE_GATTS_EVT_WRITE event the SPI bus goes inactive after the command is sent:
There is apparently...
Hello,
I tried to change the defined UUIDs for the BLE service and characteristics in the LED Button Service example (lbs.h).
E.g.
But the result is somehow...
Hello, I found that my device is more prone to disconnection due to 0x8. And I saw the log and found that most of the disconnected cases were immediately disconnected as soon...
I am using the NRF distance measurements examples between two nRF5340 boards to calculate the distance between them. I want to know how the distance is calculated in phase...
I am attempting to download v10.18.0 of the nRF command line tools for Linux x86 64. However, the .deb file provided is for arm64. Could you please fix this in the nRF command...
While trying to download the latest nrf-commanline-tools for LInux x86_64 I have noticed that the link for the DEB package is wrong: it leads to the arm arch., not the amd64...
Hi.
We've built an app for the nrf5340-based module using the nrf connect 1.6.1 SDK and its out-of-the-box Zephyr/MCU boot loader etc., code base. We build using west, which...
Hallo Team,
We are planning to use nrf5340 for one of our project which requires low energy audio and sensor data transfer. Can you please evaluate if our use case is...
Hi, I am currently developing on nrf9160 DK, and would like to set pins 0.14 and 0.15 as analog inputs to read data from sensors, similar to arduino uno, but not sure how...
Hi,
I developed a firmware without softdevice for a custom board with nRF52840
I recently decided to add a bootloader to my application and I based my bootloader code...