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...
Hi,
I upgraded Toolchain and SDK in VS Code to Version 2.6.1.
Now the build is failing.
As far as I can see the wrong CMake will be used - from Visual Studio but it...
Hello,
I'm trying to implement the MCU BOOT in order to introduce the Firmware uptdate but I get the following error:
I'm trying to reduce the RAM usage but with no...
I am new to BLE development and was wondering how I can read the data published by the A&D Medical Blood Pressure Monitor with the nRF5340 acting as a central. I can connect...
hi support team,
customer reported on problem that one product is ok when in factory, but now is in problem after delivered to office.
i had onsite debug and find out...
We are nRF52840 in one of our products. When we use SYSTEM OFF mode with with hardware design, current consumption is around 3uA but when we use SYSTEM ON mode with RAM retention...
BLE settings:
1) Advertising interval: 500 ms.
2) I am not explicitly turning on the DC-DC regulator; I am using the default settings.
3) Tx payload: 31 bytes.
According...
Dear All:
I have followed the procedure as shown in the following to make a Mesh heartbeat application.
I started with the example of ligtht switch client and server for...
The documentation for CONFIG_MBEDTLS_PEM_CERTIFICATE_FORMAT in nRF Connect SDK says:
By default only DER (binary) format of certificates is supported. Enable this option...
My question is completely wrong (0x2880 is alloc failure, not parsing failure)! Please ignore.
When using the nRF Connect SDK mbedtls implementation to conduct a TLS...
Hi,
For the nRF52840, can we use another pin than P18 to realise the Pin RESET functionnality?
I can write the register NRF_UICR -> PSELRESET with numbers other than the...
Hi Devzone,
I am facing an issue in my application where my device is working as a BLE peripheral advertising for connection. The device stops advertising after connecting...
I'm trying to download and flash an MCUboot image at runtime. All goes well, the image is flashed to the secondary slot, confirmed, and marked for upgrade. The secondary slot...
I use the nrf_dm demo program, when using the nRF52840DK development board, the program can print the log normally.
Then I changed the build configuration to nRF52840Dongle...
Hello,
I have a custom nrf5340 board with a simple firmware flashed on it (turn on red led). My board has a hall sensor as a turn on/off switch (latched). If I connect it...
I used nRF52840 board with SDK 17_1_0 ,
Using FDS I am able to read and write data into flash when nRF52840 board Continuous ON,
But when i Make nRF52840 board Power OFF...