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...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hello,
Does Wifi management API have any channel hopping functionality or I will have to implement it myself by calling ? Looking at monitor sample it only allows to listen...
Regarding the GPIO of the nRF52832, does it have a Schmitt trigger feature?
I have seen other questions and it seems that the nRF52840 and nRF51822 do have a Schmitt trigger...
Hi
I am designing a 4-layer pcb. How much do you think my signal trace thickness should be?
I use https://www.trgcomponents.de/en/ant-24-cw-rah-rps.html
connector...
I am working on BLE Image transfer from nrf52840 to android application. I am facing one strange issue with the github repo https://github.com/NordicPlayground/Android-Image...
Setup:
- nrf-sdk (v2.7.0rc2)
- custom board with nRF52840 QIAAD0 SoC
- current measurement directly on nRF VDD using Keysight 34465A, VDD=1V8
I'm using a code which...
Hello,
So I'm trying to setup the driver files and default configurations for CS47L63 Hardware Codec. There are no build errors or flash errors but after flashing I get...
I have a custom board with a nRF52840 and a nRF21540. To control my FEM (nRF21540) I have added the following to my code to my nRF52840_nRF52840.dts file:
/ {
nrf_radio_fem...
I am trying to control the 485 relay using the 485 to ttl converter. I implemented it on arduino using the following code:
#include <SoftwareSerial.h>
#define SoftSerial_RX...
Hello,
I am using bis gateway on nrf5340 audio dk to transmit data.
In addition to audio encoded data, I also wanted to send some additional data, so I put these data...
We are experiencing intermittent connection issues with the nRF9160 using NB-IoT on the Vodafone UK network. Our devices fail to connect or register with certain cell towers...
i have changed light example demo server.
now i add #define MESH_FEATURE_RELAY_ENABLED (1) in nrf_mesh_config_app.h ,the server have supplyed friend feature, i used nrf...
Hello, I'm trying to implement timer-driven ADC acquisition with the nrfx library. I previously configured some timer-drive GPIOs like in the following code
I'm having...
Dear DevZone Team,
I'm facing a very strange issue whereby the sample code from the Lesson2_Exercise2 of the Wifi Fundamentals course does not allow my development kit...