dev
& main
branchBranch | Usage | Remarks |
---|---|---|
main |
stable release | https://github.com/Ameba-AIoT/ameba-arduino-pro2/raw/main/Arduino_package/package_realtek_amebapro2_index.json |
dev |
merge Pull Request & early release |
https://github.com/Ameba-AIoT/ameba-arduino-pro2/raw/dev/Arduino_package/package_realtek_amebapro2_early_index.json |
For all release
information, please visit this link.
Arduino IDE
:You can refer to this link to get started: https://ameba-arduino-doc.readthedocs.io/en/latest/amebapro2/index.html , or follow the steps below.
Add Ameba Arduino SDK link to Arduino IDE Additional Boards Manager
Arduino IDE 1.6.5 and above versions support third party hardware so please make sure to use the latest Arduino IDE for better experience.
Therefore, you need to add Ameba Arduino SDK link in
"File" -> "Preferences" -> "Additional Boards Manager URLs:"
Copy and paste the following link into the field and click "OK",
We also suggest to enable "Show verbose output" options on "compilation" and "upload" in Preference for easier debugging.
Install Ameba board in "Board Manager"
Open "Tools" -> "Board" -> "Board Manager", wait for it to update additional hardware configurations, then type "ameba" in the search bar, you will see Realtek Ameba in the list.
Press "Install" to start the installation.
Select your Ameba model in "Tools" -> "Board" -> "AmebaPro2 ARM (32-bits) Boards"
Make sure you select the correct model for your board, otherwise your program might not work properly
Now you are ready to develop and upload firmware onto Ameba.
For more information, please refer to https://www.amebaiot.com/en/ameba-arduino-summary/
The overall project is licensed under the MIT License. See the LICENSE file for details. This project uses executables for tools from CMake v3.29.6 which is licensed under the BSD 3-clause License. See the LICENSE or "/third_party_licenses/" file for details.