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...
I am interfacing nrf52832 with TI TRF7960A using SDK 14.2.0
According to Application Report ( http://www.ti.com/lit/an/sloa140a/sloa140a.pdf) ,
when receive data, SPI...
Stuck at square one I'm afraid - I can't download the nRF5 SDK...
I've tried many times to download the SDK from this link: https://www.nordicsemi.com/Software-and-Tools...
I am trying to flash a hex file with the XIP address offset into the QSPI flash(MX25U25645G) by nrifprog, the memrd command is working since I can read the data that the firmware...
Hello!
I'm trying to add bonding to my DFU. The DFU without bonds works perfectly but when I set #define NRF_DFU_BLE_REQUIRES_BONDS and NRF_SDH_BLE_SERVICE_CHANGED to 1...
Hi ,
I am a begineer to nRF24LE1. I am looking for application notes, books, tutorials on nrf24LE1. I have found some application notes in the documentation they are either...
I want to do a auto dfu tool, so reference the Android nRF Tool Box DFU code, the Android dfu library version is 1.8.0, firstly click select device button, it can scan the...
Context
I followed these tutorials (which are great btw) and adapted them to have 2 custom services:
Nordic UART Service (as provided in examples, no modification) ...
Hi,
I am using the system off power down mode in my application to keep the device in sleep mode and it works most oif the time. but sometimes it will restart immediately...
Hi team,
One of my customer wants to evaluate the design of Thingy52, using PWM output & H bridge to power the speaker. But as for audio related issue, they are asking if...
I'm the beginner of NRF52832 SDK 15. I try to advertising my sensor values to iBeacon using this example code ble_app_beacon, but i don't know how to adding my sensor values...
Hi,
We want to subscribe the provisioner in the serial example to any state changes of light_switch server. The light_switch server will publish this to a specific group...
Hello,
I'm implementing the Generic Level Client Model, with Mesh SDK 3.1.0. When I use the generic_level_client_delta_set() function, the level model is set to retransmit...
Hello all,
I am working on BT832A in which nRF52810 is used and i used segger studio for programming in windows 7. I am refer nRF52 SDK 15.2.0. And i am load program through...
Hi, guys!
Since the nRF52 DK's support NFC,
I was wondering whether it is possible to provision an nRF Mesh client/server using NFC and a Google Android phone.
I just...