Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
I am trying to bring in the spi_nor driver into our project and was getting errors reading back the jedec id on initialisation so I tried to run the nrf/samples/nrf9160/http_update...
Hello, I have a problem when I enable Bluetooth on my application. If I enable Bluetooth, I can't control gpio pin on Trace DATA. If I disable Bluetooth, I can. It's a hardware...
Hi,
nRFConnect SDK Sample not working (periodic_adv _sync)
I have two nRF52840 DK with nRFConnect SDK 1.7.1
Compiled and run on nRF52840 boards:
\ncs1.7.1 \zephyr...
Hi There
Is it possible to connect to nRF Cloud using a normal 4G/LTE Sim? I see the specs of the NRF9160 show that it supports full LTE and all the Bx bands.
If the answer...
hi,
I am beginner and I am converting an Arduino library to Nordic library, but I have this part code
what is mean begin, I am confused on this part , for example , TwoWire...
Hi,
I have been programming and testing ESB on the nRF52 DK using the Arduino IDE with the sandeepmistry code base, as it allows me to view serial output to a log screen...
Hi, I'm trying to enroll my nrf9160DK preview kit in nrfcloud. I've successfully done it with my Thingy91, but in process of upgrading modem on Thingy91 with my DK I forgot...
hardware board : 52840dk_52840
sdk : ncs1.7.1
IDE: Visual Studio Code
in our OTA design , we have new image download and stored in a LTE module, since our application...
Hello,
I use ST's mcu + Atmel radio IC + nRF21540 as the FEM. Use Atmel radio IC's IO to control the TX_EN and RX_EN pins for nRF21540 automatically.
I want to change...
We plan to create a BLE central device to communicate with our peripheral devices. Both sides are based on the nRF52840 using SD140. As we've already developed the peripheral...
Hi,
I just turned off compiler optimizations with CONFIG_NO_OPTIMIZATIONS=y (before that, code was working correctly). After the change, I noticed that my program is stack...
Use Microsoft Visual Studio Installer Projects to create .msi for nRF-Command-Line-Tools-10.14.0-x64.exe and other .exe files, but an error message will appear during execution...
Hi,
Is it possible to create two separate USB devices on nRF5340? My application requires three USB classes: Audio, CDC and DFU. Currently I am using all three in a composite...