Skip to content

Commit 5b9bb44

Browse files
committed
Update README.md
1 parent cdf8beb commit 5b9bb44

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,30 @@
1-
# AmebaPro with KVS WebRTC and Producer
2-
This project is going to demonstrate how to use KVS Producer and WebRTC on AmebaPro
1+
# AmebaPro Introduction
2+
3+
AmebaPro is one of the Ameba IoT Family System On Chip which integrates the following features
4+
5+
<ul class="simple">
6+
<li><p>Wi-Fi 802.11ac/n</p></li>
7+
<li><p>H.264</p></li>
8+
<li><p>Image Signal Processing/ISP</p></li>
9+
<li><p>Audio Codec</p></li>
10+
<li><p>SD Storage</p></li>
11+
</ul>
12+
13+
AmebaPro is based on the ARM cortex v8m up to 300MHz with 32/64MB LPDDR. The high performance capability enables the comparatively complicated video and vision application, while still be a best choice for battery-based product. The highly integrated solution makes it possible to have a smaller form factor design, which is more cost effective and has rich potentiality.
14+
15+
It has FreeRTOS running on it, and provides standard BSD socket and Posix interface for easier open sources integration. The simplicity of RTOS architecture achieves fast boot capability, which is a big benefit from both key product feature, and power consumption point of view.
16+
17+
By integration of image sensing and communication technology, AmebaPro transmits the video or picture to the cloud, which then bridges the back-end AI service for computer vision application. It realizes a lightweight IoT device to have intelligent vision capability.
18+
19+
20+
# AmebaPro with KVS WebRTC and Producer
21+
This demonstrates how to use KVS Producer and WebRTC on AmebaPro.
322
<a href="https://www.amebaiot.com/zh/amebapro/">
423
<img src="https://img.shields.io/badge/Realtek%20IoT-AmebaPro-blue" valign="middle" alt="test image size" height="15%" width="15%"/>
524
</a>
625

26+
![AmebaPro_RTOS_Amazon_Eco_System](https://user-images.githubusercontent.com/63438091/134361259-9d845184-8b54-4c79-a087-0b3447aa9e42.jpg)
27+
728
Amazon FreeRTOS-LTS libraries are supported on AmebaPro now, it can be used to communicate with AWS IoT core easily!
829
[Version 202012.00](https://github.com/aws/amazon-freertos/tree/202012.00)
930

0 commit comments

Comments
 (0)