# Arduino IDE Development
## Arduino-IDE
>[Click here to visit Arduino's official website](https://www.arduino.cc/en/Main/Software),Select the installation package for your own operating system to download.
## M5Stack Boards Manager
>1.Open up Arduino IDE, navigate to `File`->`Peferences`->`Settings`
>2.Copy the following M5Stack Boards Manager url to `Additional Boards Manager URLs:`
**https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json**
>3.Navigate to `Tools`->`Board:`->`Boards Manager...`
>4.Search `M5Stack` in the pop-up window, find it and click `Install`
>5.select `Tools`->`Board:`->`Timer-CAM`
>6.select `Sketch`->`Include Library:`->`Manage Libraries`
>7.Search `Timer-CAM` in the pop-up window, find it and click `Install`
>8.`File`->`Example`->`Timer-CAM` Open the case program, modify the SSID and other information in the program according to the code comments, and compile and upload it to the device.