Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
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...