Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.28 KB

README.md

File metadata and controls

52 lines (40 loc) · 2.28 KB

AmebaPro2 SDK

AIoT wireless network camera test image size

Clone Project

To check out this repository:

git clone https://github.com/ambiot/ambpro2_sdk.git

Prepare toolchain

GCC build on Linux. Prepare linux toolchain:

cd <AmebaPro2_SDK>/tools
cat asdk-10.3.0-linux-newlib-build-3633-x86_64.tar.bz2.* | tar jxvf -
export PATH=$PATH:<AmebaPro2_SDK>/tools/asdk-10.3.0/linux/newlib/bin

If using windows, you can build the project by WSL(Windows Subsystem for Linux)

Demo quick start

  • 💡 Edge AI - object detection on AmebaPro2 (YOLOv4-tiny)

  • 💡 AWS-IoT - Amazon web service with FreeRTOS-LTS Libraries

    • AmebaPro2 can connect to AWS IoT with the long term support libraries maintained by Amazon.
    • FreeRTOS demos: coreHTTP, coreMQTT, Over-the-air updates(OTA), AWS IoT Device Shadow...
  • 💡 Amazon Kinesis Video Streams - video cloud storage and analytics

Scenario integration

  • 💡 Edge AI (YOLOv4-tiny) + KVS cloud storage
    • stream a 30s video to KVS cloud if a person or car is detected by edge AI