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 have a dongle attached to my Windows PC and it has the nRF Sniffer firmware flashed onto it. I have also installed the nRF Sniffer extension for Wireshark.
When I start...
Hi
I have been able to work with the 'Lighting' demo BLE mesh application using the nRF Connect SDK with Visual Studio Code. I have even been able to add my custom board...
Dear Madam / Sir,
we started developing a new electronic device which uses Bluetooth 5.0 four years ago and are now ready to certify it. However, during testing we had to...
Hi,
I have designed a custom board, but after production, we are receiving very poor RSSI. I am looking to add an external antenna to the board to see if it can improve...
Hi everyone,
I'm designing a PCB using the nRF5340 MCU and the same matching circuitry (series inductor and parallel capacitor) with parallel ESD protection as provided...
nRF52840 NCS 2.4.1
I am logging to the FS backend. All the files have a date of 12/31/21 11:00.
How do you give the file system access to UTC time?
I have a UTC time...
I'm working on a project with the AD5940, and it looks like this case did the job.
However, I am using NCS v2.2.0 and not nRF5 v17.1 - so code translation is required...
Hi,
we are using nrf52840 and nrf SDK-16.0. we have achieved simultaneous connection and data transmission for 4 devices in Ble 4 (i.e. 1 Mbps PHY).
Now we are trying...
Hello Everyone! I am working on a zephyr project based on nrf52832_mdk hardware. I have a code that transmits data over BLE. The BLE connection name is, let say zephyr-connect...
Is there a way to modify the PHY layer, or SoftDevice, so that a timestamp is immediately read from a timer and forced into the manufacturer data right before transmission...
I have an application I am working on, and I created a custom structure rx_servo_t. The structure is meant to provide methods for controlling some off board motors via GPIO...
Hi,
We need to integrate a testing mode within our firmware that uses Nordic controller to do BLE functionality as we want to achieve single image solution for production...
I'm working with a BLE peripheral application that must transfer large amounts of data to a phone central. The application uses the MTU negotiation to determine the max notification...
Hi,
I'm evaluating the nrf7002 for use in a monitor mode device. I'm using a nrf7002-dk, nrf connect sdk 2.6.1.
I'm working off of the monitor mode sample here: https...