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...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
I
I want to start a sample project on NRF 9160DK and I am facing some issues. I am following the link ( https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting...
Hi all,
I'm testing the ble_nfc_pairing_reference example from SDK 15.2.0
I have installed microECC and then run succesfully the application using Segger Embedded Studio...
Apologies if this has been asked a bunch of times but none of the posts I ran into were helpful. This is my first time working with a dongle of this nature so apologies if...
Hello,
i am using nRF52832 with Nordic SDK 16.0.0 and s132 7.0.1
in my project i have developed start and stop advertising API and added dis service in project
also...
Hello.
I need mqtt ble router running with android app.
infocenter.nordicsemi.com/.../iot_sdk_app_mqtt_publisher.html
https://infocenter.nordicsemi.com/topic/com.nordic...
We have recently ported a design from the nRF52832 to the nRF52840 using SDK 15.2.
During power profiling we have found the new design with the 840 chip is pulling more...
Hi,
In my project, there is a device lock up and I found the problematic point that a debug log using nrf_serial_write() in critical region.
I think it is not a good idea...
Hi there Devs,
My app is based on ble_app_blinky_c where I added a couple TWI sensors where check periodically every 10s and also scan for peripherals about every 10s...
Hello mates, Im trying to run this proyect:
nrf52-spi-i2c-master-ssd1306 ( github.com/.../nrf52-spi-i2c-master-ssd1306 )
I have the display and that kit development...
Currently I want to build the light_switch examples from the nrf5_SDK_for_Mesh_v2.2.0 on my nrf52832 dev board but this gives the following error "boards.h: No such file or...
I would like to know if Nordic has implemented software support for CryptoCell-312 (nRF5340) in the latest master branch?
Right now I am able to use mbedTLS "frontend",...
Hello All
Please tell me about nRF Connect (iOS).
When the module and nRF Connect (Ver 2.0.1) are connected using LESC, they will be disconnected after bonding is completed...
I am using the ble_app_uart example and I am having a hard time finding the function that writes a UART message to BLE from the Nordic to the host. uart_event_handle() seems...
Hello All,
I am working on nRF51822 use SDK nRF5 12.3.0 version in IAR workbench.
I am write data in the flash so for that i follow below steps,
Step 1: press button...