Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hi,
the nrf45L15 datasheet v0.8 says on page 277 "Note: TWIM and TWIS must use clock pins for both SDA and SCL.".
However in the table 72 on page 795, only the SCL pin...
What is the industry best practice for controlling the on/off state of an nrf52 using a momentary push button? Do designers use nrf’s deep sleep mode or properly cut off power...
I've seen many post on the forum about the extension getting stuck at startup. Apparently my issue is a bit different since any of the proposed fix do not work.
While trying...
Hello, I tried the blinky_pwm example on the nrf5340 board and it has worked successfully. I am getting the error when I try to run the pwm code with some modifications Objective...
Hi,
We are integrating the nRF9151 in our app. The %CONEVAL command has a field <tx_power> .
This looks interesting to us, because it can help us estimate our current...
Hi,
I just switched from nRF Connect SDK v2.5.3 to v2.8.0. With the new SDK, I get very many warnings called: implicit conversion from 'float' to 'double' to match other...
Hi,
I am trying to build the nrfx timer example (not modified in any way) in nrf SDK v2.9.0 with toolchain of the same version for the nrf52dk_52832 and I am getting the...
Hi there!
May I know why sample codes cannot be run on nRF54L15DK when board target "nrf54l15dk/nrf54l15/cpuapp" is chosen?
Yet, everything is fine when nrf54l15dk/nrf54l15...
Hello, we have developed a production script with the purpose of programming(with the samd20 dev card) and measuring the power consumption on pcbs with the ppk2. The script...
Hi everyone,
I working on a projetc that i have to use the NVS lib to store several user data on external flash, but i need put FOTA capability in this firmware and when...
Hi everyone, I tried to create BLE ad for customboard nrf54l15, but it doesn't seem to work. I upload my code in the attached file:
when I buil project, I have an error...
ide :- segger embedded studio I have a problem regarding BLE_UART.
I am using Segger Embedded Studio. I want to implement Bluetooth, so I used an already existing code in...
Hello,
I am trying to convert .pem RSA keys which we are getting externally into .der and vice versa, because in "psa_import_key" function we can only use in keys .der...
Hi Team,
I am facing an issue while testing spi_flash sample while testing it on nrf5340 as well as nrf52840 DK. Attaching the code with the ticket. The sample throws...