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...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
I have modified the BLE app Blinky example so that the LED is enabled (state 1) on power up. However, this is not being reflected on the BLE side because when I connect with...
Hi, when debugging, I'm encountering this problem where relevant SPI registers (likely status registers) signaled a successful read before the actual data could be pulled...
We're developing a mobile application which will communicate with a satellite antenna over BLE. We will not have access to the antenna for a few months, and therefore we aquired...
I am using the UART to perform serial DFU on nRF52832. I got it to work fine using nRF Connect SDK 1.8.0.
Now, I need to pass some serial data to the APP when not in DFU...
Hi, I have to develop a new nRF5340/Zephyr/MCUBoot-based device that communicates with a Windows application via USB. The Windows application already manages other legacy...
Hello,
I'm trying to implement a set up of the ble device name from the NVMC UICR register.
But when I try to take it from the register and to set it has a name, it doesn...
Hi,
when using the spi peripheral in slave configuration, what can I expect at power consumption level? does the spi peripheral derive its clock from an internal system...
Hello,
I am using nRF52840 DK's P20 SWD to communicate with an external nRF52840 board . My setup works fine with nrfjprog running from command line. To communicate with...
Is there any example code using a QSPI image as the input for the bootloader instead of e.g. BLE? What format does that have to be in to begin with? Currently doing DFU updates...
Hello friends
I am fresher for Nordic semiconductor . I want to interface triaxial accelerometer of 15MHZ frequency with nrf52840 with inbuilt ADC and transmit the data...
Hello,
I will try to use the macro ZB_ZCL_SET_MODIFY_ATTR_VALUE_CB to define a callback when an attribut is written in my device. But the callback I write is never called...
I had a look on APIs to use UART in Zephyr in the link https://docs.zephyrproject.org/latest/reference/peripherals/uart.html#uart-interrupt-api . There are three types: Poll...
I have a JDY-16 BLE chip in AT command mode and are able to scan for a SoftRF device that has a Nordic UART service.
I can succesfully see the SoftRF device during a scan...
Hi All,
Currently I'm editing an example project using the NRF5 SDK in SES -- however, I'm not sure exactly how to best version a project or even export it to contain...
Hi,
For my nRF52840 custom board, when I send data through app_usbd_cdc_acm_write() to the serial port from main.c , data are transferred without problem but
when I try...