Arduino: Difference between revisions
From DWIKI
m (→FAQ) |
|||
(14 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
*http://playground.arduino.cc/ | *http://playground.arduino.cc/ | ||
*[http://www.electroschematics.com/7958/arduino-uno-pinout/ Pinout] | *[http://www.electroschematics.com/7958/arduino-uno-pinout/ Pinout] | ||
*[ | *[https://alanbmitchell.wordpress.com/2011/10/02/operate-arduino-for-year-from-batteries/ Power saving on arduino] | ||
=Libraries= | =Libraries= | ||
Line 10: | Line 10: | ||
=Shields= | =Shields= | ||
==1602 | ==1602 LCD keypad shield== | ||
*http://linksprite.com/wiki/index.php5?title=16_X_2_LCD_Keypad_Shield_for_Arduino | *http://linksprite.com/wiki/index.php5?title=16_X_2_LCD_Keypad_Shield_for_Arduino | ||
(that one provides a working LCDKeypad, but the .zip is a rar :) | (that one provides a working LCDKeypad, but the .zip is a rar :) | ||
*http://www.dfrobot.com/wiki/index.php?title=Arduino_LCD_KeyPad_Shield_(SKU:_DFR0009) | |||
*[http://www.dfrobot.com/wiki/images/thumb/5/5e/DFR0009-PIN2.png/900px-DFR0009-PIN2.png Pinout] | |||
*http://playground.arduino.cc/Main/ShieldPinUsage | |||
==[[Arduino_Multi_Function_Shield]]== | |||
=Sensors and modules= | =Sensors and modules= | ||
[[ESP8266]] | |||
==RTC== | ==RTC== | ||
*[http://tronixstuff.com/2014/12/01/tutorial-using-ds1307-and-ds3231-real-time-clock-modules-with-arduino/ RTC DS3231] | *[http://tronixstuff.com/2014/12/01/tutorial-using-ds1307-and-ds3231-real-time-clock-modules-with-arduino/ RTC DS3231] | ||
*[https://github.com/JChristensen/DS3232RTC Get/set RTC time] | *[https://github.com/JChristensen/DS3232RTC Get/set RTC time] | ||
Set time: see fixtime/fixtime.ino | |||
==DHT (temperature/humidity)== | ==DHT (temperature/humidity)== | ||
Line 23: | Line 33: | ||
==LM393== | ==LM393== | ||
*[http://blog.electrodragon.com/analog-and-digital-sense-of-sensors-lm393-the-voltage- | *[http://blog.electrodragon.com/analog-and-digital-sense-of-sensors-lm393-the-voltage- | ||
==Infrared remote== | ==Infrared remote control== | ||
*http://playground.arduino.cc/Code/InfraredReceivers | *http://playground.arduino.cc/Code/InfraredReceivers | ||
*http://www.instructables.com/id/Arduino-Infrared-Remote-tutorial/ | *http://www.instructables.com/id/Arduino-Infrared-Remote-tutorial/ | ||
===IR remote codes=== | |||
0 6897 | |||
1 30CF | |||
2 18E7 | |||
3 7A85 | |||
4 10EF | |||
5 10EF | |||
6 5AA5 | |||
7 42BD | |||
8 4AB5 | |||
9 52AD | |||
CH- A25D | |||
CH 629D | |||
CH+ E21D | |||
|<< 22DD | |||
>>| 02FD | |||
>|| C23D | |||
- E01F | |||
+ E01F | |||
EQ 906F | |||
100+ 9867 | |||
200+ B04F | |||
=Code= | =Code= | ||
=FAQ= | =FAQ= | ||
== | |||
== Flash the ardiono == | |||
platformio run | |||
[[Category:Programming]] |
Latest revision as of 20:32, 23 September 2022
Documentation
Libraries
Shields
1602 LCD keypad shield
(that one provides a working LCDKeypad, but the .zip is a rar :)
- http://www.dfrobot.com/wiki/index.php?title=Arduino_LCD_KeyPad_Shield_(SKU:_DFR0009)
- Pinout
- http://playground.arduino.cc/Main/ShieldPinUsage
Arduino_Multi_Function_Shield
Sensors and modules
RTC
Set time: see fixtime/fixtime.ino
DHT (temperature/humidity)
LM393
Infrared remote control
- http://playground.arduino.cc/Code/InfraredReceivers
- http://www.instructables.com/id/Arduino-Infrared-Remote-tutorial/
IR remote codes
0 6897 1 30CF 2 18E7 3 7A85 4 10EF 5 10EF 6 5AA5 7 42BD 8 4AB5 9 52AD CH- A25D CH 629D CH+ E21D |<< 22DD >>| 02FD >|| C23D - E01F + E01F EQ 906F 100+ 9867 200+ B04F
Code
FAQ
Flash the ardiono
platformio run