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...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
Hello. I'm just trying to get going with the nRF9160 DK which just arrived.
Using macOS.
Followed Getting Started and then nRF Connect Getting Started Assistant, and everything...
Hello,
I'm currently working on a project that requires data to be stored to an microSD. I'm using a custom board with the nRF52832 chipset and a Molex micro SD card holder...
We are working on a product with a pair of Central and Slave BLE devices that will be sold in pairs. The plan is to have the pairs preconfigured in factory so that the Central...
Hi,
I have an error to download firmware in nRF52840-DK, from output console show it failed at verification on address 0x00000000.
I try to compile the light switch example...
Hello,
I have a total of three nRF9160 DKs. Two are version 0.8.2 and one is version 0.70. The version 0.8.2 DKs only work with iBasis SIMs. When I attempt to use a different...
We are using nRF52840 with sdk 15.0 version & segger embedded studio. We are able to store some small amount of configuration data into flash using FDS. But now we want to...
Good afternoon,
I have been having issues discovering any service within a peer device which i have recently paired with. I am using Nordic SDK 15.2 and softdevice 6.1 on...
Hi,
let's say fds storage doesn't have enough space, but it can be freed by running garbage collector. Now, new peer connects and initiates bonding procedure. My questions...
Hi all I am developing the beaconing example form nrf52832 nrf sdk mesh3.1 I compile the code and run but I don't find document on provisioning the beacon.
Other question...
I have a ble server with display developed for passkey security. It works fine when the Master (i.e. client) is set to have Keyboard input capability, which is good.
The...
Hello,
I am using nrf52832 development board. I am using segger tool. In example -> ble_uart , i am sending some 100kb of data to UART using BLE. I want to controle the...
without bootloader, nordic can work?
i get two nordic board,it work well.but when i read the flash layout
i found that the two board only have softdevice and application...
HI Sir: I have meet a strange question using the BLE_UART example.
The code as following:
static ble_uuid_t vive_adv_uuids[] = {{BLE_UUID_NUS_SERVICE, BLE_UUID_TYPE_BLE...
Hi all,
I found the demo for BLE Mesh is interesting and great for displaying the functionalities of BLE in a mesh network:
https://github.com/NordicPlayground/Nordic...