Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
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...