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...
Hi.
nRF52-DK board use. (PCA10040)
* now system : bootloader + softdevice + Beacon application ->> working fine. good.
* new system : Swtiching ESB or Beacon
I would...
When I connected mqtt on nRF9160, I found a strange problem, which caused the device to freeze and become bricked. The location cause was found to appear in err = mqtt_connect...
Hello, we are semi-experienced with Nordic,
We are doing a DC power driver, during operation we do a NUS data send if we are connected and the NUS has started. When we get...
Hello,
I am trying to optimize GPS power consumption, and the fix time. The GPS search period is approximately 10 minutes, modem fw 1.3.1 and nRF SDK 1.7.0. We are also...
Hi Nordic,
is the encryption technology used in the software protocol or hardware inside 52833?
our customer want to know the if the encryption can export,thank you!
I baught new DK. Form last few days, I was testing sample programs for learning purpose. Suddenly, SDK stopped being detcected via USB port ? I could not diagnose the reason...
Hi
I want to increase the number of leds in DTS file of peripheral-uart sample by using overlay file.
Is it possible to manipulate the aliases in DTS file by editing the...
I'm running in to the issue mentioned in the tile; " Only spi nodes accepted in /soc/spi@40023000/". I'm using nRF connect and built a driver for the TI ADS1291 analog front...
Hi, I read a couple of post that asked about the accuracy / tolerance of the internal REF, and the answers mention it's included in the gain error.
This made me wondering...
Hi,
as stated in the title, we have a nrf52840 dongle (PCA10059) which does not come up normally on a Nvidia xavier devboard. Output of dmesg:
We tried different OS...
Hi,
I'm working on an LwM2M client that reads three sensors in sequence every N minutes and notifies the server about the value change.
The server supports the LwM2M 1...
Hello,
I am trying to use a PPK II on Chromebook Linux. The nRF Connect for Desktop software installs and runs but does not recognize the PPK II hardware. I have allowed...
Hi, I'm trying to write an app to capture images from a camera and was wondering how to monitor changes on specifc defined pins in the board overlay file. For example if(...
The certification lab is testing nRF52840 RF .They need to test LE coded S=8,Payload Type:11111111:payload length:37
but i can't find Payload Type:11111111 in software nRF_DTM...
I am a beginner I want to advertise for some time then go to sleep mode and wake up do some tasks like advertising and go to sleep mode again. Do all this process recursively...