Skip to content

smart-brew/websocket-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocket-module

Developing

  1. Rename config (TEMPLATE).h to config.hpp with correct settings

  2. In main.ino create all devices and add them to device list

  3. To use ESP32 with arduino IDE follow this manual: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html arduino.additionalUrls

    Or use VSCode (recommended for better IntelliSense) with Arduino extension (needs similar config as Arduino IDE)

  4. Use ESP32 Dev Module as selected board. Dont forget to set correct COM port.

  5. Update c_cpp_properties.json with your path

    "env": {
       "pathToArduino": "your\\path\\to\\arduino",
       "pathToLib": "your\\path\\to\\lib"
    },
  6. Install libraries

Debugging help

Error during upload to some ESP boards - TIMED_OUT - press (1 sec) BOOT button on ESP during upload https://randomnerdtutorials.com/solved-failed-to-connect-to-esp32-timed-out-waiting-for-packet-header/

Schemas

temp

*With DS18B20 you can add multiple sensors to same pins because OneWire

h300

*With H300 we also had to add 1k resistors between A-VIN and B-GND

About

📻 ESP32 modules on brewing machine

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages