Skip to content

BetterAutomations/ambpro2_sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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)

Application note

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

 
 
 

Contributors

Languages

  • C 96.4%
  • Assembly 1.1%
  • Python 0.9%
  • Linker Script 0.8%
  • CMake 0.7%
  • Shell 0.1%