Your Independent Project

You can use Arduino directly on several projects, but you can also create them independent of your Arduino board, that is, by creating a Standalone project, using only the ATmega micronator already written and tested with the required code, and a few components required for its operation.

We at the Digital Institute have tested and suggested this simple scheme of a standalone project, we have produced a simple graphic scheme so that you can better understand its operation.
Feel free to swap or remove components you find necessary. Watch out for voltage and voltages so as not to damage its components.

Read More

Arduino ก็คือการต่อวงจรแบบหนึ่ง ซึ่ง Arduino มีอุปกรณ์ไม่ซับซ้อน อุปกรณ์ไม่กี่ชิ้นก็สามารถทำบอร์ด Arduino ขึ้นมาใช้เองได้แล้ว เหมาะสำหรับศึกษา เพื่อพัฒนาบอร์ด Arduino ขึ้นมาใช้เองหรือทำเป็นผลิตภัณฑ์ลงบอร์ด

สอนใช้ Arduino Atmega8 / Atmega328 แบบต่อเอง Arduino StandAlone

 

Read More

บทความนี้เป็นการแนะนำใช้งาน Arduino แบบต่อเอง ถ้าได้ทดลองเขียนโปรแกรมบน Arduino Uno จนเป็นที่พอใจแล้ว ถ้าหากจะนำไปใช้งานจริงอาจจะไม่เหมาะสม เพราะบอร์ด Arduino Uno มีขนาดใหญ่ ราคาแพง ถ้าหากต้องการให้ได้วงจรที่เหมือนกับ Arduino Uno ทุกอย่าง แต่มีขนาดเล็กและราคาถูกลง การต่อใช้งาน Arduino แบบ StandAlone เป็นวิธีที่แนะนำ ดังนั้นเรามาลองต่อ Arduino แบบ StandAlone กันเลย

Read More

ปกติแล้ว IC Microcontroller Atmega เช่น atmega328 / atmega168 / atmega8 ที่ซื้อมาตอนแรกจะยังไม่สามารถนำมาใช้เป็น IC Arduino ได้ ก็เพราะว่ายังไม่มี Arduino Bootloader

บางคนอาจสงสัยว่า Arduino Bootloader คืออะไร Arduino Bootloader คือโปรแกรมเล็ก ๆ ตัวหนึ่งหรือเรียกอีกชื่อว่า firmware เป็นส่วนที่ทำหน้าที่ช่วยในการ upload โปรแกรม หรือ sketch ที่เราเขียน เข้าไปใน flash rom ผ่านทางสาย serial หรือ usb โดยจะใช้สายไฟแค่ 2 เส้นคือสัญญาณ RX , TX โดยไม่จำเป็นต้องมีเครื่องโปรแกรมไอชี

Read More