I have a application where I need to time acurately the time between two enternal pin signals. I have this working using the
k_timer which & read & restart within the...
I am unable to debug a Fanstel BM840 nRF52840 based simple custom board using a nRF52840 DK. I believe the custom board is basically ok: Before flashing my application onto...
Dear Nordic,
We’re working on a Smart Door Lock project built on custom hardware that includes an nRF5340 and several other controllers. For firmware updates, we’ve adopted...
Hello,
I'm just trying some samples out, the include files picolibc.h and zephyr/syscalls/log_msg.h are missing. There is a log_msg.h in zephyr\include\zephyr\logging but...
Hello
I created the out of tree sample sensor application with SDK 2.6.2 and it built just fine However it builds only when it is inside the sdk that was pulled when I selected...
Hi,
I have a question about creating a custom board. I am following the tutorial here: youtube
I am trying to make a custom board for nRF54L15 using the board wizard ...
I have a pcb which uses the nrf5340 and I have been testing it. I can't get the motor to work, which is the first thing I'm really trying, using simple GPIO. The display backlight...
nrf51822QfAC
S130 stack was working fine and ble_app was able run successfuly able to see the ble on the app;
Now after few days now facing issue in running the same code...
having issue with nrf51822
nrf51822 breakup board was running fine with S130 2.0 stack and ble_app_uart
Now facing issue such that when softdevice enabled is called the...
Hi,
I just switch to Embbeded Studio following the last tutorial ( here ).
I'm working on NRF51822 with SDK12 and TWI_sensor example (without SoftDevice). I followed...
I see from the release notes of s132 4.0.0-2.alpha that it adds:
Support for 20 links in total with freely selectable role (Central/Peripheral) for each link.
I want...
Hey,
I am trying to control an external LED using two nRF52832 boards. I am using "nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\experimental_ble_app_blinky" code for...
I'm trying to use the BLE sniffer in a quite busy BLE environment. Unfortunately, it always crashes after a few seconds.
I'm using:
ble-sniffer_win_1.0.1
nRF51 Dongle...
Hi,
i am using PCA10040 DK board,
working on ble_app_Uart example, i have created one timer(app_timer) here is the code:
printf("init\r\n");
ret_code_t err_code;...
Dear all,
My chip is nrf52832, and sdk version is SDK12.1.0_0d232a. And tried to use ble service and spi master function.
I create a timer to send spi command every...
hello all:
my mcu is nrf51822(QFAA), and use it to make a blue device ,i want to use mcu's reset pin to reset it, just use hardware. i add a key to connect the reset pin...
Hi,
I have searched for examples which will use passkey to connect with android, but didnt find any.
I want ble_app_hrs example to connect with nRFConnect in android by...
HI,i develop my project base on “examples\ble_peripheral\ble_app_uart” and “nRF UART v2.0”。i hava large data transmit from phone(androd) to nrf52832。
but when send a package...
I need to save some data on the flash storage. This data will be some structures and I will write, read and modify them as and when required. I am also using peer manager...
Hello
I came across interesting problem I couldn't find answer to.
In my project bss size printed by arm-none-eabi-size is larger than the value that can be calculated...