23/01/2021
OpenMV 和 Arduino 主要用 Serial Communication 進行通訊的,而比較簡單的方法則是 UART, 所以大家可以看到,只需幾行的簡單編程,便可令OpenMV 和 Arduino 能互相溝通,例如當OpenMV 識辨到人臉時,便指令Arduino 去閃爍LED燈。
UART is a relatively simple coding method to allow OpenMV and Arduino to communicate with each other, for example, when OpenMV recognizes a human face, then OpenMV will send a command to Arduino to flash a LED.
#電子 #人工智能 #硬件 #軟件 #編程 #代工 #訂製 #客製
23/01/2021
附有AI 人工智能的 OpenMV 模組,可配合Arduino 一起運作,例如當 OpenMV 偵測到人臉,便 send serial data 給 Arduino, 令LED 閃燈。
OpenMV can operate with Arduino, for example, if OpenMV detects a person, then it can send serial data to Arduino to flash the LED.
#電子 #編程 #人工智能 #硬件 #軟件 #代工 #訂製 #客製
21/01/2021
Introduction to Arduino Programming & Electronics
Mon, Feb 1, 2021, 7:00 PM: In this course, you can learn more about Arduino and different electronic components. For example, how to write Arduino C Code to blink a LED, how to connect the Arduino mic
17/01/2021
In Arduino, analogWrite() is actually PWM. When analogWrite(255) is called, then the voltage output keeps 5V constantly ; when analogWrite(127) is called, then the voltage output keeps 5V only for 50% of the time.
#電子 #編程 #程式 #電機 #工程 #工業 #製造
13/01/2021
3D printed X-Wing of Star Wars.
#模型 #砌模型
03/01/2021
Arduino 輸入/輸出腳的設定方法。
I/O pin settings of Arduino.
#電子 #硬件 #軟件 #電腦 #編程 #程式
01/01/2021
OpenMV AI Camera can detect real world objects, such as Tree, Human Face, Cats and Dogs, balls, and so on
#相機 #人工智能
01/01/2021
Pointer 在 C programming language 的作用。
Pointer in C language, is used to point to the address of a data, such as an integer, and using the operator * can dereference the value of the variable pointed by the pointer.
#編程 #程式