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...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
I am in the process of adding LE Secure connections to our project and am having trouble and receiving lots of errors while attempting to Makefile it. We added nrf_ble_lesc_request_handler...
Hello,
Developing an application where we want to use CAF but I cannot get it to build properly. I have created a minimal example that does not work locally for me. Following...
The nrf52840 defines 4 pwms. Attempting to enable pwm1, pwm2 or pwm3 using pinctrl through a device overlay results in build errors suggesting there is something wrong with...
Hello, we currently use nRF52832 in our product. For the next generation of this product, we are hoping to upgrade to a new module that uses nRF52833. However, this is only...
We have a well-vetted software environment what uses SDK 15.3.0 and softdevice s132. We are considering adding ANT+ to our environment, which as I understand requires that...
I am in the process of bringing up a custom board with an nrf5340 and a FUSB302B USB-C PHY-controller.
As a driver for the FUSB203B, I am using this project as an OOT-module...
Hello
Due to some reasons we need to use external antenna and RF cables.
What is a part number of the antenna that can be connected to the J1 RF Antenna connector?
We...
Hi,
I am implemented the uart functionality, I'm getting below issue.
[00:00:00.445,526] <err> Throughput: Failed to set UART callback (err -88) [00:00:00.445,556] <err...
I want to use LPCOMP in nrf52832 to detect a rising edge of voltage. And my code is:
I set the reference as NRF_LPCOMP_INPUT_1 or NRF_LPCOMP_REF_SUPPLY_4_8, the event is...
I am running on openthread demo: ot_cli on its low power mode by building with low_power snippet.
As document says, it will automatically suspend UART operation when low...
Hi,
I'm trying to use to gpio pins in order to wake up a system from sleep mode.(PIN1= P0.24 PIN2 =P1.1 )
If I use the GPIOTEs separately in my project, it works and sytem...
There are some serious issues in the file "board.c" that relate to LEDS_NUMBER.
If I create a custom board with no LEDs then I set LEDS_NUMBER to in my custom boards,h....
Hello,
My company has developed a Bluetooth application that runs on the nRF52832 and we are about to perform FCC pre-scan testing next week. In order to prepare for this...
I want to use one device (nrf5340 audio DK) as both a gateway and a headset. Is this possible?
It needs to both receive audio from a CIS gateway and send it out, working...