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...
Good Afternoon,
I'm designing a 4-layer PCB based on an NRF52832 (QFAA) paired wit h a Molex 479480001 SMT Antenna, and I was hoping for some feedback on Antenna Matching...
Hello,
I'm trying to sniff packets with wireshark by varying the connection interval and supervision timeout of my ble application. I see that with lower connection intervals...
I'm presenting an issue when exporting the data collected, specifically the digital outputs, they are exporting incorrectly, but in the Data Logger tab they are presented...
When implementing AWS_IOT provisioning by claim process, AWS_IOT responds to the published topic $aws/certificates/create/json with a 3580 byte response. This causes TLS to...
Hey, I'm pretty new to Nordic Development. I am working on nRF5340 Audio DK development board right now and I was trying to create a bluetooth speaker kinda setup using the...
Regarding the design issues with the nRF5340, I have adopted the nrf5340_qkaa_config3 design scheme from the hardware design package. However, after testing, I found that...
Hello
For some reason the example doesn't work, am I doing something wrong?
In this example, there was no overlay file, which I made myself.
I use a sensor: https...
The spec says "Some electrical parameters are valid only for the TA operating temperature conditions. "
what is the " Some electrical parameters " here means?
what will...
Hi folks,
The blocking transmit function uart_poll_out() works as expected with UARTE, but not with UART.
For our project low power is critical. Thats why I need to use...
Hello everyone,
Here is the code I used to get my IP using DHCP,How do I use this IP to send and receive UDP or TCP? Using custom mac is this how I use it inside dts below...
Hello DevZone,
I am working in VS Code and nRF Connect SDK 2.6.0. Developing battery powered Zigbee device. I have an issue with FOTA - it started to rollback after update...
I am trying to get touch working with a nRF5340 DK and a Waveshare 1.69inch Touch LCD Module . I am running nRF Connect for VSC 2.6.1. My goal is to handle swipe left, swipe...
Hello,
We are having trouble setting up our CI per this example:
https://github.com/zephyrproject-rtos/example-application/
Mainly the setup zephyr action throws an...
Hi there,
I have an nrf5340 DK and I wonder if it is possible to upgrade my own application firmware via fwupd tool on Ubuntu. Does this feature come along with a dongle...
Hi,
I am working with the ESB (Enhanced Shockburst) library using the nRF Connect SDK 2.6.1. The library seems easy to use and has the main things that I need.
However...