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...
It looks like even with the latest SDK 1.6.0, the full modem firmware pre-validation is turned off.
It looks like this is a modem firmware feature, so it would seem that...
Hi All,
I am new in the Dev Zone and apologize in advance if the question was posted in the incorrect section.
I would like to run the Thingy91 as tracker hardware for...
Is there any API (software) available to evaluate DWM3000EVB module on nRF52 DK?
Can we use the API/software available for nRF52840-DK for nRF52-DK as well?
From where...
I am following https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.0/nrf/gs_installing.html for installing on Linux.
I have installed SES from 1.6.99 documentation...
I am trying to get use the Zephyr console sample for nrf52840dongle but when I have configured the following in my prj.conf file I get a link error.
When I reload the...
Dear friends,
From this case , we already know that the mesh stack will arrange a new block when the node is reset, so we will get a new sequence number. We will use the...
Hi, dear Nordic team. I would like to use buttonless OTA DFU for nRF52805.
Here is what I did:
Step 1) install all tools
Step 2) Build my ADC code, rename the output...
Hello
I'm going to use 'frequency hopping' to prevent frequency interference.
I don't know what frequency hopping is yet. May I have a good example and related documents...
Hi there
We managed to send/receive SMS on the nRF91Dk using the asset_tracker_v1 example, which contains the at_client.
However, with the asset_tracker_v2 we never...
Hi all,
Here's the context -
Hardware :
- nrf52840 DK
- sensor - LIS3DH connected via SPI
Software:
- SES
- nrfConnect
I need to send data being captured...
I've been trying to write a simple I2S loopback project for the nRF5340DK board using SES. Zephyr's documentation doesn't list I2S as a supported peripheral for this device...
I updated the firmware according to the video "https://www.youtube.com/watch?v=xQ7hDzRULJQ&t=314s&ab_channel=NordicSemiconductor"
File for "update modem" : mfw_nrf9160_1...
Good morning everyone,
I have questions regarding the initialization of UART communication between nRF52 and nRF91 on nRF91 DK.
Device HW/SW setup:
nRF52 DK: Bluetooth...
Hi!
We recently developed some firmware using S112 on a nRF52810 but realised that we needed data length extension, so changed to using S113.
Previously everything worked...