Chapter 466: Ardunio Platform

Within a week, Chongguang successively won three large orders in the province, first the provincial capital Luzhou Telecom "across the century" 500,000 program-controlled telephone expansion project handed over to Chongguang, and then Anqing Telecom 97 100,000 door expansion project and Fuyang Telecom 97 80,000 door expansion project also designated Chongguang as the project construction partner.

The whole 680,000 doors of the big order smashed, so that Chongguang communication up and down the spirits, you must know that this is only a short week, it can be expected that there will be orders in the province in the future. You must know that before this, Chongguang in the province every order is not easy, in addition to Huachuang, now have to face the rising star ZTE competition, these two in the price war is not soft, plus the same Shenzhen company, in order to fight Chongguang, they often join hands to engage in bid-rigging, often make the product technology better Chongguang communication touched the disgrace, repeatedly in the bidding they defeated.

The effect of the province's administrative intervention is really better than the salesman's iron feet and a thousand words, Hu Yiting understands in his heart that this is the need to repay the peach, since Chongguang has promised to integrate the supply chain in the province as much as possible, and as far as possible to pull suppliers to Hushan High-tech Development Zone, then we must come up with actual results, otherwise the official word two mouths, eat today, tomorrow can also let you spit out. In addition, there is Li Changzhong's Xintian Precision Plastic Device Company, which must also be supported.

Hu Yiting explained his thinking clearly to Zhu Jun, Wu Hengyuan and others, and everyone also knew it, and they didn't need Hu Yiting to say it clearly, there is no pie in the sky, people respect you a foot, you respect people, and mutual benefit is the core foundation of a stable business relationship.

And this week, Bai Ping seems to have a career she likes, she and Xie Xiangqi successfully obtained the land of the original fructose factory, and then immediately changed hands from the bank in exchange for a mortgage, and looked for a builder to build a commercial housing community for them.

Bai Ping admired Xie Xiangqi's methods very much, and said to Hu Yiting at home, somehow, this land auction was actually only her and Xie Xiangqi bid, obviously a total of four real estate development companies participated in the bidding, but none of them followed her and Xie Xiangqi to bid, and finally this land was sold to Xie Xiangqi's Hushan Fengsheng Residential Development Company at a reserve price of 4.5 million, and Bai Ping made a cash contribution of 3 million yuan to get 49% of the equity of Hushan Fengsheng Residential Development Company, which was established only for more than a month.

At this time, Hu Yiting completed the basic model design of AVR single-chip microcomputer, and began to design the electronic prototype platform using AVR single-chip microcomputer, and the reference material selected was of course the ready-made Arduino, which was convenient and flexible in design, and extremely convenient to get started, which was the best choice for teaching, scientific research and production practice.

The birth of the Arduino platform,Originated from the efforts of an Italian computer teacher Massimo Banci in 05,His students often complained to him that they couldn't find a cheap and easy-to-use single-chip electronic prototype platform,So he germinated the idea of making his own,And the main control chip chose the AVR single-chip microcomputer with fast speed and low price。

The so-called electronic prototype platform, in fact, is the secondary development of the single-chip microcomputer function, you must know that the single-chip microcomputer is used for computing itself, and there are two prerequisites for computing, one is to input the data that needs to be calculated, and the other is to output the results of calculation.

For most applications in production and life, the input data will not be generated out of thin air, it needs to be collected and sorted, and the output data cannot be used directly, and it also needs an induction and judgment. Therefore, the work of the electronic prototype platform is to carry out the secondary development of the single-chip microcomputer, and install some electronic components around the single-chip microcomputer, so that the computing power of the single-chip microcomputer can serve a variety of purposes, so as to truly integrate into the practical applications of production and life.

For university students and engineers in production and scientific research, it is very important to have a convenient and easy-to-use electronic prototype platform, which can help them embed the single-chip microcomputer into various application environments in the experiment, test and adjust, and finally achieve the desired effect, so that the final mature design of the electronic platform, including the single-chip microcomputer, can be integrated into the product.

The hardware architecture of the Ardunio platform can be set according to user needs, but it mainly includes a palm-sized circuit board, on which various sensors can be installed to perceive and collect data, and hand it over to the microcontroller on the circuit board for calculation and processing, and the output data after calculation is used to control various electronic components, so as to output signals to operate motors, lights and other devices.

Any hardware platform needs the support of a software platform, and Ardunio is no exception, especially AVR, a programmable microcontroller with built-in rewritable Flash, and a good development platform is needed to provide it with a variety of programs for students and developers in various fields to make various modifications.

In order to allow more people to design a multi-purpose electronic board for it, and at the same time get more people to write code for it, the original designers of Ardunio decided to publish the design of the electronic platform on the Internet, making it an open source design, so that anyone can download and use the design for free, but the user must ensure that any changes to the design are also free to distribute and share with users around the world, so as to ensure that the new version of the Ardunio board design will also be free and open。

This kind of shared and co-built Internet thinking has made the Ardunio platform the hottest star in the Internet era, and countless students and engineers have developed their own designs on it, so that Ardunio's integrated development environment system software has become the only one that can be used in indos, linux, macintosh-OS, the three mainstream operating systems, runs on the three mainstream operating systems, and the software for development, you must know that other controllers can basically only be developed under the indos operating system, which is the power of open source, which can be described as a collection of rivers into a sea.

Because millions of users around the world have written programs for Ardunio and shared them on the Internet, users all over the world have benefited from it, and developers can easily find the code and programs they need in the Ardunio community, thus saving their development time.

This extreme variety and convenience eventually made the Ardunio platform the hottest microcontroller platform for microcontrollers, and thus pushed the sales of AVR microcontrollers to new peaks.

Because of the wisdom of users all over the world, Ardunio's development system software has become more and more easy to use, and there are more and more hardware schematics, circuit diagrams, derivative development software and code program core library files, so that later developers do not need to learn too much basic knowledge of single-chip microcomputer, they can rely on simple programming knowledge to easily master and use it, so as to achieve rapid development and save development cycle.

Save time and effort, what more do you want? Ardunio is not popular, there is no reason! And AVR, that is really a natural good fate, was selected by this awesome platform with unlimited potential at the beginning, and was sought after step by step to become a giant in the single-chip microcomputer market.

Hu Yiting can't afford to copy all the countless designs on the Ardunio platform, and he can only roughly copy more than a dozen of the most used motherboard designs and more than a dozen expansion board designs, but this already includes 80% of the Ardunio platform As for the development platform and program library, Hu Yiting had to copy it day and night, he calculated, it will take about two weeks to write down the most important programs and codes on the Ardunio platform, as for the platform software used for development, he only wrote the source code and the approximate program development plan, and handed over the follow-up task to Chongguang Software, and after they finished writing, he directly threw the plagiarized program into the resource library, and it will be enough for users all over the world to go crazy in the future。