Hardware Links » History » Version 8
Hammel, 15 Feb 2016 09:17
1 | 1 | Hammel | h1. Hardware Links |
---|---|---|---|
2 | |||
3 | * "Raspberry Pi":http://www.raspberrypi.org |
||
4 | * CHiP |
||
5 | 6 | Gale | * [[ESP8266]] |
6 | 7 | Hammel | ** "ESP Open SDK":https://github.com/pfalcon/esp-open-sdk - open source SDK for ESP8266 |
7 | ** ""NodeMCU":https://github.com/nodemcu/nodemcu-firmware - lua based firmware for MCU like ESP8266 |
||
8 | *** This has links to "esptool":https://github.com/themadinventor/esptool for flashing firmware to device |
||
9 | ** "ESPlorer":https://github.com/4refr0nt/ESPlorer is a Java IDE for the ESP8266 |
||
10 | ** "Arduino core for ESP8266":https://github.com/esp8266/Arduino - look under doc for libraries, etc. |
||
11 | ** "ESP8266 Arduino forum":http://www.esp8266.com/viewforum.php?f=25 |
||
12 | 8 | Hammel | ** "Loading Firmware":http://www.esp8266.com/wiki/doku.php?id=loading_firmware |
13 | ** "Getting Started":http://www.esp8266.com/wiki/doku.php?id=getting-started-with-the-esp8266 |
||
14 | ** "Getting Started":http://rancidbacon.com/files/kiwicon8/ESP8266_WiFi_Module_Quick_Start_Guide_v_1.0.4.pdf pdf (different version) |
||
15 | 2 | Gale | |
16 | h1. AC Control |
||
17 | |||
18 | # TRIACs: Low cost, high current handling capability. |
||
19 | # Traditional relay: moving parts, relatively low cost, very high current |
||
20 | # Solid State Relay: Higher cost, no moving parts. Advantage over TRIACs is that SSR can interrupt current at any point in the AC waveform. TRIACs only cut off current at the zero-crossing point. |
||
21 | |||
22 | h1. DC Control |
||
23 | 5 | Gale | |
24 | 4 | Gale | TBC |
25 | 2 | Gale | |
26 | h1. Stepper Motor Control |
||
27 | |||
28 | 1 | Hammel | # TI DRV8811: Integrated FETs, up to 1.9A per coil http://www.ti.com/lit/ds/symlink/drv8811.pdf |
29 | 3 | Gale | # (Toshiba?) TB6612: Used on adafruit and other boards: https://www.adafruit.com/products/2448 Documentation/sourcing appears limited |