• 1
    Introduction to AMB23

    Ameba is an easy-to-program platform for developing all kinds of IoT applications. AMB23 is equipped with various peripheral interfaces, including WiFi, GPIO INT, I2C, UART, SPI, PWM, ADC. Through these interfaces, AmebaD can connect with electronic components such as LED, switches, manometer, hygrometer, PM2.5 dust sensors, …etc.

    The collected data can be uploaded via WiFi and be utilized by applications on smart devices to realize IoT implementation.

    get-start-1

    It has a smaller size than Arduino Uno, as shown in the above figure.

    get-start-2

    AMB23 uses Micro USB to supply power, which is common in many smart devices. On the bottom of the board, there is a micro SD card adapter in the middle of the board.

  • 2
    Preparation

    Insert a MicroSD card into the onboard SD card reader of the AMB23 board. And you can try to play with multiple available examples in our Arduino SDK listed in the following steps below.

  • 3
    Example 1 Create Folder

    Open the example, “Files” -> “Examples” -> “AmebaFatfsSDIO” -> “create_folder”.

    get-start-1

    Upload the code and press the reset button on Ameba once the upload is finished.
    In the sample code, we first create a folder “testdir”, then text file “test.txt” with the content “Hello world!”. Read the file and print content to the serial monitor.

    get-start-1

    Next, insert the SD card into the card reader, and check whether the operations succeeded.

    get-start-1