Hi
I would like to use DeviceTree in VS code. The VS code had installed "nRF Connect for VS Code Extension Pack" and tools chain.
But I can't see any file in "DEVICETREE...
Hi, everyone.
I am testing reading/writing data between n52840 and n9160 through UART with buf_len=1(byte by byte) based on Zephyr's UART_ASYNC_API provided in ncs v2.6...
Almost all of our carrier frequencies have the offset of 118KHz. How can I tune it in the software beside changing the capacitor?
I have gone through and
Hello. Using the Zigbee messaging cluster, we are writing code for data exchange between ZR and ZED. (Based on the Zigbee example light_bulb/light_switch/light_coordinator...
Hello, I've tried to implement rtt logging in my own project but the control block cannot be found. So I tried the saadc example and that did not work either, I tried to use...
I was trying out the led_strip example in the zephyr samples on my nrf52dk/nrf52832 board with a single external WS2812B neopixel led connected at P0.23 , using the WS2812B...
Hi,
I am porting the opus library from smart remote project into our system. The chip is nrf52832.
When I encoding the pcm data, I got error. After tracing into code...
I am trying to port an application that works on the NRF52 DK board to a custom board containing a 52832 QFAA chipset. The MCU is connected via SPI to an IMU BMI160 and a...
hi all,
the latest master fw-nrfconnect-nrf. asset_tracker project gps_controller.
now ,i try add gps_control module to my project. but it now work correct that gps_controller...
I built my project with SDK 15.0 but for some modifications I migrated to SDK15.3
In my application I use pairing key to secure connections but since migrating to SDK 15...
Hello,
How to ass custom button using BSP? In the default setting, there are only 4 buttons. But my custom board has more than 4 buttons. How to add more button using BSP...
Hi, I have a question on USB performance of nRF52840. I have Rigado BMD-340(s) and I have to verify the maximum data rate supported on USB interface. Its says 12 mbps in the...
Hi
There are two PCA10090 DK boards. Each one had its own iBASIS card.
Previously, I registered these two in nRF Connect for Cloud. DK board A with SIM card A.
DK board...
I have ordered some PCBs which have I2C lines on P0.08 and P0.09 and have been trying to test using the Dev Kit and for some reason, I can't get any traffic out of these pins...
Hello. I want to add OTA DFU feature to my device, based on nRF52810. I already met problem with not enough space on this chip, but it was solved, so I hope it possible to...
nRF52832 will restart accidentally, I have checked code, but I haven't fixed it so far;
Because restart is random, it is hard to reappear;
my question is
1, How do I...
Hi Sir,
My project need LESC & AES-CMAC function, then I enabled below CONFIG in sdk_config.h :
NRF_CRYPTO_BACKEND_MBEDTLS_ENABLED
NRF_CRYPTO_BACKEND_MBEDTLS_ECC_SECP256R1_ENABLED...
Hi,
So I am trying to configure the stdout console to use UART1 by default. Using the NrfConnect menuconfig in Segger emStudio I can set it to use UART1 with the following...