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 converting the simple_on_off vendor model to send a message on mesh 3.1.
the server implemented the simple_on_off model successfully. But but my client runs into 0...
Hi currently I am using the nrf_mesh_sdk_3.1 latest release light_switch Example both client and server one after successful compilation and load examples in DK boards when...
Hello,
I have updated secure_boot to allow UART3 to be used in the non_secure area. However, as soon as I try to initialize it in the non_secure area a hard failure occurs...
Hello! I took the example of "usbd_cdc_acm" and added a receive and transmit buffer. The data from the receive buffer is sent back. It turned out that the first byte is written...
Hi All.
I have a project where my peripheral (nRF52832) connects to my central (nRF52840), and then transmits 128 byte packets continuously one after the other. It works...
We are using the nRF9160 DK with the Asset tracker example, which is working in combination with the nRF Cloud.
Now we want to use our own AWS account in combination with...
hi all i am trying to read data from a sensor in burst mode i can"t able to read all datas from the register .I tried to read the data in both spi and spim(with easydma) ...
Hello,
So I'm using nrf52832 with sdk15.2 and I'm trying to connect a joystick to the adc pins and have the joystick to move the mouse instead of the buttons and having...
hi.........
i am tried to merge the blinky and timer sample program , i am getting this error , even i have included all files .h , .c files
nrfx_config.h: No such file...
Hi
I am using nrf51822 chip to develop my application & I need to put the hardware into sleep. In which all the gpios & other peripheral goes stop to save power.
SO, how...
Hi,
I want to change MAC address during advertising in nrf52810.
nrf52810 receives MAC address via uart from other MCU and set this MAC address. (type is BLE_GAP_ADDR_TYPE_PUBLIC...
We're building small robots/toys that work with each other.
Would it be possible to use the nfct on two devices with nRF52840 to communicate between each other?
Also...
Hello,
I’m sorry for asking again, but I could need some help again. This is a followup to devzone.nordicsemi.com/.../missing-endcrypt-event.
I’ve managed to receive...
During the setup of timeslot api with the help of this tutorial - https://devzone.nordicsemi.com/tutorials/b/software-development-kit/posts/setting-up-the-timeslot-api
using...
I'm trying to build a custom version of the example SAADC code provided here:
https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/adc/src/main...