i have used same Serial_lte_modem sample code from nordic toolchain 2.6.0 , Enabled shell just by setting config macro
CONFIG_SHELL=y and SLM uart loging is by default...
Dear Nordic company,
I have question connected with nrf9151 chip. I know, that this chip contains two parts, ARM core and modem.
I am trying to understand of Serial...
Im trying to rotate my st7789v 240x240 display with LVGL commands. Im using nRF5340.
My .dts
My code:
But this dont make any change on my rotation.
Someone...
Hi Nordic Team,
I'm currently working on a BLE project using NCS v2.9 and targeting a custom board based on the nRF54L15. My goal is to use the SYNTH LFCLK source (instead...
Hi Nordic Team,
I'm facing an issue with BLE communication on my custom board using NCS v2.9. I started from one of the standard SDK examples (like throughput or peripheral...
Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
Hi, I am using nRF5340 for my unicast Audio server example where the nRF5340DK is the headset and my mobile device is the audio source. I have taken the unicast audio server...
Hello,
I am in the process of integrating a project where I need 3 uarts to work concurrently in different configurations. This will eventually migrate to an application...
Sorry ,I have the problem with increasing the max data length(more then 20 bytes) in the characteristic , I change the att_mtu size like the value in the picture, but after...
I have developed a beacon application which transmits the required data from an analog device. I want one more application which scans the transmitted information from the...
Hi,
I am using nRF52840 dongle for my development with "usbd_ble_uart" profile from SDK located in this following path RF5_SDK_15.2.0_9412b96\nRF5_SDK_15.3.0_59ac345\examples...
Hi.
I saw lots of questions but I could't find answer about BLE & flash write func.
Setup is nrf52832, S332, SDK 15.3.0.
using ble, ant+, gpio, timer, adc,
in code...
Hi Nordic:
I have a question about retart saadc. i want to restart saadc in a bsp event(BSP_EVENT_KEY_3) and it works. the following is my code:
i learned in this forum...
1. Download and install nRF Connect from Google Play or App Store. 2. Open nRF Connect. 3. Make sure that the DK is running the ble_app_uart example. LED1 should be blinking...
Hi,
My firmware is working well and handling required functions, so I have begun trying to work on power management to reduce device power draw. I am using S140 and my BLE...
Hello,
Using light switch dimmable (experimental) example, I will like to change the default name displayed by the server/client to a custom name.
See the screenshot below...
Hi,
I'm trying to receive data from a UART transceiver. I'm using a nRF52 DK with a RS485 to UART transceiver chip.
On my debug session I get the " NRF_SERIAL_EVENT_DRV_ERR...
Hi,
I have a nRF52833 DK which contains PCA10100 debugger on it.
However, examples in the nRF5SDK160098a08e2 SDK seems like not supporting PCA10100.
Which example...
Hi all, I am beginner to Bluetooth module interface and I am in the stage of implementing the software for Bluetooth module to start and visible to other Bluetooth device...
Hi,
Lookin at this ticket https://devzone.nordicsemi.com/f/nordic-q-a/32090/qspi-pin-mux-on-nrf52840 for the nrf52840 it is said that it is ok to put QSPI on any pins (depending...
Hi,
I need to use cJson library to parse some json data. I have seen that the library is located at "nrf\ext\cjson" path. I have also seen how to add that library to a...