Skip to content

dcolcott/ambpro2_sdk

 
 

Repository files navigation

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

About

Public SDK for AmebaPro2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.3%
  • Assembly 1.1%
  • Python 0.9%
  • CMake 0.7%
  • Makefile 0.0%
  • C++ 0.0%