Skip to content

ESP-MESH can be thought of as an extension of the Wi-Fi protocol. It combines the advantages of both Wi-Fi and Bluetooth technologies to provide innovative solutions that make you re-think how wireless networks can be built using the same networking equipment. ESP-MESH is developed and maintained by Espressif Corp.

Notifications You must be signed in to change notification settings

EspressifApp/EspMeshForiOS

Repository files navigation

iOS ESP-Mesh

This App is used to control ESP device run ESP-MDF

1. Include the SDK for aliyun in an Existing Application

1.The aliyun SDK for Application is available through CocoaPods. If you have not installed CocoaPods, install CocoaPods by running the command:

 $ gem install cocoapods
 $ pod setup

Depending on your system settings, you may have to use sudo for installing cocoapods as follows:

 $ sudo gem install cocoapods
 $ pod setup

2.In the project root directory (../EspMeshForiOS) run the following command:

 $ pod install

2. Aliyun SDk initialization requires authentication of the security picture

2.1 Secure image acquisition method

2.1 Security picture integration

The file name of the downloaded security picture is yw_1222_07e8.jpg, Please put it in the project root directory, Drag it into the xcodeproj root directory, As shown in the following two figures:

  • The security picture is in the project root directory
  • The security picture is in the xcodeproj root directory
  • security in project iOS, The security image needs to be paired with the application bundleID, Make sure the bundleID of the project is the same as the bundleID (package name) you entered when you created appKey on the platform.

2.3 Aliyun SDK initialization

After the security picture integration is successful, In the project AppDelegate.m file

#import "ESPAliyunSDKInit.h"

In didFinishLaunchingWithOptions method to implement initialization ali cloud SDK

ESPAliyunSDKInit *HandleTool = [[ESPAliyunSDKInit alloc]init];
[HandleTool LongLinksHandleToolInit];

2.4 Troubleshoot problems

  • Run project crash after access,Error *** Terminating app due to uncaught exception 'com.openaccount.SecurityGuard.SECURITY_PICTURE_NOT_FOUND', reason: '(null)'
  1. Check that the bundleID entered when the application was created is the same as the current project bundleID

  2. Is the security picture in the project root directory and the xcodeproj root directory

3. Development Documents

4. Change Log

5. License

About

ESP-MESH can be thought of as an extension of the Wi-Fi protocol. It combines the advantages of both Wi-Fi and Bluetooth technologies to provide innovative solutions that make you re-think how wireless networks can be built using the same networking equipment. ESP-MESH is developed and maintained by Espressif Corp.

Resources

Stars

Watchers

Forks

Packages

No packages published