[Gizwits Gokit3 Review] Device Access-Step 1: Create a New Solution Project
[Copy link]
1. Write in front
After studying the hardware circuit ( https://en.eeworld.com/bbs/thread-1155807-1-1.html ), the next step is how to connect the device to the network. Today, we will officially enter the device access and software development process.
2. New project construction
Gizwits has its own servers and development platform, so we need to rely on the Gizwits platform for solution design and IoT.
(1) Go to the Gizwits official website
Search for "Gizwits" in any browser and click to enter the homepage.
(2) Enter the Developer Center
After entering the homepage, select "Developer Center" in the upper right corner. This is a resource for designing products, debugging products, and compiling information. Everyone must make good use of it.
(3) Register or log in to your account
If you want to develop products, you must have your own account. If you don’t have one, register one. Registration is very simple and can be completed in 2 minutes. If you have an account, just click to log in.
(4) Log in to your account
After clicking login, enter your account number, password and verification code, and you can enter your development center.
(5) New products
After entering the personal development center, click the yellow button "Create a new product" in the upper right corner.
According to the steps in the figure, according to your needs, set the "Product Category", "Product Name" and "Technical Solution" in turn.
Since the hardware used this time is a WIFI module, the WIFI/mobile network solution is selected. Other settings are in the default state, and then click Save.
(6) Product information
After completing step (5), you can view product information, design development tools, status, etc. on the left side of the product interface. When creating for the first time, the general page is the "Development Wizard" interface, and you can develop according to the contents of the Development Wizard.
On the basic information page, there is an item called "Product Secret" which is the product key. It will be used in the subsequent product development, so be sure to remember it clearly.
(7) Add data points
In the development wizard interface, click "Add data point" and the page will immediately jump to the data point page. After clicking "Manage", select "Select product data point template";
Select the Gokit Demo template data point.
You can see that the data point template has been loaded successfully. In addition, the data point template can be modified.
(8) MCU solution design
The successful creation of the data point template only means that you can see the data you want to see on the server, but the program for the hardware device is not yet available, so it is necessary to create a program template for the hardware device next.
Click "MCU Development" on the left, select "MCU Solution", select the hardware platform chip model "STM32F103C8X", enter the product key, and view it in the "Basic Information" on the left. Then click "Generate Code".
(9) Download the code
After production is completed, click "Download".
At this point, a new project has been created. The next section will transplant the MCU code.
|