Arduino: Difference between revisions

From DWIKI
Line 33: Line 33:


==LM393==
==LM393==
*[http://blog.electrodragon.com/analog-and-digital-sense-of-sensors-lm393-the-voltage-comparator/ Analog and Digital Sense of Sensors � LM393 The Voltage Comparator]
*[http://blog.electrodragon.com/analog-and-digital-sense-of-sensors-lm393-the-voltage-




Line 67: Line 67:


=FAQ=
=FAQ=
==Flash the ardiono==
platformion run
==Installing platformio fails==
==Installing platformio fails==
The instuctions on http://platformio.org/#!/get-started are wrong, least for debian. Try skipping first line and just  
The instuctions on http://platformio.org/#!/get-started are wrong, least for debian. Try skipping first line and just  
  pip install platformio
  pip install platformio

Revision as of 22:41, 17 July 2020

Documentation

Libraries

Shields

1602 LCD keypad shield

(that one provides a working LCDKeypad, but the .zip is a rar :)

Arduino_Multi_Function_Shield

Sensors and modules

ESP8266

RTC

Set time: see fixtime/fixtime.ino

DHT (temperature/humidity)

LM393


Infrared remote control

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

platformion run

Installing platformio fails

The instuctions on http://platformio.org/#!/get-started are wrong, least for debian. Try skipping first line and just

pip install platformio