iOS Simple Mesh app ??

The documentation on how the nrf mesh app adk works is impossible to follow and understand for a junior dev like me to make something close to a working app. 

I might be too much of a in ble but I want to reach out.  

What is the minimum necessary functions needed for a provision to work in the iOS app nrf mesh? 
The app has everything there and very hard to keep track on what is what and what goes where..

The nrf52 examples has a much better split for each example. Why are the apps so different in mindset?

Is there anyone who have like a simple minimum viable provision + on off example ? 

Thanks in advance! :) 

Parents
  • Hi.

    Just to make sure; you aren't looking for a bare minimum example of the smart phone application?

    Could you add which SDK you are working with (nRF5 SDK or NCS)? That way I can try help you understand the example we do provide.

    Br,
    Joakim

  • Hello! Thank you for looking into this, I guess many are interested in a similar thing.

    Right now im working with the provided files in the https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library 
    We have an prototype that runs a esp32 and also an nrf52 prototype and to meet GTM timeline we have had to use the esp32 for the time being until we switch back to the nrf52.  


    As i recall the examples ive worked with on the nRF5 SDK are divided nicely for each type of model. 
    As i understand and see the example that is provided on the ios mesh library is the whole ios app with everything enabled. 

    I would love to understand the minimum viable to :

    Scan for an unprovisioned node
    Provision it
    Switch the on off for a led.

    As the app is being written in SwiftUI it gets a little confusing. 

    Is there something that can be shown for just these steps ? 

    Thanks /
    Vincent

Reply
  • Hello! Thank you for looking into this, I guess many are interested in a similar thing.

    Right now im working with the provided files in the https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library 
    We have an prototype that runs a esp32 and also an nrf52 prototype and to meet GTM timeline we have had to use the esp32 for the time being until we switch back to the nrf52.  


    As i recall the examples ive worked with on the nRF5 SDK are divided nicely for each type of model. 
    As i understand and see the example that is provided on the ios mesh library is the whole ios app with everything enabled. 

    I would love to understand the minimum viable to :

    Scan for an unprovisioned node
    Provision it
    Switch the on off for a led.

    As the app is being written in SwiftUI it gets a little confusing. 

    Is there something that can be shown for just these steps ? 

    Thanks /
    Vincent

Children
Related