I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
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...
Hi everyone!
I have already developed a couple projects in nRF52 DK and the result was quite messy. I want to make it right this time and that's why I am requesting your...
According to following function declaration:
an error code should be returned, which indicates reason of failure. However when AF_INET6 is used as ai_family in hints argument...
I'm trying to install the nRF Command Line Tool on my MAC running macOS10.15.6. However none of the avaiable version on the Nordic website will install. Apple refuses the...
Reagrding the BLE Mesh Bootloader, is an external flash necessary? And if yes, are there any recommendations?
Like I saw in the Mesh User Guide the nRF can store the received...
Hi,
Currently, we work on a project that uses: nRF9160 Zyphre OS Segger Embedded Studio for Arm (Nordic Edition) V5.10d SDK v1.4.1 mqttlib.
According to the documentation...
Dear Nordic,
Could you please suggest the hands-on guide to implement MCUboot functionality in our project for 52840? We've spent around two complete days without any positive...
How can I send data (byte) from Android app into App_Template running on 52832?
I can connect to the device and I can see the services, once of them (1403 or 1404), has...
Hello,
I'm evaluating the nRF52840 before incorporating it in my MSc. project and would like some clarification on power supply configurations, detailed in PSv1.5 p. 589...
Hello,
in subsys/net/lib/nrf_cloud/src/nrf_cloud_agps.c, in function int nrf_cloud_agps_process() there is an error - we are taking semaphor and then do check for validity...
nRF9160 SIBA on custom board is unable to connect to NB-IOT and resets after about 10 seconds of operation.
Without a call to lte_lc_init_and_connect the reset does not...
In our application, we have two devices that will communicate to a host at a time. All are nRF51822. However, the two devices could be swapped out with two new devices to...
Hi,
i am a beginner with nRF9160-DK and i was trying to open a Project. Then i got the following error:
Creating solution rgb_led.emProject C:/Users/tcheced/ncs/v1.6...
I am using nRF52832 with nRF52 SDK 17
My application consists of two timers running every 5 seconds and every 35 ms. After some very long time and only with a few units...