-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonoff TH Origin #436
Comments
I had the same problem with Sonoff TH Elite and now i am able to flash via VSCode and now i am having problem detecting the temp probe via one-wire.. (fixed) |
You will need to figure out the configuration of the board to make it work, including
|
The flash size is 4MB, so |
I figured out my problem. Flashing one of the ESP32 envs the ESP was stuck searching for an LCD. The Sonoff TH Origin doesn't have one. I combined the existing envs for ESP32 and the old Sonoff devices and now got it to boot. I will create a PR soon. |
To create the PR I also need to adjust Config.h. Since the Sonoff TH Origin uses an ESP32 I want to make sure all its options are selected. Where is this declared? Line 316 in 710639a
|
Here is the PR that should work for both Origin and Elite including Leds and oled #438 |
Hello,
I am trying to use BrewPiLess on a Sonoff TH Origin which has an ESP32 built in. After flashing the device and restarting I can't find the AP. I've tried flashing the binary BrewPiLess.v4.4.esp32.bin with NodeMCU PyFlasher as well as uploading
esp32-dev
andesp32
through PlatformIO.Any ideas? Am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered: