Skip to content

Conversation

@ducvinh727
Copy link
Contributor

Hello world


Demo
==================
.. youtube:: https://www.youtube.com/watch?v=COB2TvLqbPk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a add em vào channel của ESP32.vn, e upload video lên đó rồi sửa lại link

+--------------------+----------------------------------------------------------+
| **Tên board mạch** | **Link** |
+====================+==========================================================+
| Board IoT Wifi Uno | https://iotmaker.vn/esp32-wifi-uno.html |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lấy link trên github: https://github.com/esp32vn/esp32-iot-uno

* freertos/task.h: Cung cấp chức năng đa nhiệm. (Chúng tôi sẽ làm đa nhiệm ở các ví dụ sau)
* esp_system.h: Bao gồm cấu hình các thiết bị ngoại vi trong hệ thống ESP. Chức năng của nó như là hệ thống khởi tạo.

Hàm app_main()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nói thêm về build system, copy file mẫu từ đâu, sửa Makefile của project chính như thế nào ...

void app_main()
{
xTaskCreate(&hello_task, "hello_task", 2048, NULL, 5, NULL);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Giải thích hàm này và xTaskCreatePinnedToCore

Cài đặt Arduino IDE<install>
Board ESP32vn IoT Uno <board>
Kết nối máy tính <connection>
Cài đặt thư viện <library>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bổ sung menu Helloworld vào phần Basic->helloworld

@ducvinh727
Copy link
Contributor Author

Vâng, em sửa lại rồi gửi anh.

@ducvinh727 ducvinh727 closed this Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants