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...
Hi,
I am trying to run the nRF9160 AWS IoT sample - https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/aws_iot/README.html on an nRF9160 DK...
Hello,
I am running such code deliberately, it is allocating the buffer flawlessly until the 10th run (102*10 = 1020). After that, it gives 4 from the allocation function...
OS: Mac OS Catalina
I installed build tools,nrf connect sdk, sesames, tool chain by following the instructions mentioned in "Getting started assistant" of nRF connect 3...
I'm trying to get an nRF52832 to connect to a Linux host with a BLE adapter. The Linux host is listening for connections via an L2CAP socket, as in the (simplified) code below...
I have python 3.9 installed. I can downgrade if that is the issue. I'll probably try that while I wait.
If I try and install "pip install nrfutil" it will succeed, but it...
The "getting started" guide and setup for nRF5340 a bit complicated...
1. Do you have IAR project example for nRFF5340?
2. What tools and setup are must to run first example...
Hi,
We have bought a few Nordic Thingy52 and used in our lab teaching for a few years now. Since the last year, we noticed that we have to downgrade NodeJS version in order...
I'm coming at this from a background of ANT+ applications.
In ANT+ there are documents detailing the structure of the data that is received in the ANT+ datagram.
I've...
Windows 10 USB link. NRF connect 3.6. Followed recommended instruction on extracting firmware. Pressed switch 3 in middle of board on power up. Device showed up in window...
Hi,
I was performing a mesh DFU, using a nordic Demoboard with a serial mesh bootloader and starting DFU with nrfutil.
The DFU starts and works good (packages are sent...
I have a call to bt_scan_start after a device disconnects.
When the device connects again, I get this error:
ASSERTION FAIL [params->value] @ WEST_TOPDIR/zephyr/subsys...
I am using the nRF Connect 3.6.0 Bluetooth Low Energy app v2.4.2 on MacOS. When I pair and bond with my device it works fine. I can disconnect and connect in the same session...
Hi
I am using nrf9160 device and in my application and have to use mathematical logarithm function in my application.
Could you please help me how I can use mathematical...
Hi!
I am trying to test the CLI over BLE example. I want to use it in another application for logging data to a laptop console over BLE.
However, I am having trouble following...