Chengdu Ebyte Electronic Technology Co., Ltd
Copyright ©2012-2023, Chengdu Ebyte Electronic Technology
Co., Ltd
12
4.2 Introduction to using the product development environment
The development environment is Visual Studio Code + PlatformIO, you need to install Visual Studio Code software
and add PlatformIO plug-in.
Visual Studio Code official website download address:
Visual Studio Code official website download
.
Under PlatformIO plugin, the related environment packages will be downloaded automatically, and the main
dependent libraries are shown in the figure below. If the download speed is slow, you need to wait patiently,
and some resources require scientific internet access. If the download does not start automatically, try
to press the Compile button.
When the installation of the environment is complete will remind Project has been successfully updated!
After the environment is successfully built, buttons related to the PlatfromIO tool appear in the lower left
of Visual Studio Code, where the main ones are Compile and Download, and the appropriate COM port is checked.
Environment Configuration: The firmware supports devices in two frequency bands (400/900 MHz), just select
the corresponding environment according to the device band.
Default: EoRa_PI_400M is used in the default environment.
EoRa_PI_400M: adopts SX1268 chip, default output frequency is 433 MHz, output power +22 dBm.
EoRa_PI_900M: adopts SX1262 chip, default output frequency is 868 MHz, output power +22 dBm.
Note: SX1268 and SX1262 chips are driven in exactly the same way, only the supported frequency bands are
different.