

2017 遠傳物聯網應用競賽得佳作
與評審合影 發表照片 報導連結: http://market.ltn.com.tw/article/3338


專題發表當日影片
與專題老師合影 組員間合影 https://youtu.be/ER1jstlO0ys 自製影片回顧


Digi+Talent 期末成果展
App展示 (使用AppInventor 製作 問答與小遊戲) 於三創設攤設攤解說成果 抽上台報告順序 上台發表 與組員及研習單位主管和影


2017 資訊應用服務創新競賽 入圍決賽
參與 2017 資訊應用服務創新競賽 入圍決賽 影片介紹 比賽攤位合影 受比賽單位訪問 受比賽單位訪問


Processing random 畫
void setup() { size(700, 800); fill(255,255,215);//lightyellow rect(500, 0, 200, 800); fill(0); rect(525, 20, 150, 50);//next ...


Arduino lcd + LED
#include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27, 16, 2); int ledPinR = 13;//red int ledPinY = 12;//yellow ...


Arduino 水果盤
const int analogInPin = A0; int potPin = A2; //設定讀入的腳位 int speakerPin = A5; int tone1; int sensorValue = 0; // value read...


Arduino button music
const int buttonPin2 = 2; // the number of the pushbutton pin const int buttonPin3 = 3; const int buttonPin4 = 4; const int...































