User Tools

Site Tools


projects:lightingcontrollerv3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:lightingcontrollerv3 [2019/03/31 00:09]
roycep
projects:lightingcontrollerv3 [2019/03/31 00:18]
roycep
Line 46: Line 46:
  
 It is important to program the TTGO unit BEFORE it is assembled into the 3D printed case. After programming, press the middle button until the number in the upper part of the LCD display matches the zone you wish to control. (Consult the numbered zone list above.) It is important to program the TTGO unit BEFORE it is assembled into the 3D printed case. After programming, press the middle button until the number in the upper part of the LCD display matches the zone you wish to control. (Consult the numbered zone list above.)
- 
-The 3D printed case is meant to be assembled with [[https://www.mcmaster.com/92525a110|#2 1/4" screws]]. 
  
 Programming is done with the [[https://github.com/espressif/esptool|ESP tool.]]  Programming is done with the [[https://github.com/espressif/esptool|ESP tool.]] 
Line 54: Line 52:
   * Determine which serial port it created. (This process varies by computer type)    * Determine which serial port it created. (This process varies by computer type) 
   * Run the tool: ''esptool.py --chip esp32 --port //**your_com_port**// --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x10000 ttgo_remote_switch.ino.esp32.bin ''   * Run the tool: ''esptool.py --chip esp32 --port //**your_com_port**// --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x10000 ttgo_remote_switch.ino.esp32.bin ''
 +
 +The 3D printed case is meant to be assembled with [[https://www.mcmaster.com/92525a110|#2 1/4" screws]].
 +
 +Finally it is important to locate the assembled switch in the zone it will control.
  
 If you'd like to go deeper you can find all the [[https://github.com/roycepipkins/MMSLighting|design documents at github]]. Note that TTGO remote switch is on [[https://github.com/roycepipkins/MMSLighting/tree/esp32|the esp32 branch]] but the ESP8266 master controller that is running at the space is on the master branch.  If you'd like to go deeper you can find all the [[https://github.com/roycepipkins/MMSLighting|design documents at github]]. Note that TTGO remote switch is on [[https://github.com/roycepipkins/MMSLighting/tree/esp32|the esp32 branch]] but the ESP8266 master controller that is running at the space is on the master branch. 
projects/lightingcontrollerv3.txt · Last modified: 2019/03/31 00:18 by roycep