Hello,
The project I'm working in will be using the nrf52840-devkit to create an application which utilizes the on board radio for communication. We will be using nrf connect with zephyr to build our applicaion. For the radio communication, openThread and IEEE802.15.4 will be used. I have tried to find example how to use the openThread with the nrf connect and how to build an application using it.
- All the example are from the nrf5 SDK
- The example that are for the radio are BLE.
- I found one example which is for openThread and the radio so I included the openThread include folder in the CMakeList and in the main I included "instance.h" to try create a otInstance pointer. Create the pointer was fine but when I was going to initialize it with 'otInstanceInitSingle()' the function could not be found.
- Tried looking at some other examples, however everything are precompiled file ready to flash.
Do you have an example o how to set up Openthread with IEEE802.15.4 and still have the ability to write our own application on top? Most example uses the uart com and we would like the use the antenna ports on the mcu.
Best Regards,
Simon