This post was last edited by sipower on 2019-1-16 14:38 This content is originally created by EEWORLD forum user sipower. If you need to reprint or use it for commercial purposes, you must obtain the author's consent and indicate the source
Last time I talked about hardware, this time I will talk about online IDE.
First you need to have an NXP account, then open this webpage:
Then you can see the following picture.
0
I will first build a simplest hello world program to try it out.
Click New Project, drag and drop the text icon as shown below, and set the title and content as shown below:
1
2
Download it to the blue box according to the instructions, and then it will be displayed. Basically, there is no technical requirement, and even primary school students can have fun.
3
Next, let's do something more complicated. From the examples, find an APP to control LED via Bluetooth and run it.
4
Compile, download, and run.
5
6
Open the APP and search for the device:
7
After connecting, you can test it. The APP interface is exactly the same as the one designed in the IDE. It is very simple.
8
I click and the small light flashes.
9
Next, I will increase the difficulty. I will add a button control mode to it. Add controls to the picture as shown below. For more intuitiveness, I also add a text display.
10
Compile, download, run, success, so easy!
11
Then I opened the Weather Station example. Although it looks quite complicated, it is still many times simpler than programming directly in C language.
12
13
Overall, this online IDE environment is very simple and convenient for realizing specific functions. It provides a full set of solutions from devices to apps to the cloud, and the development efficiency is quite high.