Skip to content

Instantly share code, notes, and snippets.

View Electronza's full-sized avatar

Teodor Costachioiu Electronza

View GitHub Profile
@Electronza
Electronza / AS3935-demo.ino
Created December 10, 2019 10:51
AS3935 Arduino code example
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: AS3935 lightning detection using Arduino Uno
Project page: https://electronza.com/as3935-lightning-detection-arduino-uno/
Description : Demo code for AS3935 lightning sensor
********************************************************************/
@Electronza
Electronza / voltmeter-click-demo.ino
Last active December 10, 2019 10:53
Voltmeter click demo code
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: Voltmeter click: tutorial & Arduino code
Project page: https://electronza.com/voltmeter-click-tutorial-arduino-code/
Description : Voltmeter click demo code
********************************************************************/
@Electronza
Electronza / binary-clock-v2.ino
Last active December 10, 2019 10:55
Arduino led matrix binary clock - V2
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: Arduino LED matrix binary clock
Project page: https://electronza.com/arduino-led-matrix-binary-clock
Description: This version shows hours, minutes and seconds as binary numbers
********************************************************************/
@Electronza
Electronza / binary-clock-v1.ino
Last active December 10, 2019 10:55
Arduino binary clock - V1
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: Arduino LED matrix binary clock
Project page: https://electronza.com/arduino-led-matrix-binary-clock
Description: This version shows each digit of the hours, minutes and seconds
as a binary number
@Electronza
Electronza / flip-click-aqs.ino
Last active December 10, 2019 10:58
Flip & click code for the diy air quality monitoring station
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: DIY Air Quality Monitoring Station
Project page: https://electronza.com/diy-air-quality-monitoring-station/
Description : Air quality station with Arduino Due & ESP8266
--- Flip & Click code ---
@Electronza
Electronza / aqs.ino
Last active December 10, 2019 10:59
ESP8266 code for the diy air quality monitoring station
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: DIY Air Quality Monitoring Station
Project page: https://electronza.com/diy-air-quality-monitoring-station/
Description : Air quality station with Arduino Due & ESP8266
--- ESP8266 code ---
********************************************************************/
@Electronza
Electronza / gameoflife.ino
Created December 13, 2019 09:33
Arduino Game of Life
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: Arduino: 16×8 game of life
Project page: https://electronza.com/arduino-16x8-game-of-life/
Description: Arduino Uno, Mikroe Arduino Uno click shield with two 8x8 B Click boards
********************************************************************/
@Electronza
Electronza / mysql.ino
Created December 13, 2019 09:53
Arduino data logger with MySql
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: Arduino: data logger with MySQL
Project page: https://electronza.com/arduino-data-logger-mysql/
********************************************************************/
@Electronza
Electronza / color_uv.ino
Created December 13, 2019 09:59
Arduino: Color and UV sensing
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: Arduino: Color and UV sensing
Project page: https://electronza.com/arduino-color-and-uv-sensing/
********************************************************************/
@Electronza
Electronza / turntable.ino
Created December 13, 2019 10:04
Arduino rotating photo table
/*******************************************************************
____ __ ____ ___ ____ ____ __ __ _ ____ __
( __)( ) ( __)/ __)(_ _)( _ \ / \ ( ( \(__ ) / _\
) _) / (_/\ ) _)( (__ )( ) /( O )/ / / _/ / \
(____)\____/(____)\___) (__) (__\_) \__/ \_)__)(____)\_/\_/
Project name: Arduino rotating photo table
Project page: https://electronza.com/arduino-rotating-photo-table/
********************************************************************/