Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
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...
Hi, I have some question about CTE.
Recently, I heard that CTE should be appended to AUX_SYNC_IND. (for connectionless use)
Is that true?
If than,
Where can...
Hi,
I noticed that in the main / master repository of Zephyr there are features that are not yet available to the version coming with NCS (for example the State Machine...
I have several out-of-tree applications targeting the nRF9160 that all build correctly when built individually. One of these applications, named "secure_partition", is a customized...
Hello,
I am working on NRF52840 DK board, trying to run Mesh DFU example code.
The issue I am facing is that I have to run Bootloader Verify python script before the...
I am using nRF52 dev kit based on nRF52832 (PCA10040). Is it possible to set the VDD output voltage to 3V or 3.3V in this? If yes, how and what header files should be added...
Until today - we have been using nRFConnect 1.5.1. We are trying to upgrade the SDK/Zephyr to nRFConnect 1.7.0.
My existing projects that use crypto interfaces no longer...
I'm trying to get my head around the steps involved in doing something as simple as accessing a GPIO pin.
I'm running VSCode as my IDE, with the nRF Connect extension (V1...
I have modified the NVS sample in the Zephyr documentation to store some user data on the nrf52832 device. I'm wondering what the best practices are for ensuring the longevity...
Hello!
My issue is about setting the role for a thread device from my program, I'm programming the device using Segger Embedded Studio and the last SDK for Thread and Zigbee...
Hi community
In order to set a reasonable CONFIG_MAIN_STACK_SIZE I'd like to have a stack usage report.
I've seen the option CONFIG_STACK_USAGE . This generates an additional...
We read 3.6 V using the ADC, for our mass production devices. The error rate is about 50% of the devices show wrong values between 3,05 and 3,4 Volts.
Even though the ADC...
Considering nRF52810 for a new project with a dead-simple application. Background:
- application is just data-pipe from mobile app to UART, both ways. No encryption/decryption...
Hi Team,
we are using the I-Jet Debugger with IAR IDE , How to load the Bootloader with this setup. Is there any additional settings required for this like Segger J-Link...
I have created code in GPIO read/write code with zephyr os. I did not add GPIO in .dts file. How the my GPIO example is working.
GPIO driver is not needed .dts support ...