Hello at all, I try to compile the example peripheral_uart for the nrf54L15-DK. The goal is to compile without west. My directory structure:
where I copied everything from...
Hello, I've a nRF9161DK board and I would like to connect a UART to an external device.
Looking at the schematics I see that both UART0 and UART1 of nRF9161 are connected...
toochain:3.0.2 sdk3.0.2 nrf connect Every time I build, it gets stuck here: Found assembler: C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi...
Hello, I know it's a bit basic, but running through all the docs for thingy91:x I got a bit lost.
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides...
Hello, I am the hardware researcher currently evaluating this product.
I am currently working with the nRF54L15 DK and have encountered an issue where my application appears...
Hi Nordic team,
I'm currently working on a real-time distance measurement project using channel sounding with the nRF54L15 DKs. I’ve been using the channel_sounding_ras_initiator...
Man,do you have the experience on DIY Bluetooth headset with PCA100059?
I raise this question for I hate the current product limit: limited time to run,short lifetime of...
i want to konw ble evt struct 's content of meannig . i want to find what's the return value when packet send fail and what is the channel id different from other ruturn value...
Hello,
I want to falsh nrf51422 device. I ma developing software using Eclipse and SDK_7.2.0.
The soft device is 130. I have build the project successfully and Hex/elf...
Hi
I'm trying to communicate between nrf51-DK and arduino using twi. I was able to send data from nrf51-DK to arduino using nrf_drv_twi_tx but when I'm trying to send the...
Reference PWM_driver sample code,
I set the customer status of the LED,
And it also can change status by button,
static void bsp_evt_handler(bsp_event_t evt)
{
void...
Hi,
I want sample code for configuring baud rate of UART from mobile application (nRF Connect). So I don't need to hard-code the baud rate in my program.
Please share...
With version v2.0 of S332, I checked for a return of BLE_ERROR_NO_TX_PACKET when using the ble_nus_string_send function. I use this test in a routine which writes buffers...
I called these command:
nrfjprog -f NRF52 --eraseuicr
nrfjprog -f NRF52 --program app.hex --sectorerase
During the eraseuicr I see:
Erasing UICR flash area.
Applying...
Hi there,
for my Application, I want to listen for all BLE packets on a fixed channel.
No SoftDevice is used.
I receive all packets as long as BASE0/1 and PREFIX0/1 and...
now, i have a question: i have a buffer 100byte data to send, when i send data package via sd_ble_hvx() continus,delay 20ms after each send ,but it will lost some data , i...
HEllo,
I am facing and issue with undefined references for the linker. The compiler is able to compile, but I get linker errors like these
.../pca10040/s132/arm4...
Hello everyone, I recently use the nRF51822 with SD9 and S110, I found that the device name was define as: #define BLE_GAP_DEVNAME_MAX_LEN 31
is it means the max length of...
Hello!
We have built an app that transfers files from an app on Android to the device running an nRF52 with S132. On the device is an external flash using SPIFFS as a file...
Hi to everybody,
I am working with nrf52 and SDK11. In my project I am using freertos and an UARTE with this configuration:
9600bps
TX/RX (no CTS; no RTS)
HW...