วันอังคารที่ 30 มิถุนายน พ.ศ. 2558

เล่น mp3 by Python # raspberry pi

1. apt-get update
2. apt-get upgrade
3. apt-get install python-game
import pygame
pygame.mixer.init()
pygame.mixer.music.load("myFile.wav")
pygame.mixer.music.play()
while pygame.mixer.music.get_busy() == True:
    continue


วิธี load ไฟล์จาก google.com mp3
http://translate.google.com/translate_tts?tl=th&q=สวัสดีครับ
click ขวา Save file 

ตัวอย่าง Code ในการให้ Computer พูด
โดย Save คำ จาก Google Transalte ด้านบน Save มาเป็นคำละ File
เช่น
word.mp3
hello.mp3
kun.mp3
time.mp3




import pygame
pygame.mixer.init()
speak_word = ["hello"]
speak_word.append("word1")
speak_word.append("kun")
speak_word.append("time")
for s in speak_word:
   pygame.mixer.music.load(""+s+".mp3")
   pygame.mixer.music.play()
   while pygame.mixer.music.get_busy() == True:
       continue



วันพุธที่ 22 เมษายน พ.ศ. 2558

เครื่องให้อาหารหมาแมว แบบ DIY ในคอนแซป IoT (Internet of Thing)

เครื่องให้อาหารหมาแมว แบบ DIY ในคอนแซป IoT


เริ่มงานแรก คือ วาดไอเดียออกมาก่อน  (24/04/15)
ทำแบบง่ายๆ เข้าใจง่ายๆ

Idea







Network diagram


ผลที่ได้





app ควบคุม. ใช้ที่ไหนก็ได้



อุปกรณ์.  
1. raspberry pi model b. + ราคา 1500
2. servo.   2 ตัว. 300
3. relay 2 chenel 110
4.webcam. ของเก่าๆราคาน่าจะ200
5.กล่องโฟม
6สายไฟ+ปลั๊ก
7วัสดุเหลือใช้


ขั้นตอนการทำงาน
1. 




สอนเขียนโปรแกรม ในขอนแก่น และภาคอีสาน

สอนเขียนโปรแกรม ในขอนแก่น และภาคอีสาน (Programming , KhonKaen ) ประสบการณ์.มากกว่า 18 ปี ป.ตรี วิทยาการคอมพิวเตอร์ ม.กรุงเทพ ป.โท วิทยาการคอ...