#ESP powered E-Nail

19 messages · Page 1 of 1 (latest)

viral tendon
#

For those who like concentrates, this is an e-nail powered with ESPHome and I even put some rudimentary thermal runaway protection in place

vapid zodiac
#

Wow, nice

#

Share the config with us!

viral tendon
#

Will do! I'm making some updates to my PCB design so I can get it off a breadboard, have the case all designed in FreeCAD, and should have the project published here in the next couple months and will share as soon as it's a bit more polished

valid bronze
#

very slick.
Does it track tokes too?
i was considering converting the PIDs in my rosin press to an ESP32 for better control

viral tendon
#

No, it stays warm so unlike a handheld vape it can't really count how many times you've hit it. I want to build in some cold-start functionality but my 100w coil just can't heat up my big titanium bucket w/ SIC insert fast enough. Eventually I'll find a 150w coil that may be able to do the job

valid bronze
#

Temp drop or power increase

viral tendon
#

I'm already tracking temp deltas for my crappy thermal runaway implementation so that could be possible

native basalt
#

Interesting little interface. Would love to hear more about your experience setting it up/programming it.

neat knot
#

Hi would love to know what hardware you used, can you put more photos so i can ID ?

#

or if you have a list (with link), could you share it ?

#

(by the way, not english speaker, but can I say, can you share it ? I believe I can say both but could seems more polite to me)

viral tendon
#

Yeah, can do!
Right now this is running on a Lilygo T-Embed with some relay breakout board (sainsmart I think) for the master relay, an omron SSR to control the actual nail, a MAX31855 to read temperatures, and I forget which brand nail but it should be agnostic so long as it is wired in correctly.

I tried writing my own menu system until I learned esphome now has menus for graphical displays - still tweaking some of the screens and writing a new web ui and need to get the PCB manufactured to test that so I can get it off a breadboard

#

Had to go back and refresh my trig to control the temperature "dials" which was especially difficult to wrap my head around since the y-axis is flipped coordinate-wise

vapid zodiac
#

Is it ESPHome + LVGL?

viral tendon
#

Not yet (that's what I want to do for a touchscreen vversion) - it is all native ESPHome UI elements

prime torrent
#

hmmm please share some more info on this...I have a similar screen, but using it for my 3d printers temp/humidity (dht11)

if been "drawing" the screen manually in the yaml and I really hate the current UI

viral tendon