Skip to content

Instantly share code, notes, and snippets.

View tenergyinnovation's full-sized avatar

Tenergy Innovation tenergyinnovation

View GitHub Profile
@tenergyinnovation
tenergyinnovation / Arduino_ESP32_RTC_ds3231
Created January 8, 2019 06:41
Arduino_ESP32_RTC_ds3231
/***********************************************************************
* Project : Arduino_ESP32_RTC_ds3231
* Description : ติดต่อกับไอซีฐานเวลา ds3231
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.0
* Rev1.0 : Original
* website : http://www.tenergyinnovation.co.th
* Facebook : https://www.facebook.com/tenergy.innovation
* Email : uten.boonliam@innovation.co.th
@tenergyinnovation
tenergyinnovation / Arduino_UNO_MOTOR_PWM.ino
Created January 9, 2019 14:32
Arduino Uno control speed DC motor by PWM signal
/***********************************************************************
* Project : Arduino_UNO_MOTOR_PWM
* Description : ควบคุมความเร็วของมอเตอร์โดยกับปรับ VR1 และ VR2
* เพื่อควบคุมความกว้างของ Pulse Width Mod(PWM)
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.1
* Rev1.0 : Original
* Rev1.1 : Edit define pin and some variable
* website : http://www.tenergyinnovation.co.th
@tenergyinnovation
tenergyinnovation / Arduino_ESP32_MOTOR_PWM.ino
Created January 9, 2019 15:17
ESP32 control speed DC motor by PWM signal
/***********************************************************************
* Project : Arduino_ESP32_MOTOR_PWM
* Description : ควบคุมความเร็วของมอเตอร์โดยกับปรับ VR1 และ VR2
* เพื่อควบคุมความกว้างของ Pulse Width Mod(PWM)
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.1
* Rev1.0 : Original
* Rev1.1 : Edit define pin and some variable
* website : http://www.tenergyinnovation.co.th
@tenergyinnovation
tenergyinnovation / Arduino_UNO_Adc.ino
Created January 9, 2019 18:29
Arduino Uno ADC read voltage from VR1, VR and VR3
/***********************************************************************
* Project : Arduino_UNO_Adc
* Description : ทดสอบการอ่านค่า Adc จาก VR1, VR2 และ VR3
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.1
* Rev1.0 : Original
* Rev1.1 : Edit define pin and some variable
* website : http://www.tenergyinnovation.co.th
* Facebook : https://www.facebook.com/tenergy.innovation
@tenergyinnovation
tenergyinnovation / Arduino_UNO_Stepping_Motor.ino
Created January 10, 2019 15:05
Arduino Uno control stepping motor
/***********************************************************************
* Project : Arduino_UNO_Stepping_Motor
* Description : ทดสอบ stepping motor โดยการป้อนค่า 1, 2 หรือ 0 ทาง serial port
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.1
* Rev1.0 : Original
* Rev1.1 : Re-program by revise get value process from uer
* website : http://www.tenergyinnovation.co.th
* Facebook : https://www.facebook.com/tenergy.innovation
@tenergyinnovation
tenergyinnovation / Arduino_UNO_DHT22.ino
Created January 10, 2019 17:39
Arduino Uno interface with DHT22
/***********************************************************************
* Project : Arduino_UNO_DHT22
* Description : อ่านค่าและแสดงผลเซนเซอร์วัดอุณหภูมิและความชื่น DHT22 หรือ DHT11
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.1
* Rev1.0 : Original
* Rev1.1 : Improve the code
* website : http://www.tenergyinnovation.co.th
* Facebook : https://www.facebook.com/tenergy.innovation
@tenergyinnovation
tenergyinnovation / Arduino_ESP32_DHT22.ino
Created January 10, 2019 17:55
ESP32 interface with DHT22
/***********************************************************************
* Project : Arduino_UNO_DHT22
* Description : อ่านค่าและแสดงผลเซนเซอร์วัดอุณหภูมิและความชื่น DHT22 หรือ DHT11
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.1
* Rev1.0 : Original
* Rev1.1 : Improve the code
* website : http://www.tenergyinnovation.co.th
* Facebook : https://www.facebook.com/tenergy.innovation
@tenergyinnovation
tenergyinnovation / Arduino_UNO_ds1820.ino
Created January 11, 2019 05:05
Arduino Uno interface with DS18B20
/***********************************************************************
* Project : Arduino_UNO_DS1820
* Description : อ่านค่าและแสดงผลเซนเซอร์วัดอุณหภูมิ DS1820
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.0
* Rev1.0 : Original
* website : http://www.tenergyinnovation.co.th
* Facebook : https://www.facebook.com/tenergy.innovation
* Email : uten.boonliam@innovation.co.th
@tenergyinnovation
tenergyinnovation / Arduino_ESP32_ds1820.ino
Created January 11, 2019 07:54
ESP32 interface with DS18B20
/***********************************************************************
* Project : Arduino_ESP32_ds1820
* Description : อ่านค่าและแสดงผลเซนเซอร์วัดอุณหภูมิ DS1820
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.0
* Rev1.0 : Original
* website : http://www.tenergyinnovation.co.th
* Facebook : https://www.facebook.com/tenergy.innovation
* Email : uten.boonliam@innovation.co.th
/***********************************************************************
* Project : Arduino_UNO_RTC_ds3231
* Description : ติดต่อกับไอซีฐานเวลา ds3231
* Author : Tenergy Innovation Co., Ltd.
* Date : 14 Nov 2018
* Revision : 1.0
* Rev1.0 : Original
* website : http://www.tenergyinnovation.co.th
* Facebook : https://www.facebook.com/tenergy.innovation
* Email : uten.boonliam@innovation.co.th