You can reference below link to get started: http://www.amebaiot.com/ameba-arduino-getting-started/
Or you can follow steps below.
-
Arduino IDE 1.6.5 support third party hardware by providing hardware configuration. You need add Ameba's configuration in "File" -> "Preferences". And fill below URL in "Additional Boards Manager URLs:" https://github.com/ambiot/ambd_arduino/raw/master/Arduino_package/package_realtek.com_amebad_index.json
We also suggest to enable "Show verbose output" options on "compilation" and "upload" in Preference.
-
Open "Device Manager" in "Tools" -> "Board" -> "Board Manager". Wait for IDE update core configuration. Scroll down the menu, you will see Realtek Ameba in the list. Press "Install" at the right side.
-
Select Ameba in "Tools" -> "Board" -> "Ameba Arduino". Now you are able to develop Arduino code and upload image onto Ameba.
More information refer to https://www.amebaiot.com/en/ameba-arduino-summary/
Please spend 5mins to read the Coding Style and Contribution Guideline at here before you contribute.