Skip to content

Instantly share code, notes, and snippets.

View arduinounomagic's full-sized avatar

arduinounomagic arduinounomagic

View GitHub Profile
@arduinounomagic
arduinounomagic / How to operate LDR using Arduino uno (with digital input)
Last active February 14, 2022 11:36
How to operate LDR using Arduino uno (with digital input)
/*
*How to operate LDR using Arduino uno (with digital input)
*This code discribes that how an Light dependent resistor can be operated with digital input using Arduino Uno.
*
*for more detail please visit:https://www.arduinounomagic.com/2019/01/how-to-operate-ldr-using-arduino-uno.html
*
*Copyright (C) 2007 Free Software Foundation, Inc. <[email protected]>
*for more projects based on Arduino uno please visit: https://arduinounomagic.com/
*/
@arduinounomagic
arduinounomagic / How to operate LDR using Arduino uno (with analog input)
Created February 12, 2022 12:34
How to operate LDR using Arduino uno (with analog input)
/*
*How to operate LDR using Arduino uno (with analog input)
*This code discribes that how an Light dependent resistor can be operated with analog input using Arduino Uno.
*
*Copyright (C) 2007 Free Software Foundation, Inc. <[email protected]>
*
*for more detail please visit:https://www.arduinounomagic.com/2019/01/how-to-operate-ldr-using-arduino-uno.html
*
*for more projects based on Arduino uno please visit: https://arduinounomagic.com/
*/
@arduinounomagic
arduinounomagic / How to use temperature sensor with Arduino uno (with LCD)
Created February 12, 2022 12:08
How to use temperature sensor with Arduino uno (with LCD)
/*
*How to use temperature sensor with Arduino uno (with LCD)
*This video describes how to use temperature sensor with arduino uno to display measured temperature in Celsius and Fahrenheit something on LCD.
*
*for more detail please visit:https://www.arduinounomagic.com/2019/01/how-to-use-temperature-sensor-with.html
*
*Copyright (C) 2007 Free Software Foundation, Inc. <[email protected]>
*for more projects based on Arduino uno please visit: https://arduinounomagic.com/
*/
@arduinounomagic
arduinounomagic / How to use temperature sensor with Arduino Uno (with serial monitor)
Created February 12, 2022 11:22
How to use temperature sensor with Arduino Uno (with serial monitor)
/*
*How to use temperature sensor with Arduino Uno (with serial monitor)
*This code describes how temperature sensor works with the help of Arduino Uno to display temperature in celsius and fahrenheit on serial monitor.
*
*https://www.arduinounomagic.com/2019/01/how-to-use-temperature-sensor-with.html
*
*Copyright (C) 2007 Free Software Foundation, Inc. <[email protected]>
*for more projects based on Arduino uno please visit: https://arduinounomagic.com/
*/
@arduinounomagic
arduinounomagic / how to use LCD with arduino
Created February 8, 2022 11:28
how to use LCD with arduino
/*
*How to use LCD with Arduino uno
*This video describes how different commands such as print, display, noDisplay, cursor, noCursor, blink, clear works with the help of Arduino Uno to display something on LCD.
*
*for more detail about this project please visit:https://arduinounomagic.com/2019/01/how-to-use-lcd-with-arduino-uno.html
*
*Copyright (C) 2007 Free Software Foundation, Inc. <[email protected]>
*for more projects based on Arduino uno please visit: https://arduinounomagic.com/
*/
@arduinounomagic
arduinounomagic / How to display numbers on LCD screen by Arduino uno
Last active June 23, 2023 06:07
how to display numbers on LCD screen using arduino
/*
*How to display numbers on LCD screen by Arduino uno
*This is a very basic example which will help you to understand how cursor location arrangement can be done on the LCD screen.
*
*for more detail about this project please visit:
*https://arduinounomagic.com/2019/01/how-to-use-lcd-with-arduino-uno.html
*Copyright (C) 2007 Free Software Foundation, Inc. <[email protected]>
*for more projects based on Arduino uno please visit: https://arduinounomagic.com/
*/