BernhardSchlegel / Brick-32

Worlds easiest and cheapest to build brewing control. Supports mashing and fermentation. Combine multiple Bricks to control higher wattages or different functions (heating, cooling, pumps). Works with smartphone, iPad, Mac, & PC.
GNU General Public License v3.0
12 stars 2 forks source link

Problems flashing #7

Closed humpejunior closed 7 months ago

humpejunior commented 8 months ago

Neither with Mac or PC a flash is successful. How do I check whether the TR320 is in flash mode? There is no change with any of the LEDs. How do I check if 3.3V Power is delivered? And do I need to connect 220V while trying to flash?

I wasn't finding answers for these questions here on git or your blog...

Flash download tool on PC is just idling and no log file...

Thanks for helping :)

BernhardSchlegel commented 8 months ago

Hey hey,

thanks for reaching out, it's not you ;)

Maybe also reach out in the forum: There is a topic on this (on german but machine translation works nice these days): https://forum.bierbot.com/viewtopic.php?t=78

Most importantly: Please share with us when you figure it out!

Thanks for trying!

Cheers, Bernhard.

humpejunior commented 8 months ago

Well,

I now connected the Brick with a sufficient 12V/3A DC power supply and a regulator for 3.3V.

Still no connection... 🙃

Any suggestions? Resolder the connections? Change the rainbow cables? I'll try on windows on Monday. I just now tried with esptool.py in Mac terminal.

The usb-serial gets recognized and the FTDI serial converter is blinking but no connection.image

BernhardSchlegel commented 8 months ago

Do you have an image of the rainbow cable how it's connected to the pinheader?

humpejunior commented 8 months ago

image

RX and TX are vice versa connected 🙂

BernhardSchlegel commented 8 months ago

I think you connected RX to RX and TX to TX?

See https://github.com/BernhardSchlegel/Brick-32/blob/master/docs/wiring.png

humpejunior commented 8 months ago

image image

Nope...🙂 orange is at RX at the ESP and on TX at the usb serial And vice versa for the yellow cable.

BernhardSchlegel commented 8 months ago

Touché...

Any signs of life from your board when you supply power? Any chance you can do a simple video of your procedure, upload it to YouTube and share it here?

humpejunior commented 8 months ago

Yeah... when I supply AC, it turns on an even the default WiFi is visible.

But no signs via DC power.

Give me some time. I'll post a video this afternoon.

humpejunior commented 8 months ago

Sorry for not uploading the vid! I wanted to try out some possible sources of error.

I resoldered everything, tried it with external 3V3 power and no connection. Then went back to the USB 3V3 Power and voila... Suddenly connection!

I now finally flashed the esp via the esptool.py and python on a Mac.

If you'd like me to, I'll post in detail how I did it on a Mac.

I just switched it on and connected it! It works...

humpejunior commented 8 months ago

P.S.: I just flashed a second brick...

No problems at all! Must've been bad luck with one of the soldering points!

BernhardSchlegel commented 8 months ago

Glad to hear it worked! If you could contribute a Mac tutorial that would be awesome as I don't have a Mac. If you write it in Markdown, I can add it to docs.bierbot.com?

humpejunior commented 8 months ago

I'd love to!

As I wanted to erase all error sources, I also ordered a third esp. Well, now I have three bricks and a Hydrometer laying around. I think I need to subscribe to one of your pay plans now🤗👍🏼

BernhardSchlegel commented 7 months ago

I've compiled a list of typical causes for flashing problems in the FAQ: https://docs.bierbot.com/getting-started/faq#i-have-problems-flashing-the-esp32

closing