Giter VIP home page Giter VIP logo

Comments (3)

hubertmis avatar hubertmis commented on June 4, 2024

Hi @Hard1kPrajapati ,

For complex applications running OpenThread on nRF52840 device with more subsystems enabled, I would recommend to use nRF Connect SDK instead of OT-nRF52840. This SDK is available in Github: https://github.com/nrfconnect/sdk-nrf. In the SDK you get support for all peripherals available in nRF5 platform including I2C and SPI. I'm afraid enabling support for complex applications in OT-nRF52840 would require much effort.

As an alternative, you could have a look at nRF5 SDK for Thread and Zigbee, an older but still maintained solution.

from ot-nrf528xx.

Hard1kPrajapati avatar Hard1kPrajapati commented on June 4, 2024

Hi @hubertmis,
Thank you for your response.

I have tried nRF5 SDK and facing the same error while merging the I2C and SPI source code with opentread. But somehow I have added the driver source file to the project and managed to compile it successfully. So, I think in the OT-nRF52840 source as well I have to add the driver source file in any Makefile to make it work.

Also, if I use nRF5 SDK which must be using the fixed last commit of any OT version, If I want to upgrade it with the latest changes then I will have to update the libraries every time.

I am more concerned for the OT-nRF52840 source which can be easily manageable. Can someone help me how to add the driver file? The error I am facing listed below:

/opt/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: openthread/examples/apps/cli/CMakeFiles/ot-cli-ftd.dir/main.c.obj: in function `twi_init':
main.c:(.text.twi_init+0x26): undefined reference to `nrfx_twi_init'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

Thanks,
Hardik

from ot-nrf528xx.

jwhui avatar jwhui commented on June 4, 2024

Closing stale issue.

from ot-nrf528xx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.